Skip to content

Commit

Permalink
feat: add version 1.14.92
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Oct 6, 2024
1 parent 6fae26a commit 8ac2197
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 7 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2902,9 +2902,10 @@
1.14.89 fix: fix bond_spot_deal interface
1.14.90 fix: fix stock_board_change_em interface
1.14.91 fix: fix stock_history_dividend interface
1.14.92 add: add qdii_a_index_jsl interface
"""

__version__ = "1.14.91"
__version__ = "1.14.92"
__author__ = "AKFamily"

import sys
Expand All @@ -2926,6 +2927,11 @@

del sys

"""
QDII
"""
from akshare.qdii.qdii_jsl import qdii_a_index_jsl, qdii_e_index_jsl, qdii_e_comm_jsl

"""
财新网-财新数据通
"""
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@

## 更新说明详情

1.14.92 add: add qdii_a_index_jsl interface

1. 新增 qdii_a_index_jsl 接口
2. 新增 qdii_e_index_jsl 接口
3. 新增 qdii_e_comm_jsl 接口
4. 修复 stock_individual_spot_xq 接口
5. 修复 option_czce_daily 接口

1.14.91 fix: fix stock_history_dividend interface

1. 修复 stock_history_dividend 接口
Expand Down Expand Up @@ -4607,6 +4615,8 @@

## 版本更新说明

1.14.92 add: add qdii_a_index_jsl interface

1.14.91 fix: fix stock_history_dividend interface

1.14.90 fix: fix stock_board_change_em interface
Expand Down

0 comments on commit 8ac2197

Please sign in to comment.