Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #5240

Merged
merged 6 commits into from
Oct 15, 2024
Merged

Dev #5240

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 2 additions & 26 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2907,9 +2907,10 @@
1.14.94 fix: fix stock_zt_pool_strong_em interface
1.14.95 fix: fix stock_zt_pool_sub_new_em interface
1.14.96 fix: fix stock_zt_pool_sub_new_em interface
1.14.97 fix: fix stock_profile_cninfo interface
"""

__version__ = "1.14.96"
__version__ = "1.14.97"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -3457,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,
)

"""
东方财富-股票数据-龙虎榜
"""
Expand Down Expand Up @@ -4964,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,
)

"""
空气-河北
"""
Expand Down
61 changes: 0 additions & 61 deletions akshare/futures_derivative/futures_index_price_nh.py

This file was deleted.

47 changes: 0 additions & 47 deletions akshare/futures_derivative/futures_index_return_nh.py

This file was deleted.

53 changes: 0 additions & 53 deletions akshare/futures_derivative/futures_index_volatility_nh.py

This file was deleted.

144 changes: 0 additions & 144 deletions akshare/futures_derivative/futures_other_index_nh.py

This file was deleted.

Loading