Skip to content

Commit

Permalink
fix(macro_china_new_financial_credit): fix macro_china_new_financial_…
Browse files Browse the repository at this point in the history
…credit interface

fix macro_china_new_financial_credit interface
  • Loading branch information
ak-quant committed Mar 24, 2022
1 parent d1ff79b commit 9f67af4
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 27 deletions.
3 changes: 2 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1911,9 +1911,10 @@
1.4.88 fix: fix fund_new_found_em interface
1.4.89 fix: fix stock_us_hist interface
1.4.90 add: add macro_china_bank_financing interface
1.4.91 fix: fix macro_china_new_financial_credit interface
"""

__version__ = "1.4.90"
__version__ = "1.4.91"
__author__ = "AKFamily"

import sys
Expand Down
12 changes: 11 additions & 1 deletion akshare/economic/macro_china.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
"""
Date: 2021/12/31 16:08
Date: 2022/3/24 16:08
Desc: 金十数据-数据中心-中国-中国宏观
https://datacenter.jin10.com/economic
首页-价格指数-中价-价格指数-中国电煤价格指数(CTCI)
Expand Down Expand Up @@ -1688,6 +1688,16 @@ def macro_china_new_financial_credit() -> pd.DataFrame:
temp_df["当月-同比增长"] = temp_df["当月-同比增长"].str.replace("%", "")
temp_df["当月-环比增长"] = temp_df["当月-环比增长"].str.replace("%", "")
temp_df["累计-同比增长"] = temp_df["累计-同比增长"].str.replace("%", "")

temp_df['月份'] = pd.to_datetime(temp_df['月份']).dt.date
temp_df['当月'] = pd.to_numeric(temp_df['当月'])
temp_df['当月-同比增长'] = pd.to_numeric(temp_df['当月-同比增长'])
temp_df['当月-环比增长'] = pd.to_numeric(temp_df['当月-环比增长'])
temp_df['累计'] = pd.to_numeric(temp_df['累计'])
temp_df['累计-同比增长'] = pd.to_numeric(temp_df['累计-同比增长'])

temp_df.sort_values(['月份'], inplace=True)
temp_df.reset_index(inplace=True, drop=True)
return temp_df


Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

## 更新说明

1.4.91 fix: fix macro_china_new_financial_credit interface

1. 修复 macro_china_new_financial_credit 接口,规范返回字段的类型和按时间排序

1.4.90 add: add macro_china_bank_financing interface

1. 新增 macro_china_bank_financing 接口,获取银行理财产品发行数量数据
Expand Down Expand Up @@ -217,6 +221,8 @@

## 版本更新说明

1.4.91 fix: fix macro_china_new_financial_credit interface

1.4.90 add: add macro_china_bank_financing interface

1.4.89 fix: fix stock_us_hist interface
Expand Down
52 changes: 27 additions & 25 deletions docs/data/macro/macro.md
Original file line number Diff line number Diff line change
Expand Up @@ -1370,26 +1370,26 @@ print(macro_china_bank_financing_df)

目标地址: http://data.eastmoney.com/cjsj/xzxd.html

描述: 获取中国新增信贷数据数据, 数据区间从 200801 至今, 月度数据
描述: 中国新增信贷数据数据, 数据区间从 200801 至今, 月度数据

限量: 单次返回所有历史数据

输入参数

| 名称 | 类型 | 必选 | 描述 |
| -------- | ---- | ---- | --- |
| | | | |
| 名称 | 类型 | 描述 |
|-----|-----|-----|
| - | - | - |

输出参数

| 名称 | 类型 | 默认显示 | 描述 |
| --------------- | ----- | -------- | ---------------- |
| 月份 | str | Y | - |
| 当月 | str | Y | 注意单位: 亿元 |
| 当月-同比增长 | str | Y | 注意单位: % |
| 当月-环比增长 | str | Y | 注意单位: % |
| 累计 | str | Y | 注意单位: 亿元 |
| 累计-同比增长 | str | Y | 注意单位: % |
| 名称 | 类型 | 描述 |
|---------|---------|----------|
| 月份 | object | - |
| 当月 | float64 | 注意单位: 亿元 |
| 当月-同比增长 | float64 | 注意单位: % |
| 当月-环比增长 | float64 | 注意单位: % |
| 累计 | float64 | 注意单位: 亿元 |
| 累计-同比增长 | float64 | 注意单位: % |

接口示例

Expand All @@ -1403,18 +1403,20 @@ print(macro_china_new_financial_credit_df)
数据示例

```
月份 当月 当月-同比增长 当月-环比增长 累计 累计-同比增长
0 2020年06月份 19043.6 13.78 22.86 123300 23.03
1 2020年05月份 15500 30.74 -4.55 104256 24.89
2 2020年04月份 16239.5 85.96 -46.56 88756.4 23.92
3 2020年03月份 30390.3 55.18 321.96 72516.9 15.3
4 2020年02月份 7202.13 -5.74 -79.38 42126.6 -2.73
.. ... ... ... ... ... ...
145 2008年05月份 3185 28.79 -32.09 21201 1.39
146 2008年04月份 4690 11.14 65.49 18016 -2.29
147 2008年03月份 2834 -35.84 16.43 13326 -6.27
148 2008年02月份 2434 -41.18 -69.79 10492 7.05
149 2008年01月份 8058 42.29 1561.44 8058 42.29
月份 当月 当月-同比增长 当月-环比增长 累计 累计-同比增长
0 2008-01-01 8058.0 42.292071 1561.443299 8058.0 42.292071
1 2008-02-01 2434.0 -41.179314 -69.793994 10492.0 7.050301
2 2008-03-01 2834.0 -35.838805 16.433854 13326.0 -6.273738
3 2008-04-01 4690.0 11.137441 65.490473 18016.0 -2.288751
4 2008-05-01 3185.0 28.790942 -32.089552 21201.0 1.386830
.. ... ... ... ... ... ...
165 2021-10-01 7752.0 16.343989 -56.339059 176033.0 1.435387
166 2021-11-01 13021.0 -14.945457 67.969556 189054.0 0.107492
167 2021-12-01 10350.0 -9.670099 -20.513017 199404.0 -0.451802
168 2022-01-01 41988.0 9.968048 305.681159 41988.0 9.968048
169 2022-02-01 9084.0 -32.274659 -78.365247 51072.0 -1.013664
[170 rows x 6 columns]
```

##### 居民消费价格指数
Expand All @@ -1423,7 +1425,7 @@ print(macro_china_new_financial_credit_df)

目标地址: http://data.eastmoney.com/cjsj/cpi.html

描述: 获取中国居民消费价格指数, 数据区间从 200801 至今, 月度数据
描述: 中国居民消费价格指数, 数据区间从 200801 至今, 月度数据

限量: 单次返回所有历史数据

Expand Down

0 comments on commit 9f67af4

Please sign in to comment.