File tree 2 files changed +22
-3
lines changed
2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 3055
3055
1.16.44 fix: fix stock_board_concept_hist_em interface
3056
3056
1.16.45 fix: fix option_risk_analysis_em interface
3057
3057
1.16.46 fix: fix stock_hk_index_spot_em interface
3058
+ 1.16.47 fix: fix stock_hsgt_stock_statistics_em interface
3058
3059
"""
3059
3060
3060
- __version__ = "1.16.46 "
3061
+ __version__ = "1.16.47 "
3061
3062
__author__ = "AKFamily"
3062
3063
3063
3064
import sys
3079
3080
3080
3081
del sys
3081
3082
3083
+ """
3084
+ 异步接口
3085
+ """
3086
+ from akshare .stock_a .stock_zh_a_spot import stock_zh_a_spot_em
3087
+
3082
3088
"""
3083
3089
雪球-个股-公司概况-公司简介
3084
3090
"""
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
+ )
3086
3096
3087
3097
"""
3088
3098
新浪财经-行情中心-环球市场
4161
4171
A 股东方财富
4162
4172
"""
4163
4173
from akshare .stock_feature .stock_hist_em import (
4164
- stock_zh_a_spot_em ,
4174
+ # stock_zh_a_spot_em,
4165
4175
stock_bj_a_spot_em ,
4166
4176
stock_new_a_spot_em ,
4167
4177
stock_kc_a_spot_em ,
Original file line number Diff line number Diff line change 81
81
82
82
## 更新说明详情
83
83
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
+
84
91
1.16.46 fix: fix stock_hk_index_spot_em interface
85
92
86
93
1. 修复 stock_hk_index_spot_em 接口
5345
5352
5346
5353
## 版本更新说明
5347
5354
5355
+ 1.16.47 fix: fix stock_hsgt_stock_statistics_em interface
5356
+
5348
5357
1.16.46 fix: fix stock_hk_index_spot_em interface
5349
5358
5350
5359
1.16.45 fix: fix option_risk_analysis_em interface
You can’t perform that action at this time.
0 commit comments