Skip to content

Commit

Permalink
feat: add version 1.13.93
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Jun 4, 2024
1 parent b30e436 commit fc871e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
7 changes: 6 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2804,9 +2804,10 @@
1.13.90 fix: fix stock_zh_valuation_baidu interface
1.13.91 fix: fix stock_buffett_index_lg interface
1.13.92 fix: fix bond_china_close_return interface
1.13.93 add: add index_neei_cx interface
"""

__version__ = "1.13.92"
__version__ = "1.13.93"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -3377,6 +3378,10 @@
index_neaw_cx,
index_nei_cx,
index_ti_cx,
index_ai_cx,
index_neei_cx,
index_bei_cx,
index_qli_cx,
)

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

## 更新说明详情

1.13.93 add: add index_neei_cx interface

1. 新增 index_qli_cx 接口
2. 新增 index_ai_cx 接口
3. 新增 index_bei_cx 接口
4. 新增 index_neei_cx 接口

1.13.92 fix: fix bond_china_close_return interface

1. 修复 bond_china_close_return 接口
Expand Down Expand Up @@ -4173,6 +4180,8 @@

## 版本更新说明

1.13.93 add: add index_neei_cx interface

1.13.92 fix: fix bond_china_close_return interface

1.13.91 fix: fix stock_buffett_index_lg interface
Expand Down

0 comments on commit fc871e8

Please sign in to comment.