Skip to content

Commit

Permalink
feat: add version 1.15.65
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Jan 4, 2025
1 parent bac4aa5 commit 9035c54
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -2974,9 +2974,10 @@
1.15.62 fix: fix stock_zt_pool_sub_new_em interface
1.15.63 fix: fix stock_financial_abstract interface
1.15.64 fix: fix stock_zh_index_value_csindex interface
1.15.65 fix: fix option_czce_daily interface
"""

__version__ = "1.15.64"
__version__ = "1.15.65"
__author__ = "AKFamily"

import sys
Expand All @@ -2998,6 +2999,11 @@

del sys

"""
基金费率
"""
from akshare.fund.fund_fee_em import fund_fee_em

"""
东方财富网-数据中心-估值分析-每日互动-每日互动-估值分析
"""
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@

## 更新说明详情

1.15.65 fix: fix option_czce_daily interface

1. 修复 option_czce_daily 接口
2. 新增 fund_fee_em 接口

1.15.64 fix: fix stock_zh_index_value_csindex interface

1. 修复 stock_zh_index_value_csindex 接口
Expand Down

0 comments on commit 9035c54

Please sign in to comment.