akshare 1.12.95__py3-none-any.whl → 1.15.72__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of akshare might be problematic. Click here for more details.

Files changed (240) hide show
  1. akshare/__init__.py +446 -139
  2. akshare/air/air_hebei.py +79 -53
  3. akshare/air/air_zhenqi.py +29 -43
  4. akshare/air/sunrise_tad.py +32 -17
  5. akshare/bank/bank_cbirc_2020.py +12 -9
  6. akshare/bond/bond_cb_ths.py +17 -9
  7. akshare/bond/bond_china.py +38 -39
  8. akshare/bond/bond_china_money.py +75 -48
  9. akshare/bond/bond_convert.py +40 -16
  10. akshare/bond/bond_info_cm.py +28 -8
  11. akshare/bond/bond_issue_cninfo.py +73 -30
  12. akshare/bond/{bond_zh_cov_sina.py → bond_zh_cov.py} +41 -17
  13. akshare/bond/bond_zh_sina.py +57 -51
  14. akshare/cal/__init__.py +0 -0
  15. akshare/cal/rv.py +170 -0
  16. akshare/cost/cost_living.py +7 -5
  17. akshare/currency/currency_safe.py +7 -6
  18. akshare/data/cninfo.js +15 -0
  19. akshare/datasets.py +10 -21
  20. akshare/economic/macro_bank.py +95 -653
  21. akshare/economic/macro_china.py +772 -1024
  22. akshare/economic/macro_china_hk.py +65 -243
  23. akshare/economic/macro_china_nbs.py +24 -7
  24. akshare/economic/macro_constitute.py +17 -12
  25. akshare/economic/macro_euro.py +13 -6
  26. akshare/economic/macro_finance_ths.py +133 -0
  27. akshare/economic/macro_info_ws.py +100 -0
  28. akshare/economic/macro_japan.py +5 -4
  29. akshare/economic/macro_other.py +12 -9
  30. akshare/economic/macro_usa.py +376 -1940
  31. akshare/economic/marco_cnbs.py +11 -6
  32. akshare/energy/energy_carbon.py +94 -125
  33. akshare/event/migration.py +3 -2
  34. akshare/exceptions.py +43 -0
  35. akshare/file_fold/calendar.json +245 -2
  36. akshare/fortune/fortune_500.py +15 -48
  37. akshare/fund/fund_amac.py +157 -75
  38. akshare/fund/fund_em.py +191 -184
  39. akshare/fund/fund_etf_em.py +20 -19
  40. akshare/fund/fund_etf_sina.py +71 -23
  41. akshare/fund/fund_etf_ths.py +93 -0
  42. akshare/fund/fund_fee_em.py +98 -0
  43. akshare/fund/fund_lof_em.py +10 -8
  44. akshare/fund/fund_portfolio_em.py +60 -50
  45. akshare/fund/fund_rank_em.py +91 -82
  46. akshare/fund/fund_report_cninfo.py +63 -48
  47. akshare/fund/fund_scale_sina.py +20 -10
  48. akshare/fund/fund_xq.py +139 -109
  49. akshare/futures/cons.py +8 -31
  50. akshare/futures/cot.py +185 -137
  51. akshare/futures/futures_basis.py +97 -32
  52. akshare/futures/futures_comm_ctp.py +37 -0
  53. akshare/futures/futures_comm_qihuo.py +74 -45
  54. akshare/futures/futures_daily_bar.py +121 -184
  55. akshare/futures/futures_hf_em.py +66 -61
  56. akshare/futures/futures_hq_sina.py +79 -61
  57. akshare/futures/futures_index_ccidx.py +6 -3
  58. akshare/futures/futures_inventory_99.py +61 -272
  59. akshare/futures/futures_news_shmet.py +4 -2
  60. akshare/futures/futures_roll_yield.py +12 -25
  61. akshare/futures/futures_spot_stock_em.py +19 -13
  62. akshare/futures/futures_stock_js.py +14 -12
  63. akshare/futures/futures_to_spot.py +38 -33
  64. akshare/futures/futures_warehouse_receipt.py +75 -71
  65. akshare/futures/futures_zh_sina.py +73 -50
  66. akshare/futures/symbol_var.py +18 -13
  67. akshare/futures_derivative/futures_contract_info_czce.py +60 -52
  68. akshare/futures_derivative/futures_contract_info_ine.py +43 -34
  69. akshare/futures_derivative/futures_contract_info_shfe.py +46 -35
  70. akshare/futures_derivative/futures_cot_sina.py +26 -19
  71. akshare/futures_derivative/futures_spot_sys.py +21 -8
  72. akshare/fx/currency_investing.py +19 -285
  73. akshare/index/index_cflp.py +29 -26
  74. akshare/index/index_cni.py +86 -88
  75. akshare/index/index_cons.py +26 -10
  76. akshare/index/index_cx.py +248 -47
  77. akshare/index/index_drewry.py +17 -16
  78. akshare/index/index_hog.py +27 -26
  79. akshare/index/index_option_qvix.py +329 -0
  80. akshare/index/index_research_fund_sw.py +134 -0
  81. akshare/index/{index_sw_research.py → index_research_sw.py} +122 -58
  82. akshare/index/index_spot.py +9 -5
  83. akshare/index/index_stock_hk.py +35 -16
  84. akshare/index/index_stock_us_sina.py +1 -1
  85. akshare/index/index_stock_zh.py +180 -89
  86. akshare/index/index_stock_zh_csindex.py +15 -369
  87. akshare/index/index_sw.py +62 -34
  88. akshare/index/index_yw.py +46 -23
  89. akshare/index/index_zh_a_scope.py +48 -0
  90. akshare/index/index_zh_em.py +17 -14
  91. akshare/interest_rate/interbank_rate_em.py +14 -9
  92. akshare/movie/artist_yien.py +32 -5
  93. akshare/movie/movie_yien.py +92 -18
  94. akshare/movie/video_yien.py +28 -5
  95. akshare/news/news_baidu.py +78 -44
  96. akshare/news/news_cctv.py +38 -38
  97. akshare/news/news_stock.py +6 -3
  98. akshare/nlp/nlp_interface.py +7 -8
  99. akshare/option/cons.py +11 -11
  100. akshare/option/option_comm_qihuo.py +86 -0
  101. akshare/option/option_commodity.py +178 -51
  102. akshare/option/option_daily_stats_sse_szse.py +146 -0
  103. akshare/option/option_em.py +147 -138
  104. akshare/option/option_finance_sina.py +160 -137
  105. akshare/option/option_lhb_em.py +62 -56
  106. akshare/option/option_risk_indicator_sse.py +17 -14
  107. akshare/other/other_car_cpca.py +934 -0
  108. akshare/other/{other_car.py → other_car_gasgoo.py} +15 -54
  109. akshare/qdii/__init__.py +0 -0
  110. akshare/qdii/qdii_jsl.py +233 -0
  111. akshare/request.py +117 -0
  112. akshare/spot/spot_hog_soozhu.py +232 -0
  113. akshare/spot/spot_price_qh.py +121 -0
  114. akshare/spot/spot_sge.py +63 -10
  115. akshare/stock/stock_allotment_cninfo.py +10 -9
  116. akshare/stock/stock_ask_bid_em.py +27 -3
  117. akshare/stock/stock_board_concept_em.py +23 -14
  118. akshare/stock/stock_board_industry_em.py +40 -34
  119. akshare/stock/stock_cg_equity_mortgage.py +15 -11
  120. akshare/stock/stock_cg_guarantee.py +41 -51
  121. akshare/stock/stock_cg_lawsuit.py +36 -35
  122. akshare/stock/stock_dividend_cninfo.py +12 -6
  123. akshare/stock/stock_dzjy_em.py +347 -260
  124. akshare/stock/stock_fund_em.py +332 -84
  125. akshare/stock/stock_hk_famous.py +108 -0
  126. akshare/stock/stock_hk_sina.py +8 -7
  127. akshare/stock/stock_hold_control_cninfo.py +100 -15
  128. akshare/stock/stock_hold_control_em.py +4 -3
  129. akshare/stock/stock_hold_num_cninfo.py +18 -12
  130. akshare/stock/stock_hot_rank_em.py +2 -1
  131. akshare/stock/stock_hot_search_baidu.py +5 -2
  132. akshare/stock/stock_industry_cninfo.py +24 -18
  133. akshare/stock/stock_industry_pe_cninfo.py +45 -31
  134. akshare/stock/stock_industry_sw.py +9 -10
  135. akshare/stock/stock_info.py +25 -15
  136. akshare/stock/stock_info_em.py +5 -2
  137. akshare/stock/stock_intraday_em.py +5 -2
  138. akshare/stock/stock_intraday_sina.py +22 -18
  139. akshare/stock/stock_ipo_summary_cninfo.py +25 -10
  140. akshare/stock/stock_new_cninfo.py +32 -19
  141. akshare/stock/stock_news_cx.py +39 -0
  142. akshare/stock/stock_profile_cninfo.py +9 -8
  143. akshare/stock/stock_rank_forecast.py +8 -6
  144. akshare/stock/stock_share_changes_cninfo.py +18 -14
  145. akshare/stock/stock_share_hold.py +24 -19
  146. akshare/stock/stock_summary.py +54 -26
  147. akshare/stock/stock_us_famous.py +15 -6
  148. akshare/stock/stock_us_pink.py +7 -5
  149. akshare/stock/stock_us_sina.py +15 -12
  150. akshare/stock/stock_xq.py +38 -12
  151. akshare/stock/stock_zh_a_sina.py +53 -78
  152. akshare/stock/stock_zh_b_sina.py +32 -55
  153. akshare/stock/stock_zh_kcb_report.py +11 -9
  154. akshare/stock/stock_zh_kcb_sina.py +67 -64
  155. akshare/stock_feature/stock_a_below_net_asset_statistics.py +5 -2
  156. akshare/stock_feature/stock_a_high_low.py +5 -2
  157. akshare/stock_feature/stock_a_indicator.py +12 -9
  158. akshare/stock_feature/stock_a_pe_and_pb.py +27 -6
  159. akshare/stock_feature/stock_account_em.py +58 -40
  160. akshare/stock_feature/stock_analyst_em.py +36 -27
  161. akshare/stock_feature/stock_board_industry_ths.py +136 -400
  162. akshare/stock_feature/stock_comment_em.py +118 -85
  163. akshare/stock_feature/stock_concept_futu.py +183 -0
  164. akshare/stock_feature/stock_cyq_em.py +58 -54
  165. akshare/stock_feature/stock_disclosure_cninfo.py +147 -102
  166. akshare/stock_feature/stock_esg_sina.py +216 -11
  167. akshare/stock_feature/stock_fhps_em.py +60 -25
  168. akshare/stock_feature/stock_fhps_ths.py +25 -6
  169. akshare/stock_feature/stock_fund_flow.py +38 -25
  170. akshare/stock_feature/stock_gdfx_em.py +180 -95
  171. akshare/stock_feature/stock_gdhs.py +73 -49
  172. akshare/stock_feature/stock_gpzy_em.py +78 -46
  173. akshare/stock_feature/stock_hist_em.py +164 -111
  174. akshare/stock_feature/stock_hk_valuation_baidu.py +20 -8
  175. akshare/stock_feature/stock_hsgt_em.py +184 -452
  176. akshare/stock_feature/stock_info.py +52 -29
  177. akshare/stock_feature/stock_inner_trade_xq.py +39 -31
  178. akshare/stock_feature/stock_irm_cninfo.py +32 -9
  179. akshare/stock_feature/stock_jgdy_em.py +41 -38
  180. akshare/stock_feature/stock_lh_yybpm.py +36 -37
  181. akshare/stock_feature/stock_lhb_em.py +135 -71
  182. akshare/stock_feature/stock_lhb_sina.py +93 -46
  183. akshare/stock_feature/stock_margin_em.py +102 -0
  184. akshare/stock_feature/{stock_sse_margin.py → stock_margin_sse.py} +21 -15
  185. akshare/stock_feature/{stock_szse_margin.py → stock_margin_szse.py} +23 -19
  186. akshare/stock_feature/stock_market_legu.py +13 -8
  187. akshare/stock_feature/stock_pankou_em.py +72 -34
  188. akshare/stock_feature/stock_report_em.py +244 -54
  189. akshare/stock_feature/stock_research_report_em.py +48 -19
  190. akshare/stock_feature/stock_sns_sseinfo.py +15 -12
  191. akshare/stock_feature/stock_sy_em.py +86 -33
  192. akshare/stock_feature/stock_technology_ths.py +152 -120
  193. akshare/stock_feature/stock_tfp_em.py +35 -13
  194. akshare/stock_feature/stock_three_report_em.py +119 -77
  195. akshare/stock_feature/stock_ttm_lyr.py +4 -7
  196. akshare/stock_feature/stock_value_em.py +83 -0
  197. akshare/stock_feature/stock_wencai.py +21 -9
  198. akshare/stock_feature/stock_yjyg_em.py +63 -28
  199. akshare/stock_feature/stock_zf_pg.py +61 -38
  200. akshare/stock_feature/stock_zh_valuation_baidu.py +3 -2
  201. akshare/stock_feature/stock_ztb_em.py +62 -40
  202. akshare/stock_fundamental/stock_finance.py +150 -58
  203. akshare/stock_fundamental/stock_finance_ths.py +116 -31
  204. akshare/stock_fundamental/stock_mda_ym.py +5 -3
  205. akshare/stock_fundamental/stock_notice.py +29 -15
  206. akshare/stock_fundamental/stock_profit_forecast_em.py +31 -13
  207. akshare/stock_fundamental/stock_profit_forecast_ths.py +19 -10
  208. akshare/stock_fundamental/stock_register_em.py +448 -0
  209. akshare/stock_fundamental/stock_restricted_em.py +79 -32
  210. akshare/stock_fundamental/stock_zygc.py +10 -8
  211. akshare/stock_fundamental/stock_zyjs_ths.py +5 -3
  212. akshare/tool/trade_date_hist.py +4 -3
  213. akshare/utils/cons.py +10 -0
  214. akshare/utils/context.py +43 -0
  215. akshare/utils/demjson.py +2 -2
  216. akshare/utils/func.py +26 -0
  217. akshare/utils/tqdm.py +13 -3
  218. {akshare-1.12.95.dist-info → akshare-1.15.72.dist-info}/METADATA +52 -69
  219. akshare-1.15.72.dist-info/RECORD +385 -0
  220. {akshare-1.12.95.dist-info → akshare-1.15.72.dist-info}/WHEEL +1 -1
  221. tests/test_func.py +3 -5
  222. akshare/bond/bond_futures.py +0 -50
  223. akshare/bond/bond_investing.py +0 -139
  224. akshare/crypto/crypto_hist_investing.py +0 -249
  225. akshare/fortune/fortune_it_juzi.py +0 -123
  226. akshare/futures/futures_international.py +0 -170
  227. akshare/futures/futures_news_baidu.py +0 -54
  228. akshare/futures/inventory_data.py +0 -100
  229. akshare/futures_derivative/futures_index_price_nh.py +0 -61
  230. akshare/futures_derivative/futures_index_return_nh.py +0 -47
  231. akshare/futures_derivative/futures_index_volatility_nh.py +0 -51
  232. akshare/futures_derivative/futures_other_index_nh.py +0 -145
  233. akshare/index/index_fear_greed_funddb.py +0 -71
  234. akshare/index/index_investing.py +0 -232
  235. akshare/sport/sport_olympic_winter.py +0 -39
  236. akshare/stock_feature/stock_board_concept_ths.py +0 -422
  237. akshare/stock_fundamental/stock_register.py +0 -292
  238. akshare-1.12.95.dist-info/RECORD +0 -374
  239. {akshare-1.12.95.dist-info → akshare-1.15.72.dist-info}/LICENSE +0 -0
  240. {akshare-1.12.95.dist-info → akshare-1.15.72.dist-info}/top_level.txt +0 -0
akshare/__init__.py CHANGED
@@ -2708,9 +2708,283 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
2708
2708
  1.12.93 fix: fix bond_debt_nafmii interface
2709
2709
  1.12.94 fix: fix stock_hk_index_daily_em interface
2710
2710
  1.12.95 add: add futures_hog_core interface
2711
- """
2712
-
2713
- __version__ = "1.12.95"
2711
+ 1.12.96 fix: fix stock_bid_ask_em interface
2712
+ 1.12.97 fix: fix stock_zh_a_hist_min_em interface
2713
+ 1.12.98 fix: fix bond_zh_cov interface
2714
+ 1.12.99 fix: fix index_hog_spot_price interface
2715
+ 1.13.1 fix: fix futures_spot_stock interface
2716
+ 1.13.2 add: add stock_main_fund_flow interface
2717
+ 1.13.3 fix: fix stock_main_fund_flow interface
2718
+ 1.13.4 fix: fix stock_individual_spot_xq interface
2719
+ 1.13.5 fix: fix stock_main_fund_flow interface
2720
+ 1.13.6 fix: fix stock_board_concept_name_ths interface
2721
+ 1.13.7 add: add futures_fees_info interface
2722
+ 1.13.8 fix: fix fund_etf_hist_em interface
2723
+ 1.13.9 chore: remove pyarrow deps
2724
+ 1.13.10 fix: fix news_trade_notify_dividend_baidu interface
2725
+ 1.13.11 fix: fix option_minute_em interface
2726
+ 1.13.12 fix: fix stock_zyjs_ths interface
2727
+ 1.13.13 fix: fix car_market_cpca interface
2728
+ 1.13.14 fix: fix futures_fees_info interface
2729
+ 1.13.15 add: add car_market_man_rank_cpca interface
2730
+ 1.13.16 add: add car_market_cate_cpca interface
2731
+ 1.13.17 fix: fix stock_zcfz_em interface
2732
+ 1.13.18 fix: fix macro_china_pmi_yearly interface
2733
+ 1.13.19 add: add car_market_country_cpca interface
2734
+ 1.13.20 fix: fix stock_zh_a_disclosure_report_cninfo interface
2735
+ 1.13.21 fix: fix stock_yjkb_em interface
2736
+ 1.13.22 fix: fix amac_manager_cancelled_info interface
2737
+ 1.13.23 add: add macro_usa_cme_merchant_goods_holding interface
2738
+ 1.13.24 fix: fix futures_spot_sys interface
2739
+ 1.13.25 fix: fix futures_zh_daily_sina interface
2740
+ 1.13.26 fix: fix option_sse_minute_sina interface
2741
+ 1.13.27 add: add stock_esg_msci_sina interface
2742
+ 1.13.28 fix: fix stock_restricted_release_queue_em interface
2743
+ 1.13.29 fix: fix stock_esg_msci_sina interface
2744
+ 1.13.30 fix: fix futures_contract_info_shfe interface
2745
+ 1.13.31 fix: fix stock_individual_spot_xq interface
2746
+ 1.13.32 fix: fix futures_contract_info_czce interface
2747
+ 1.13.33 fix: fix index_realtime_fund_sw interface
2748
+ 1.13.34 fix: fix bank_fjcf_table_detail interface
2749
+ 1.13.35 fix: fix stock_margin_szse interface
2750
+ 1.13.36 fix: fix stock_hsgt_hist_em interface
2751
+ 1.13.37 fix: fix stock_hk_index_daily_sina interface
2752
+ 1.13.38 fix: fix stock_market_activity_legu interface
2753
+ 1.13.39 add: add index_news_sentiment_scope interface
2754
+ 1.13.40 fix: fix index_fear_greed_funddb interface
2755
+ 1.13.41 fix: fix stock_sy_hy_em interface
2756
+ 1.13.42 fix: fix index_fear_greed_funddb interface
2757
+ 1.13.43 fix: fix stock_account_statistics_em interface
2758
+ 1.13.44 fix: fix stock_lhb_stock_statistic_em interface
2759
+ 1.13.45 fix: fix futures_stock_shfe_js interface
2760
+ 1.13.46 fix: fix futures_stock_shfe_js interface
2761
+ 1.13.47 fix: fix stock_a_indicator_lg interface
2762
+ 1.13.48 fix: fix stock_hk_indicator_eniu interface
2763
+ 1.13.49 fix: fix stock_ipo_summary_cninfo interface
2764
+ 1.13.50 fix: fix news_cctv interface
2765
+ 1.13.51 fix: fix stock_market_activity_legu interface
2766
+ 1.13.52 fix: fix stock_market_pb_lg interface
2767
+ 1.13.53 fix: fix stock_index_pe_lg interface
2768
+ 1.13.54 fix: fix stock_tfp_em interface
2769
+ 1.13.55 fix: fix sunrise_monthly interface
2770
+ 1.13.56 fix: fix currency_boc_safe interface
2771
+ 1.13.57 fix: fix stock_a_below_net_asset_statistics interface
2772
+ 1.13.58 fix: fix stock_lhb_jgmmtj_em interface
2773
+ 1.13.59 fix: fix stock_lhb_jgstatistic_em interface
2774
+ 1.13.60 fix: fix stock_zh_a_disclosure_report_cninfo interface
2775
+ 1.13.61 fix: fix stock_lhb_hyyyb_em interface
2776
+ 1.13.62 fix: fix index_fear_greed_funddb interface
2777
+ 1.13.63 fix: fix index_detail_hist_cni interface
2778
+ 1.13.64 fix: fix stock_lh_yyb_most interface
2779
+ 1.13.65 fix: fix stock_financial_report_sina interface
2780
+ 1.13.66 fix: fix stock_lhb_yytj_sina interface
2781
+ 1.13.67 fix: fix bond_info_cm interface
2782
+ 1.13.68 fix: fix rate_interbank interface
2783
+ 1.13.69 fix: fix get_shfe_rank_table interface
2784
+ 1.13.70 fix: fix stock_irm_cninfo interface
2785
+ 1.13.71 fix: fix stock_fhps_detail_ths interface
2786
+ 1.13.72 fix: fix futures_contract_info_shfe interface
2787
+ 1.13.73 fix: fix futures_shfe_warehouse_receipt interface
2788
+ 1.13.74 add: add macro_info_ws interface
2789
+ 1.13.75 add: add spot_price_qh interface
2790
+ 1.13.76 fix: fix macro_china_lpr interface
2791
+ 1.13.77 fix: fix stock_news_em interface
2792
+ 1.13.78 fix: fix futures_gfex_position_rank interface
2793
+ 1.13.79 fix: fix stock_industry_category_cninfo interface
2794
+ 1.13.80 fix: fix stock_irm_cninfo interface
2795
+ 1.13.81 fix: fix futures_dce_position_rank interface
2796
+ 1.13.82 fix: fix futures_dce_position_rank interface
2797
+ 1.13.83 fix: fix stock_balance_sheet_by_report_em interface
2798
+ 1.13.84 fix: fix index_hist_sw interface
2799
+ 1.13.85 fix: fix stock_news_em interface
2800
+ 1.13.86 fix: fix futures_foreign_commodity_realtime interface
2801
+ 1.13.87 fix: fix index_detail_cni interface
2802
+ 1.13.88 fix: fix index_price_cflp interface
2803
+ 1.13.89 fix: fix stock_zh_index_daily interface
2804
+ 1.13.90 fix: fix stock_zh_valuation_baidu interface
2805
+ 1.13.91 fix: fix stock_buffett_index_lg interface
2806
+ 1.13.92 fix: fix bond_china_close_return interface
2807
+ 1.13.93 add: add index_neei_cx interface
2808
+ 1.13.94 fix: fix stock_share_change_cninfo interface
2809
+ 1.13.95 fix: fix stock_allotment_cninfo interface
2810
+ 1.13.96 fix: fix stock_dividend_cninfo interface
2811
+ 1.13.97 fix: fix fund_portfolio_hold_em interface
2812
+ 1.13.98 fix: fix stock_financial_analysis_indicator interface
2813
+ 1.13.99 fix: fix macro_china_swap_rate interface
2814
+ 1.14.1 fix: fix energy_carbon_hb interface
2815
+ 1.14.2 fix: fix fund_portfolio_hold_em interface
2816
+ 1.14.3 fix: fix stock_industry_clf_hist_sw interface
2817
+ 1.14.4 add: add stock_margin_account_info interface
2818
+ 1.14.5 fix: fix stock_margin_account_info interface
2819
+ 1.14.6 fix: fix stock_register_kcb interface
2820
+ 1.14.7 fix: fix index_stock_info interface
2821
+ 1.14.8 add: add stock_register_sz interface
2822
+ 1.14.9 fix: fix bond_zh_hs_spot interface
2823
+ 1.14.10 fix: fix bond_cov_issue_cninfo interface
2824
+ 1.14.11 fix: fix bond_treasure_issue_cninfo interface
2825
+ 1.14.12 fix: fix get_tqdm function
2826
+ 1.14.13 fix: fix option_minute_em interface
2827
+ 1.14.14 fix: fix option_shfe_daily interface
2828
+ 1.14.15 fix: fix energy_carbon_domestic interface
2829
+ 1.14.16 fix: fix index_hist_sw interface
2830
+ 1.14.17 fix: fix stock_board_industry_summary_ths interface
2831
+ 1.14.18 fix: fix currency_pair_map interface
2832
+ 1.14.19 fix: fix bond_china_close_return interface
2833
+ 1.14.20 fix: fix option_risk_indicator_sse interface
2834
+ 1.14.21 fix: fix stock_info_global_cls interface
2835
+ 1.14.22 fix: fix macro_china_nbs_nation interface
2836
+ 1.14.23 fix: fix macro_china_nbs_nation interface
2837
+ 1.14.24 fix: fix macro_china_bond_public interface
2838
+ 1.14.25 add: add option_comm_info interface
2839
+ 1.14.26 fix: fix futures_fees_info interface
2840
+ 1.14.27 fix: fix nlp_ownthink interface
2841
+ 1.14.28 fix: fix news_trade_notify_dividend_baidu interface
2842
+ 1.14.29 fix: fix stock_individual_spot_xq interface
2843
+ 1.14.30 fix: fix stock_us_hist_min_em interface
2844
+ 1.14.31 fix: fix option_shfe_daily interface
2845
+ 1.14.32 add: add stock_concept_cons_futu interface
2846
+ 1.14.33 fix: fix stock_concept_cons_futu interface
2847
+ 1.14.34 add: add macro_rmb_loan interface
2848
+ 1.14.35 add: add macro_rmb_deposit interface
2849
+ 1.14.36 fix: fix option_czce_daily interface
2850
+ 1.14.37 fix: fix stock_zh_kcb_report_em interface
2851
+ 1.14.38 fix: fix stock_industry_clf_hist_sw interface
2852
+ 1.14.39 fix: fix stock_zh_b_daily interface
2853
+ 1.14.40 fix: fix fund_open_fund_rank_em interface
2854
+ 1.14.41 fix: fix fund_report_asset_allocation_cninfo interface
2855
+ 1.14.42 fix: fix stock_new_gh_cninfo interface
2856
+ 1.14.43 fix: fix stock_share_change_cninfo interface
2857
+ 1.14.44 fix: fix stock_hk_famous_spot_em interface
2858
+ 1.14.45 fix: fix option_lhb_em interface
2859
+ 1.14.46 add: add spot_hog_soozhu interface
2860
+ 1.14.47 fix: fix spot_hog_soozhu interface
2861
+ 1.14.48 add: add spot_hog_year_trend_soozhu interface
2862
+ 1.14.49 fix: fix fortune_rank interface
2863
+ 1.14.50 add: add spot_hog_lean_price_soozhu interface
2864
+ 1.14.51 add: add stock_news_main_cx interface
2865
+ 1.14.52 fix: fix stock_esg_hz_sina interface
2866
+ 1.14.53 add: add spot_hog_three_way_soozhu interface
2867
+ 1.14.54 fix: fix stock_individual_info_em interface
2868
+ 1.14.55 add: add spot_hog_crossbred_soozhu interface
2869
+ 1.14.56 add: add spot_corn_price_soozhu interface
2870
+ 1.14.57 add: add spot_soybean_price_soozhu interface
2871
+ 1.14.58 add: add spot_mixed_feed_soozhu interface
2872
+ 1.14.59 fix: fix macro_cnbs interface
2873
+ 1.14.60 fix: fix bond_zh_cov_info_ths interface
2874
+ 1.14.61 fix: fix stock_fund_flow_individual interface
2875
+ 1.14.62 fix: fix stock_zt_pool_em interface
2876
+ 1.14.63 add: add spot_quotations_sge interface
2877
+ 1.14.64 fix: fix stock_board_industry_spot_em interface
2878
+ 1.14.65 fix: fix option_dce_daily interface
2879
+ 1.14.66 fix: fix stock_profit_forecast_ths interface
2880
+ 1.14.67 fix: fix futures_foreign_commodity_realtime interface
2881
+ 1.14.68 fix: fix fund_scale_open_sina interface
2882
+ 1.14.69 fix: fix stock_zygc_ym interface
2883
+ 1.14.70 fix: fix setup.py
2884
+ 1.14.71 fix: fix stock_mda_ym interface
2885
+ 1.14.72 fix: fix fund_etf_hist_min_em interface
2886
+ 1.14.73 fix: fix stock_gpzy_profile_em interface
2887
+ 1.14.74 fix: fix stock_gpzy_pledge_ratio_em interface
2888
+ 1.14.75 fix: fix stock_sy_hy_em interface
2889
+ 1.14.76 fix: fix stock_sy_em interface
2890
+ 1.14.77 fix: fix stock_zh_b_daily interface
2891
+ 1.14.78 fix: fix stock_analyst_rank_em interface
2892
+ 1.14.79 add: add stock_zcfz_bj_em interface
2893
+ 1.14.80 fix: fix stock_hot_rank_wc interface
2894
+ 1.14.81 fix: fix stock_hsgt_hist_em interface
2895
+ 1.14.82 fix: fix stock_comment_detail_scrd_desire_daily_em interface
2896
+ 1.14.83 fix: fix stock_comment_detail_zhpj_lspf_em interface
2897
+ 1.14.84 fix: fix drewry_wci_index interface
2898
+ 1.14.85 fix: fix stock_profit_forecast_em interface
2899
+ 1.14.86 fix: fix stock_comment_detail_scrd_focus_em interface
2900
+ 1.14.87 fix: fix stock_hot_search_baidu interface
2901
+ 1.14.88 fix: fix stock_hot_rank_relate_em interface
2902
+ 1.14.89 fix: fix bond_spot_deal interface
2903
+ 1.14.90 fix: fix stock_board_change_em interface
2904
+ 1.14.91 fix: fix stock_history_dividend interface
2905
+ 1.14.92 add: add qdii_a_index_jsl interface
2906
+ 1.14.93 fix: fix stock_zt_pool_em interface
2907
+ 1.14.94 fix: fix stock_zt_pool_strong_em interface
2908
+ 1.14.95 fix: fix stock_zt_pool_sub_new_em interface
2909
+ 1.14.96 fix: fix stock_zt_pool_sub_new_em interface
2910
+ 1.14.97 fix: fix stock_profile_cninfo interface
2911
+ 1.14.98 fix: fix futures_hold_pos_sina interface
2912
+ 1.14.99 fix: fix stock_a_ttm_lyr interface
2913
+ 1.15.1 fix: fix stock_a_all_pb interface
2914
+ 1.15.2 fix: fix stock_index_pe_lg interface
2915
+ 1.15.3 fix: fix stock_share_change_cninfo interface
2916
+ 1.15.4 fix: fix stock_allotment_cninfo interface
2917
+ 1.15.5 fix: fix stock_individual_spot_xq interface
2918
+ 1.15.6 fix: fix qdii_e_index_jsl interface
2919
+ 1.15.7 fix: fix index_hist_sw interface
2920
+ 1.15.8 fix: fix fund_individual_basic_info_xq interface
2921
+ 1.15.9 fix: fix index_analysis_weekly_sw interface
2922
+ 1.15.10 add: add volatility_yz_rv indicator
2923
+ 1.15.11 fix: fix stock_individual_spot_xq interface
2924
+ 1.15.12 fix: fix stock_shareholder_change_ths interface
2925
+ 1.15.13 fix: fix stock_inner_trade_xq interface
2926
+ 1.15.14 fix: fix macro_bank_usa_interest_rate interface
2927
+ 1.15.15 add: add macro_bank_china_interest_rate interface
2928
+ 1.15.16 fix: fix macro_bank_usa_interest_rate interface
2929
+ 1.15.17 fix: fix news_trade_notify_dividend_baidu interface
2930
+ 1.15.18 fix: fix stock_share_hold_change_sse interface
2931
+ 1.15.19 fix: fix stock_share_hold_change_szse interface
2932
+ 1.15.20 fix: fix rv_from_stock_zh_a_hist_min_em interface
2933
+ 1.15.21 fix: fix get_futures_daily interface
2934
+ 1.15.22 fix: fix air_quality_hebei interface
2935
+ 1.15.23 fix: fix stock_sector_fund_flow_summary interface
2936
+ 1.15.24 fix: fix get_dce_daily interface
2937
+ 1.15.25 fix: fix stock_news_main_cx interface
2938
+ 1.15.26 fix: fix option_dce_daily interface
2939
+ 1.15.27 fix: fix stock_zh_index_spot_em interface
2940
+ 1.15.28 fix: fix stock_hk_valuation_baidu interface
2941
+ 1.15.29 fix: fix option_dce_daily interface
2942
+ 1.15.30 fix: fix fund_etf_category_sina interface
2943
+ 1.15.31 fix: fix stock_zt_pool_strong_em interface
2944
+ 1.15.32 fix: fix stock_info_global_cls interface
2945
+ 1.15.33 add: add stock_value_em interface
2946
+ 1.15.34 fix: fix fund_open_fund_rank_em interface
2947
+ 1.15.35 fix: fix futures_spot_price_daily interface
2948
+ 1.15.36 fix: fix futures_global_em interface
2949
+ 1.15.37 fix: fix stock_individual_spot_xq interface
2950
+ 1.15.38 fix: fix futures_contract_info_ine interface
2951
+ 1.15.39 fix: fix macro_china_new_house_price interface
2952
+ 1.15.40 fix: fix macro_china_fdi interface
2953
+ 1.15.41 fix: fix macro_china_fdi interface
2954
+ 1.15.42 fix: fix get_roll_yield_bar interface
2955
+ 1.15.43 fix: fix macro_china_urban_unemployment interface
2956
+ 1.15.44 fix: fix index_detail_hist_adjust_cni interface
2957
+ 1.15.45 fix: fix stock_jgdy_detail_em interface
2958
+ 1.15.46 fix: fix fund_etf_fund_info_em interface
2959
+ 1.15.47 fix: fix stock_individual_spot_xq interface
2960
+ 1.15.48 fix: fix stock_mda_ym interface
2961
+ 1.15.49 fix: fix option_dce_daily interface
2962
+ 1.15.50 fix: fix stock_gpzy_profile_em interface
2963
+ 1.15.51 fix: fix stock_gpzy_pledge_ratio_em interface
2964
+ 1.15.52 fix: fix stock_zh_index_hist_csindex interface
2965
+ 1.15.53 fix: fix futures_inventory_99 interface
2966
+ 1.15.54 fix: fix stock_sy_profile_em interface
2967
+ 1.15.55 fix: fix fund_etf_spot_em interface
2968
+ 1.15.56 fix: fix spot_goods interface
2969
+ 1.15.57 fix: fix add 2025 trade date
2970
+ 1.15.58 fix: fix futures_hold_pos_sina interface
2971
+ 1.15.59 fix: fix stock_sy_hy_em interface
2972
+ 1.15.60 fix: fix stock_hot_keyword_em interface
2973
+ 1.15.61 fix: fix stock_zt_pool_strong_em interface
2974
+ 1.15.62 fix: fix stock_zt_pool_sub_new_em interface
2975
+ 1.15.63 fix: fix stock_financial_abstract interface
2976
+ 1.15.64 fix: fix stock_zh_index_value_csindex interface
2977
+ 1.15.65 fix: fix option_czce_daily interface
2978
+ 1.15.66 fix: fix fund_etf_dividend_sina interface
2979
+ 1.15.67 fix: fix stock_hold_change_cninfo interface
2980
+ 1.15.68 fix: fix stock_research_report_em interface
2981
+ 1.15.69 fix: fix index_zh_a_hist_min_em interface
2982
+ 1.15.70 fix: fix stock_research_report_em interface
2983
+ 1.15.71 fix: fix stock_dzjy_sctj interface
2984
+ 1.15.72 fix: fix stock_us_spot interface
2985
+ """
2986
+
2987
+ __version__ = "1.15.72"
2714
2988
  __author__ = "AKFamily"
2715
2989
 
2716
2990
  import sys
@@ -2722,7 +2996,7 @@ pd_main_version = int(pd.__version__.split('.')[0])
2722
2996
 
2723
2997
  if pd_main_version < 2:
2724
2998
  warnings.warn(
2725
- "为了支持更多特性,请将 Pandas 升级到 2.1.0 及以上版本!"
2999
+ "为了支持更多特性,请将 Pandas 升级到 2.2.0 及以上版本!"
2726
3000
  )
2727
3001
 
2728
3002
  if sys.version_info < (3, 9):
@@ -2732,6 +3006,105 @@ if sys.version_info < (3, 9):
2732
3006
 
2733
3007
  del sys
2734
3008
 
3009
+ """
3010
+ 巨潮资讯-数据中心-专题统计-股东股本-股本变动
3011
+ """
3012
+ from akshare.stock.stock_hold_control_cninfo import stock_hold_change_cninfo
3013
+
3014
+ """
3015
+ 基金费率
3016
+ """
3017
+ from akshare.fund.fund_fee_em import fund_fee_em
3018
+
3019
+ """
3020
+ 东方财富网-数据中心-估值分析-每日互动-每日互动-估值分析
3021
+ """
3022
+ from akshare.stock_feature.stock_value_em import stock_value_em
3023
+
3024
+ """
3025
+ 已实现波动率
3026
+ """
3027
+ from akshare.cal.rv import volatility_yz_rv, rv_from_futures_zh_minute_sina, rv_from_stock_zh_a_hist_min_em
3028
+
3029
+ """
3030
+ QDII
3031
+ """
3032
+ from akshare.qdii.qdii_jsl import qdii_a_index_jsl, qdii_e_index_jsl, qdii_e_comm_jsl
3033
+
3034
+ """
3035
+ 财新网-财新数据通
3036
+ """
3037
+ from akshare.stock.stock_news_cx import stock_news_main_cx
3038
+
3039
+ """
3040
+ 搜猪-生猪大数据-各省均价实时排行榜
3041
+ """
3042
+ from akshare.spot.spot_hog_soozhu import (
3043
+ spot_hog_soozhu,
3044
+ spot_hog_year_trend_soozhu,
3045
+ spot_hog_lean_price_soozhu,
3046
+ spot_hog_three_way_soozhu,
3047
+ spot_hog_crossbred_soozhu,
3048
+ spot_corn_price_soozhu,
3049
+ spot_soybean_price_soozhu,
3050
+ spot_mixed_feed_soozhu,
3051
+ )
3052
+
3053
+ """
3054
+ 知名港股
3055
+ """
3056
+ from akshare.stock.stock_hk_famous import stock_hk_famous_spot_em
3057
+
3058
+ """
3059
+ 同花顺-数据中心-宏观数据-股票筹资
3060
+ """
3061
+ from akshare.economic.macro_finance_ths import macro_stock_finance, macro_rmb_loan, macro_rmb_deposit
3062
+
3063
+ """
3064
+ 富途牛牛-主题投资-概念板块-成分股
3065
+ """
3066
+ from akshare.stock_feature.stock_concept_futu import stock_concept_cons_futu
3067
+
3068
+ """
3069
+ 商品期权手续费
3070
+ """
3071
+ from akshare.option.option_comm_qihuo import option_comm_info, option_comm_symbol
3072
+
3073
+ """
3074
+ 上海证券交易所-产品-股票期权-每日统计
3075
+ """
3076
+ from akshare.option.option_daily_stats_sse_szse import option_daily_stats_sse, option_daily_stats_szse
3077
+
3078
+ """
3079
+ 同花顺理财-基金数据-每日净值-ETF
3080
+ """
3081
+ from akshare.fund.fund_etf_ths import fund_etf_spot_ths
3082
+
3083
+ """
3084
+ 东方财富网-数据中心-融资融券-融资融券账户统计-两融账户信息
3085
+ """
3086
+ from akshare.stock_feature.stock_margin_em import stock_margin_account_info
3087
+
3088
+ """
3089
+ 现货走势
3090
+ """
3091
+ from akshare.spot.spot_price_qh import spot_price_qh, spot_price_table_qh
3092
+
3093
+ """
3094
+ 华尔街见闻-日历-宏观
3095
+ """
3096
+ from akshare.economic.macro_info_ws import macro_info_ws
3097
+
3098
+ """
3099
+ 数库-A股新闻情绪指数
3100
+ """
3101
+ from akshare.index.index_zh_a_scope import index_news_sentiment_scope
3102
+
3103
+ """
3104
+ 申万宏源研究-申万指数-指数发布-基金指数-实时行情
3105
+ """
3106
+ from akshare.index.index_research_fund_sw import index_hist_fund_sw, index_realtime_fund_sw
3107
+
2735
3108
  """
2736
3109
  东方财富-财经早餐
2737
3110
  """
@@ -2741,7 +3114,8 @@ from akshare.stock_feature.stock_info import (
2741
3114
  stock_info_global_ths,
2742
3115
  stock_info_global_futu,
2743
3116
  stock_info_global_sina,
2744
- stock_info_global_cls
3117
+ stock_info_global_cls,
3118
+ stock_info_broker_sina,
2745
3119
  )
2746
3120
 
2747
3121
  """
@@ -2804,11 +3178,6 @@ from akshare.stock_feature.stock_hist_tx import stock_zh_a_hist_tx
2804
3178
  """
2805
3179
  from akshare.stock_feature.stock_cyq_em import stock_cyq_em
2806
3180
 
2807
- """
2808
- funddb-工具-估值情绪-恐贪指数
2809
- """
2810
- from akshare.index.index_fear_greed_funddb import index_fear_greed_funddb
2811
-
2812
3181
  """
2813
3182
  东财财富-分时数据
2814
3183
  """
@@ -2882,7 +3251,13 @@ from akshare.fund.fund_announcement import fund_announcement_personnel_em
2882
3251
  """
2883
3252
  新浪财经-ESG评级中心
2884
3253
  """
2885
- from akshare.stock_feature.stock_esg_sina import stock_esg_rate_sina, stock_esg_hz_sina
3254
+ from akshare.stock_feature.stock_esg_sina import (
3255
+ stock_esg_msci_sina,
3256
+ stock_esg_rft_sina,
3257
+ stock_esg_rate_sina,
3258
+ stock_esg_zd_sina,
3259
+ stock_esg_hz_sina,
3260
+ )
2886
3261
 
2887
3262
  """
2888
3263
  LOF 行情数据
@@ -2901,6 +3276,8 @@ from akshare.stock_fundamental.stock_finance_ths import (
2901
3276
  stock_financial_debt_ths,
2902
3277
  stock_financial_benefit_ths,
2903
3278
  stock_financial_cash_ths,
3279
+ stock_management_change_ths,
3280
+ stock_shareholder_change_ths,
2904
3281
  )
2905
3282
 
2906
3283
  """
@@ -3017,7 +3394,7 @@ from akshare.bond.bond_info_cm import (
3017
3394
  """
3018
3395
  申万宏源研究-指数系列
3019
3396
  """
3020
- from akshare.index.index_sw_research import (
3397
+ from akshare.index.index_research_sw import (
3021
3398
  index_realtime_sw,
3022
3399
  index_hist_sw,
3023
3400
  index_component_sw,
@@ -3036,6 +3413,20 @@ from akshare.index.index_option_qvix import (
3036
3413
  index_option_300etf_min_qvix,
3037
3414
  index_option_300etf_qvix,
3038
3415
  index_option_50etf_min_qvix,
3416
+ index_option_1000index_min_qvix,
3417
+ index_option_1000index_qvix,
3418
+ index_option_100etf_min_qvix,
3419
+ index_option_100etf_qvix,
3420
+ index_option_300index_min_qvix,
3421
+ index_option_300index_qvix,
3422
+ index_option_500etf_min_qvix,
3423
+ index_option_500etf_qvix,
3424
+ index_option_50index_min_qvix,
3425
+ index_option_50index_qvix,
3426
+ index_option_cyb_min_qvix,
3427
+ index_option_cyb_qvix,
3428
+ index_option_kcb_min_qvix,
3429
+ index_option_kcb_qvix,
3039
3430
  )
3040
3431
 
3041
3432
  """
@@ -3053,11 +3444,6 @@ from akshare.stock_feature.stock_buffett_index_lg import stock_buffett_index_lg
3053
3444
  """
3054
3445
  from akshare.stock.stock_hot_search_baidu import stock_hot_search_baidu
3055
3446
 
3056
- """
3057
- 百度股市通-期货-新闻
3058
- """
3059
- from akshare.futures.futures_news_baidu import futures_news_baidu
3060
-
3061
3447
  """
3062
3448
  百度股市通- A 股或指数-股评-投票
3063
3449
  """
@@ -3172,17 +3558,6 @@ from akshare.stock_feature.stock_hot_xq import (
3172
3558
  stock_hot_tweet_xq,
3173
3559
  )
3174
3560
 
3175
- """
3176
- 南华期货-板块指数涨跌
3177
- 南华期货-品种指数涨跌
3178
- 南华期货-相关系数矩阵
3179
- """
3180
- from akshare.futures_derivative.futures_other_index_nh import (
3181
- futures_correlation_nh,
3182
- futures_board_index_nh,
3183
- futures_variety_index_nh,
3184
- )
3185
-
3186
3561
  """
3187
3562
  东方财富-股票数据-龙虎榜
3188
3563
  """
@@ -3230,11 +3605,6 @@ from akshare.stock.stock_hk_hot_rank_em import (
3230
3605
  stock_hk_hot_rank_em,
3231
3606
  )
3232
3607
 
3233
- """
3234
- 冬奥会历届奖牌榜
3235
- """
3236
- from akshare.sport.sport_olympic_winter import sport_olympic_winter_hist
3237
-
3238
3608
  """
3239
3609
  财新指数
3240
3610
  """
@@ -3254,6 +3624,10 @@ from akshare.index.index_cx import (
3254
3624
  index_neaw_cx,
3255
3625
  index_nei_cx,
3256
3626
  index_ti_cx,
3627
+ index_ai_cx,
3628
+ index_neei_cx,
3629
+ index_bei_cx,
3630
+ index_qli_cx,
3257
3631
  )
3258
3632
 
3259
3633
  """
@@ -3318,6 +3692,7 @@ from akshare.spot.spot_sge import (
3318
3692
  spot_symbol_table_sge,
3319
3693
  spot_silver_benchmark_sge,
3320
3694
  spot_golden_benchmark_sge,
3695
+ spot_quotations_sge,
3321
3696
  )
3322
3697
 
3323
3698
  """
@@ -3388,14 +3763,6 @@ from akshare.stock_feature.stock_hsgt_em import (
3388
3763
  stock_hsgt_fund_flow_summary_em,
3389
3764
  )
3390
3765
 
3391
- """
3392
- 指数估值
3393
- """
3394
- from akshare.index.index_stock_zh_csindex import (
3395
- index_value_hist_funddb,
3396
- index_value_name_funddb,
3397
- )
3398
-
3399
3766
  """
3400
3767
  基金规模
3401
3768
  """
@@ -3455,6 +3822,7 @@ from akshare.stock.stock_zh_b_sina import (
3455
3822
  期货手续费
3456
3823
  """
3457
3824
  from akshare.futures.futures_comm_qihuo import futures_comm_info
3825
+ from akshare.futures.futures_comm_ctp import futures_fees_info
3458
3826
 
3459
3827
  """
3460
3828
  实际控制人持股变动
@@ -3581,7 +3949,7 @@ from akshare.economic.macro_australia import (
3581
3949
  """
3582
3950
  融资融券-深圳
3583
3951
  """
3584
- from akshare.stock_feature.stock_szse_margin import (
3952
+ from akshare.stock_feature.stock_margin_szse import (
3585
3953
  stock_margin_underlying_info_szse,
3586
3954
  stock_margin_detail_szse,
3587
3955
  stock_margin_szse,
@@ -3759,12 +4127,20 @@ from akshare.stock_feature.stock_zf_pg import stock_qbzf_em, stock_pg_em
3759
4127
  """
3760
4128
  汽车销量
3761
4129
  """
3762
- from akshare.other.other_car import car_gasgoo_sale_rank, car_energy_sale_cpca
4130
+ from akshare.other.other_car_gasgoo import car_sale_rank_gasgoo
4131
+ from akshare.other.other_car_cpca import (
4132
+ car_market_cate_cpca,
4133
+ car_market_fuel_cpca,
4134
+ car_market_segment_cpca,
4135
+ car_market_country_cpca,
4136
+ car_market_man_rank_cpca,
4137
+ car_market_total_cpca,
4138
+ )
3763
4139
 
3764
4140
  """
3765
4141
  中国公路物流运价、运量指数
3766
4142
  """
3767
- from akshare.index.index_cflp import index_cflp_price, index_cflp_volume
4143
+ from akshare.index.index_cflp import index_price_cflp, index_volume_cflp
3768
4144
 
3769
4145
  """
3770
4146
  赚钱效应分析
@@ -3841,6 +4217,7 @@ from akshare.stock_fundamental.stock_ipo_declare import stock_ipo_declare
3841
4217
  """
3842
4218
  from akshare.stock_feature.stock_report_em import (
3843
4219
  stock_zcfz_em,
4220
+ stock_zcfz_bj_em,
3844
4221
  stock_lrb_em,
3845
4222
  stock_xjll_em,
3846
4223
  )
@@ -3854,23 +4231,11 @@ from akshare.stock_feature.stock_yjbb_em import stock_yjbb_em
3854
4231
  同花顺-行业板块
3855
4232
  """
3856
4233
  from akshare.stock_feature.stock_board_industry_ths import (
3857
- stock_board_industry_cons_ths,
3858
4234
  stock_board_industry_name_ths,
3859
4235
  stock_board_industry_info_ths,
3860
4236
  stock_board_industry_index_ths,
3861
4237
  stock_ipo_benefit_ths,
3862
- )
3863
-
3864
- """
3865
- 同花顺-概念板块
3866
- """
3867
- from akshare.stock_feature.stock_board_concept_ths import (
3868
- stock_board_concept_cons_ths,
3869
- stock_board_concept_name_ths,
3870
- stock_board_concept_info_ths,
3871
- stock_board_concept_hist_ths,
3872
- stock_board_concept_graph_ths,
3873
- stock_board_cons_ths,
4238
+ stock_xgsr_ths,
3874
4239
  )
3875
4240
 
3876
4241
  """
@@ -3908,7 +4273,7 @@ from akshare.fund.fund_rating import (
3908
4273
  """
3909
4274
  融资融券数据
3910
4275
  """
3911
- from akshare.stock_feature.stock_sse_margin import (
4276
+ from akshare.stock_feature.stock_margin_sse import (
3912
4277
  stock_margin_detail_sse,
3913
4278
  stock_margin_sse,
3914
4279
  stock_margin_ratio_pa,
@@ -4025,14 +4390,6 @@ from akshare.fund.fund_rank_em import (
4025
4390
  fund_lcx_rank_em,
4026
4391
  )
4027
4392
 
4028
- """
4029
- 英为财情-加密货币
4030
- """
4031
- from akshare.crypto.crypto_hist_investing import (
4032
- crypto_hist,
4033
- crypto_name_url_table,
4034
- )
4035
-
4036
4393
  """
4037
4394
  电影票房
4038
4395
  """
@@ -4068,11 +4425,6 @@ COMEX黄金-白银库存
4068
4425
  """
4069
4426
  from akshare.futures.futures_comex_em import futures_comex_inventory
4070
4427
 
4071
- """
4072
- 国债期货可交割券相关指标
4073
- """
4074
- from akshare.bond.bond_futures import bond_futures_deliverable_coupons
4075
-
4076
4428
  """
4077
4429
  A 股-特别标的
4078
4430
  """
@@ -4086,10 +4438,13 @@ from akshare.stock.stock_zh_a_special import (
4086
4438
  """
4087
4439
  东方财富-注册制审核
4088
4440
  """
4089
- from akshare.stock_fundamental.stock_register import (
4441
+ from akshare.stock_fundamental.stock_register_em import (
4090
4442
  stock_register_kcb,
4091
4443
  stock_register_cyb,
4444
+ stock_register_bj,
4092
4445
  stock_register_db,
4446
+ stock_register_sh,
4447
+ stock_register_sz
4093
4448
  )
4094
4449
 
4095
4450
  """
@@ -4142,6 +4497,7 @@ from akshare.stock_feature.stock_yjyg_cninfo import stock_report_disclosure
4142
4497
  from akshare.fund.fund_etf_sina import (
4143
4498
  fund_etf_hist_sina,
4144
4499
  fund_etf_category_sina,
4500
+ fund_etf_dividend_sina,
4145
4501
  )
4146
4502
 
4147
4503
  """
@@ -4286,6 +4642,7 @@ from akshare.stock.stock_fund_em import (
4286
4642
  stock_sector_fund_flow_summary,
4287
4643
  stock_sector_fund_flow_hist,
4288
4644
  stock_concept_fund_flow_hist,
4645
+ stock_main_fund_flow,
4289
4646
  )
4290
4647
 
4291
4648
  """
@@ -4361,12 +4718,6 @@ stock-em-hsgt
4361
4718
  """
4362
4719
  from akshare.stock_feature.stock_hsgt_em import (
4363
4720
  stock_hk_ggt_components_em,
4364
- stock_hsgt_north_acc_flow_in_em,
4365
- stock_hsgt_north_cash_em,
4366
- stock_hsgt_north_net_flow_in_em,
4367
- stock_hsgt_south_acc_flow_in_em,
4368
- stock_hsgt_south_cash_em,
4369
- stock_hsgt_south_net_flow_in_em,
4370
4721
  stock_hsgt_hold_stock_em,
4371
4722
  stock_hsgt_hist_em,
4372
4723
  stock_hsgt_institution_statistics_em,
@@ -4453,7 +4804,7 @@ from akshare.option.option_finance_sina import (
4453
4804
  债券-沪深债券
4454
4805
  """
4455
4806
  from akshare.bond.bond_zh_sina import bond_zh_hs_daily, bond_zh_hs_spot
4456
- from akshare.bond.bond_zh_cov_sina import (
4807
+ from akshare.bond.bond_zh_cov import (
4457
4808
  bond_zh_hs_cov_daily,
4458
4809
  bond_zh_hs_cov_spot,
4459
4810
  bond_cov_comparison,
@@ -4503,8 +4854,6 @@ from akshare.event.migration import (
4503
4854
  英为财情-外汇-货币对历史数据
4504
4855
  """
4505
4856
  from akshare.fx.currency_investing import (
4506
- currency_hist,
4507
- currency_name_code,
4508
4857
  currency_pair_map,
4509
4858
  )
4510
4859
 
@@ -4552,6 +4901,7 @@ from akshare.economic.macro_bank import (
4552
4901
  macro_bank_australia_interest_rate,
4553
4902
  macro_bank_brazil_interest_rate,
4554
4903
  macro_bank_brazil_interest_rate,
4904
+ macro_bank_china_interest_rate,
4555
4905
  macro_bank_english_interest_rate,
4556
4906
  macro_bank_euro_interest_rate,
4557
4907
  macro_bank_india_interest_rate,
@@ -4620,15 +4970,6 @@ from akshare.stock_feature.stock_jgdy_em import (
4620
4970
  stock_jgdy_detail_em,
4621
4971
  )
4622
4972
 
4623
- """
4624
- IT桔子
4625
- """
4626
- from akshare.fortune.fortune_it_juzi import (
4627
- death_company,
4628
- maxima_company,
4629
- nicorn_company,
4630
- )
4631
-
4632
4973
  """
4633
4974
  新浪主力连续接口
4634
4975
  """
@@ -4684,11 +5025,6 @@ from akshare.fund.fund_amac import (
4684
5025
  amac_person_bond_org_list,
4685
5026
  )
4686
5027
 
4687
- """
4688
- 世界五百强公司排名接口
4689
- """
4690
- from akshare.fortune.fortune_500 import fortune_rank, fortune_rank_eng
4691
-
4692
5028
  """
4693
5029
  申万行业一级
4694
5030
  """
@@ -4704,20 +5040,6 @@ from akshare.index.index_sw import (
4704
5040
  """
4705
5041
  from akshare.article.epu_index import article_epu_index
4706
5042
 
4707
- """
4708
- 南华期货-南华指数
4709
- """
4710
- from akshare.futures_derivative.futures_index_return_nh import (
4711
- futures_return_index_nh,
4712
- )
4713
- from akshare.futures_derivative.futures_index_price_nh import (
4714
- futures_price_index_nh,
4715
- futures_index_symbol_table_nh,
4716
- )
4717
- from akshare.futures_derivative.futures_index_volatility_nh import (
4718
- futures_volatility_index_nh,
4719
- )
4720
-
4721
5043
  """
4722
5044
  空气-河北
4723
5045
  """
@@ -4831,10 +5153,7 @@ from akshare.stock.stock_hk_sina import stock_hk_daily, stock_hk_spot
4831
5153
  """
4832
5154
  生意社-商品与期货-现期图数据
4833
5155
  """
4834
- from akshare.futures_derivative.futures_spot_sys import (
4835
- futures_spot_sys,
4836
- __get_sys_spot_futures_dict,
4837
- )
5156
+ from akshare.futures_derivative.futures_spot_sys import futures_spot_sys
4838
5157
 
4839
5158
  """
4840
5159
  全球宏观-机构宏观
@@ -4896,6 +5215,7 @@ from akshare.economic.macro_usa import (
4896
5215
  macro_usa_cftc_c_holding,
4897
5216
  macro_usa_cftc_merchant_currency_holding,
4898
5217
  macro_usa_cftc_merchant_goods_holding,
5218
+ macro_usa_cme_merchant_goods_holding,
4899
5219
  macro_usa_phs,
4900
5220
  )
4901
5221
 
@@ -4990,14 +5310,6 @@ from akshare.economic.macro_china_nbs import (
4990
5310
  macro_china_nbs_region
4991
5311
  )
4992
5312
 
4993
- """
4994
- 全球期货
4995
- """
4996
- from akshare.futures.futures_international import (
4997
- futures_global_commodity_hist,
4998
- futures_global_commodity_name_url_map,
4999
- )
5000
-
5001
5313
  """
5002
5314
  外汇
5003
5315
  """
@@ -5023,23 +5335,6 @@ from akshare.option.option_commodity import (
5023
5335
  option_gfex_daily,
5024
5336
  )
5025
5337
 
5026
- """
5027
- 英为财情-债券
5028
- """
5029
- from akshare.bond.bond_investing import (
5030
- bond_investing_global,
5031
- bond_investing_global_country_name_url,
5032
- )
5033
-
5034
- """
5035
- 英为财情-指数
5036
- """
5037
- from akshare.index.index_investing import (
5038
- index_investing_global,
5039
- index_investing_global_area_index_name_code,
5040
- index_investing_global_area_index_name_url,
5041
- )
5042
-
5043
5338
  """
5044
5339
  99期货-期货库存数据
5045
5340
  """
@@ -5121,7 +5416,6 @@ from akshare.futures.futures_roll_yield import (
5121
5416
  from akshare.futures.futures_daily_bar import (
5122
5417
  get_cffex_daily,
5123
5418
  get_czce_daily,
5124
- get_shfe_v_wap,
5125
5419
  get_shfe_daily,
5126
5420
  get_dce_daily,
5127
5421
  get_futures_daily,
@@ -5138,6 +5432,19 @@ from akshare.fund.fund_xq import (
5138
5432
  fund_individual_analysis_xq,
5139
5433
  fund_individual_profit_probability_xq,
5140
5434
  fund_individual_detail_info_xq,
5435
+ fund_individual_detail_hold_xq,
5436
+ )
5437
+
5438
+ """
5439
+ 异常处理模块
5440
+ """
5441
+ from .exceptions import (
5442
+ AkshareException,
5443
+ APIError,
5444
+ DataParsingError,
5445
+ InvalidParameterError,
5446
+ NetworkError,
5447
+ RateLimitError,
5141
5448
  )
5142
5449
 
5143
5450
  """