Skip to content

Commit 8a70ef8

Browse files
committed
feat: add version 1.16.47
1 parent 32ff47d commit 8a70ef8

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

akshare/__init__.py

+13-3
Original file line numberDiff line numberDiff line change
@@ -3055,9 +3055,10 @@
30553055
1.16.44 fix: fix stock_board_concept_hist_em interface
30563056
1.16.45 fix: fix option_risk_analysis_em interface
30573057
1.16.46 fix: fix stock_hk_index_spot_em interface
3058+
1.16.47 fix: fix stock_hsgt_stock_statistics_em interface
30583059
"""
30593060

3060-
__version__ = "1.16.46"
3061+
__version__ = "1.16.47"
30613062
__author__ = "AKFamily"
30623063

30633064
import sys
@@ -3079,10 +3080,19 @@
30793080

30803081
del sys
30813082

3083+
"""
3084+
异步接口
3085+
"""
3086+
from akshare.stock_a.stock_zh_a_spot import stock_zh_a_spot_em
3087+
30823088
"""
30833089
雪球-个股-公司概况-公司简介
30843090
"""
3085-
from akshare.stock_fundamental.stock_basic_info_xq import stock_individual_basic_info_xq
3091+
from akshare.stock_fundamental.stock_basic_info_xq import (
3092+
stock_individual_basic_info_xq,
3093+
stock_individual_basic_info_hk_xq,
3094+
stock_individual_basic_info_us_xq,
3095+
)
30863096

30873097
"""
30883098
新浪财经-行情中心-环球市场
@@ -4161,7 +4171,7 @@
41614171
A 股东方财富
41624172
"""
41634173
from akshare.stock_feature.stock_hist_em import (
4164-
stock_zh_a_spot_em,
4174+
# stock_zh_a_spot_em,
41654175
stock_bj_a_spot_em,
41664176
stock_new_a_spot_em,
41674177
stock_kc_a_spot_em,

docs/changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181

8282
## 更新说明详情
8383

84+
1.16.47 fix: fix stock_hsgt_stock_statistics_em interface
85+
86+
1. 修复 stock_hsgt_stock_statistics_em 接口
87+
2. 新增 stock_individual_basic_info_us_xq 接口
88+
3. 新增 stock_individual_basic_info_hk_xq 接口
89+
4. 新增 stock_zh_a_spot_em 异步接口
90+
8491
1.16.46 fix: fix stock_hk_index_spot_em interface
8592

8693
1. 修复 stock_hk_index_spot_em 接口
@@ -5345,6 +5352,8 @@
53455352

53465353
## 版本更新说明
53475354

5355+
1.16.47 fix: fix stock_hsgt_stock_statistics_em interface
5356+
53485357
1.16.46 fix: fix stock_hk_index_spot_em interface
53495358

53505359
1.16.45 fix: fix option_risk_analysis_em interface

0 commit comments

Comments
 (0)