From cbbb11b0389e09c30b51b5d84024b46ca107a476 Mon Sep 17 00:00:00 2001 From: jindaxiang Date: Tue, 15 Oct 2024 17:37:31 +0800 Subject: [PATCH] feat: add version 1.14.97 --- akshare/__init__.py | 25 ------------------------- docs/changelog.md | 1 + 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/akshare/__init__.py b/akshare/__init__.py index caf89b9c373..1574c3435d5 100644 --- a/akshare/__init__.py +++ b/akshare/__init__.py @@ -3458,17 +3458,6 @@ stock_hot_tweet_xq, ) -""" -南华期货-板块指数涨跌 -南华期货-品种指数涨跌 -南华期货-相关系数矩阵 -""" -from akshare.futures_derivative.futures_other_index_nh import ( - futures_correlation_nh, - futures_board_index_nh, - futures_variety_index_nh, -) - """ 东方财富-股票数据-龙虎榜 """ @@ -4965,20 +4954,6 @@ """ from akshare.article.epu_index import article_epu_index -""" -南华期货-南华指数 -""" -from akshare.futures_derivative.futures_index_return_nh import ( - futures_return_index_nh, -) -from akshare.futures_derivative.futures_index_price_nh import ( - futures_price_index_nh, - futures_index_symbol_table_nh, -) -from akshare.futures_derivative.futures_index_volatility_nh import ( - futures_volatility_index_nh, -) - """ 空气-河北 """ diff --git a/docs/changelog.md b/docs/changelog.md index 7ef959931c6..776b130ba18 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -83,6 +83,7 @@ 1.14.97 fix: fix stock_profile_cninfo interface 1. 修复 stock_profile_cninfo 接口 + 2. 移除南华指数相关接口 1.14.96 fix: fix stock_zt_pool_sub_new_em interface