Skip to content

Commit

Permalink
feat: add version 1.14.63
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Aug 22, 2024
1 parent 925874c commit 9edd354
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2873,9 +2873,10 @@
1.14.60 fix: fix bond_zh_cov_info_ths interface
1.14.61 fix: fix stock_fund_flow_individual interface
1.14.62 fix: fix stock_zt_pool_em interface
1.14.63 add: add spot_quotations_sge interface
"""

__version__ = "1.14.62"
__version__ = "1.14.63"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -3563,6 +3564,7 @@
spot_symbol_table_sge,
spot_silver_benchmark_sge,
spot_golden_benchmark_sge,
spot_quotations_sge,
)

"""
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.63 add: add spot_quotations_sge interface

1. 新增 spot_quotations_sge 接口

1.14.62 fix: fix stock_zt_pool_em interface

1. 修复 stock_zt_pool_em 接口
Expand Down Expand Up @@ -4486,6 +4490,8 @@

## 版本更新说明

1.14.63 add: add spot_quotations_sge interface

1.14.62 fix: fix stock_zt_pool_em interface

1.14.61 fix: fix stock_fund_flow_individual interface
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
**风险提示**[AKShare](https://github.com/akfamily/akshare) 开源财经数据接口库所采集的数据皆来自公开的数据源,不涉及任何个人隐私数据和非公开数据。
同时本项目提供的数据接口及相关数据仅用于学术研究,任何个人、机构及团体使用本项目的数据接口及相关数据请注意商业风险。

1. 本文档更新时间:**2024-08-21**
1. 本文档更新时间:**2024-08-22**
2. 如有 [AKShare](https://github.com/akfamily/akshare) 库、文档及数据的相关问题,请在 [AKShare Issues](https://github.com/akfamily/akshare/issues) 中提 Issues;
3. 欢迎关注 **数据科学实战** 微信公众号;<div><img src="https://jfds-1252952517.cos.ap-chengdu.myqcloud.com/akshare/readme/qrcode/ds.png"></div>
4. **知识星球【数据科学实战】** 2024 全新改版,聚焦于量化投资内容,欢迎加入 **知识星球【数据科学实战】** 高质量社区,里面有丰富的视频课程、问答、文章、书籍及代码等内容:
Expand Down

0 comments on commit 9edd354

Please sign in to comment.