Skip to content

Commit

Permalink
feat: add version 1.15.52
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Dec 23, 2024
1 parent 5fc5e09 commit 5f6c920
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
16 changes: 2 additions & 14 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2961,9 +2961,10 @@
1.15.49 fix: fix option_dce_daily interface
1.15.50 fix: fix stock_gpzy_profile_em interface
1.15.51 fix: fix stock_gpzy_pledge_ratio_em interface
1.15.52 fix: fix stock_zh_index_hist_csindex interface
"""

__version__ = "1.15.51"
__version__ = "1.15.52"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -3147,11 +3148,6 @@
"""
from akshare.stock_feature.stock_cyq_em import stock_cyq_em

"""
funddb-工具-估值情绪-恐贪指数
"""
from akshare.index.index_fear_greed_funddb import index_fear_greed_funddb

"""
东财财富-分时数据
"""
Expand Down Expand Up @@ -3728,14 +3724,6 @@
stock_hsgt_fund_flow_summary_em,
)

"""
指数估值
"""
from akshare.index.index_stock_zh_csindex import (
index_value_hist_funddb,
index_value_name_funddb,
)

"""
基金规模
"""
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@

## 更新说明详情

1.15.52 fix: fix stock_zh_index_hist_csindex interface

1. 修复 stock_zh_index_hist_csindex 接口
2. 移除 funddb 相关接口

1.15.51 fix: fix stock_gpzy_pledge_ratio_em interface

1. 修复 stock_gpzy_pledge_ratio_em 接口
Expand Down Expand Up @@ -4873,6 +4878,8 @@

## 版本更新说明

1.15.52 fix: fix stock_zh_index_hist_csindex interface

1.15.51 fix: fix stock_gpzy_pledge_ratio_em interface

1.15.50 fix: fix stock_gpzy_profile_em interface
Expand Down

0 comments on commit 5f6c920

Please sign in to comment.