Skip to content

Commit

Permalink
feat: add futures_hist_em
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Jan 17, 2025
1 parent e9ed9dd commit 2a57d8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2984,9 +2984,10 @@
1.15.72 fix: fix stock_us_spot interface
1.15.73 fix: fix stock_dzjy_hygtj interface
1.15.74 fix: fix macro_australia_retail_rate_monthly interface
1.15.75 feat: add futures_hist_em interface
"""

__version__ = "1.15.74"
__version__ = "1.15.75"
__author__ = "AKFamily"

import sys
Expand All @@ -3008,6 +3009,11 @@

del sys

"""
期货行情-内盘-历史行情数据-东财
"""
from akshare.futures.futures_hist_em import futures_hist_table_em, futures_hist_em

"""
巨潮资讯-数据中心-专题统计-股东股本-股本变动
"""
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.15.75 feat: add futures_hist_em interface

1. 新增 futures_hist_em 接口

1.15.74 fix: fix macro_australia_retail_rate_monthly interface

1. 修复 macro_australia_retail_rate_monthly 接口
Expand Down Expand Up @@ -4987,6 +4991,8 @@

## 版本更新说明

1.15.75 feat: add futures_hist_em interface

1.15.74 fix: fix macro_australia_retail_rate_monthly interface

1.15.73 fix: fix stock_dzjy_hygtj interface
Expand Down

0 comments on commit 2a57d8b

Please sign in to comment.