Skip to content

Commit

Permalink
feat: add version 1.14.34
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Jul 17, 2024
1 parent 02e31dd commit ada919e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2844,9 +2844,10 @@
1.14.31 fix: fix option_shfe_daily interface
1.14.32 add: add stock_concept_cons_futu interface
1.14.33 fix: fix stock_concept_cons_futu interface
1.14.34 fix: fix macro_rmb_loan interface
"""

__version__ = "1.14.33"
__version__ = "1.14.34"
__author__ = "AKFamily"

import sys
Expand All @@ -2871,7 +2872,7 @@
"""
同花顺-数据中心-宏观数据-股票筹资
"""
from akshare.economic.macro_finance_ths import macro_stock_finance
from akshare.economic.macro_finance_ths import macro_stock_finance, macro_rmb_loan

"""
富途牛牛-主题投资-概念板块-成分股
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@

## 更新说明详情

1.14.34 fix: fix macro_rmb_loan interface

1. 新增 macro_rmb_loan 接口

1.14.33 fix: fix stock_concept_cons_futu interface

1. 修复 stock_concept_cons_futu 接口
Expand Down Expand Up @@ -4360,6 +4364,8 @@

## 版本更新说明

1.14.34 fix: fix macro_rmb_loan interface

1.14.33 fix: fix stock_concept_cons_futu interface

1.14.32 add: add stock_concept_cons_futu interface
Expand Down

0 comments on commit ada919e

Please sign in to comment.