File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 3089
3089
1.16.79 fix: fix stock_individual_basic_info_xq interface
3090
3090
1.16.80 fix: fix stock_zh_a_disclosure_report_cninfo interface
3091
3091
1.16.81 fix: fix option_shfe_daily interface
3092
+ 1.16.82 fix: fix index_global_spot_em interface
3092
3093
"""
3093
3094
3094
- __version__ = "1.16.81 "
3095
+ __version__ = "1.16.82 "
3095
3096
__author__ = "AKFamily"
3096
3097
3097
3098
import sys
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ def index_global_spot_em() -> pd.DataFrame:
49
49
"index" : "序号" ,
50
50
"f12" : "代码" ,
51
51
"f14" : "名称" ,
52
- "f17" : "最新价 " ,
52
+ "f17" : "开盘价 " ,
53
53
"f4" : "涨跌额" ,
54
54
"f3" : "涨跌幅" ,
55
- "f2" : "开盘价 " ,
55
+ "f2" : "最新价 " ,
56
56
"f15" : "最高价" ,
57
57
"f16" : "最低价" ,
58
58
"f18" : "昨收价" ,
Original file line number Diff line number Diff line change 81
81
82
82
## 更新说明详情
83
83
84
+ 1.16.82 fix: fix index_global_spot_em interface
85
+
86
+ 1. 修复 index_global_spot_em 接口
87
+
84
88
1.16.81 fix: fix option_shfe_daily interface
85
89
86
90
1. 修复 option_shfe_daily 接口
5505
5509
5506
5510
## 版本更新说明
5507
5511
5512
+ 1.16.82 fix: fix index_global_spot_em interface
5513
+
5508
5514
1.16.81 fix: fix option_shfe_daily interface
5509
5515
5510
5516
1.16.80 fix: fix stock_zh_a_disclosure_report_cninfo interface
Original file line number Diff line number Diff line change 6
6
** 风险提示** :[ AKShare] ( https://github.com/akfamily/akshare ) 开源财经数据接口库所采集的数据皆来自公开的数据源,不涉及任何个人隐私数据和非公开数据。
7
7
同时本项目提供的数据接口及相关数据仅用于学术研究,任何个人、机构及团体使用本项目的数据接口及相关数据请注意商业风险。
8
8
9
- 1 . 本文档更新时间:** 2025-04-23 ** ;
9
+ 1 . 本文档更新时间:** 2025-04-26 ** ;
10
10
2 . 如有 [ AKShare] ( https://github.com/akfamily/akshare ) 库、文档及数据的相关问题,请在 [ AKShare Issues] ( https://github.com/akfamily/akshare/issues ) 中提 Issues;
11
11
12
12
## 引用
You can’t perform that action at this time.
0 commit comments