akshare 1.13.46__py3-none-any.whl → 1.17.99__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.
Files changed (388) hide show
  1. akshare/__init__.py +757 -161
  2. akshare/air/air_hebei.py +79 -53
  3. akshare/air/air_zhenqi.py +3 -7
  4. akshare/air/cons.py +1 -0
  5. akshare/air/crypto.js +1 -1
  6. akshare/air/outcrypto.js +1 -1
  7. akshare/air/sunrise_tad.py +32 -17
  8. akshare/article/cons.py +1 -0
  9. akshare/article/epu_index.py +4 -3
  10. akshare/article/ff_factor.py +19 -8
  11. akshare/article/fred_md.py +4 -1
  12. akshare/article/risk_rv.py +3 -8
  13. akshare/bank/bank_cbirc_2020.py +11 -11
  14. akshare/bank/cons.py +7 -6
  15. akshare/bond/bond_buy_back_em.py +228 -0
  16. akshare/bond/bond_cb_sina.py +1 -0
  17. akshare/bond/bond_cb_ths.py +17 -9
  18. akshare/bond/bond_cbond.py +19 -14
  19. akshare/bond/bond_china.py +38 -39
  20. akshare/bond/bond_china_money.py +75 -48
  21. akshare/bond/bond_convert.py +10 -9
  22. akshare/bond/bond_em.py +37 -17
  23. akshare/bond/bond_info_cm.py +28 -8
  24. akshare/bond/bond_issue_cninfo.py +73 -30
  25. akshare/bond/bond_summary.py +38 -37
  26. akshare/bond/bond_zh_cov.py +31 -40
  27. akshare/bond/bond_zh_sina.py +61 -51
  28. akshare/bond/cons.py +14 -11
  29. akshare/cal/__init__.py +0 -0
  30. akshare/cal/rv.py +170 -0
  31. akshare/cost/cost_living.py +7 -5
  32. akshare/crypto/__init__.py +1 -1
  33. akshare/crypto/crypto_bitcoin_cme.py +9 -7
  34. akshare/crypto/crypto_hold.py +4 -2
  35. akshare/currency/currency.py +1 -0
  36. akshare/currency/currency_china_bank_sina.py +11 -6
  37. akshare/currency/currency_safe.py +7 -6
  38. akshare/data/__init__.py +1 -1
  39. akshare/data/cninfo.js +1 -1
  40. akshare/datasets.py +10 -21
  41. akshare/economic/cons.py +10 -3
  42. akshare/economic/macro_australia.py +74 -69
  43. akshare/economic/macro_bank.py +95 -653
  44. akshare/economic/macro_canada.py +92 -81
  45. akshare/economic/macro_china.py +163 -117
  46. akshare/economic/macro_china_hk.py +0 -1
  47. akshare/economic/macro_china_nbs.py +24 -7
  48. akshare/economic/macro_euro.py +103 -56
  49. akshare/economic/macro_finance_ths.py +135 -0
  50. akshare/economic/macro_germany.py +1 -1
  51. akshare/economic/macro_info_ws.py +100 -0
  52. akshare/economic/macro_japan.py +0 -1
  53. akshare/economic/macro_other.py +1 -6
  54. akshare/economic/macro_swiss.py +2 -3
  55. akshare/economic/macro_uk.py +1 -1
  56. akshare/economic/macro_usa.py +7 -9
  57. akshare/economic/marco_cnbs.py +11 -6
  58. akshare/energy/energy_carbon.py +94 -126
  59. akshare/energy/energy_oil_em.py +1 -2
  60. akshare/event/cons.py +1 -0
  61. akshare/event/migration.py +3 -2
  62. akshare/exceptions.py +43 -0
  63. akshare/file_fold/calendar.json +245 -2
  64. akshare/forex/__init__.py +0 -0
  65. akshare/forex/cons.py +192 -0
  66. akshare/forex/forex_em.py +149 -0
  67. akshare/fortune/fortune_500.py +15 -48
  68. akshare/fortune/fortune_bloomberg.py +6 -3
  69. akshare/fortune/fortune_forbes_500.py +3 -6
  70. akshare/fortune/fortune_hurun.py +2 -1
  71. akshare/fortune/fortune_xincaifu_500.py +17 -14
  72. akshare/fund/fund_amac.py +38 -15
  73. akshare/fund/fund_announcement_em.py +145 -0
  74. akshare/fund/fund_aum_em.py +49 -35
  75. akshare/fund/fund_em.py +251 -220
  76. akshare/fund/fund_etf_em.py +44 -35
  77. akshare/fund/fund_etf_sina.py +76 -27
  78. akshare/fund/fund_etf_ths.py +95 -0
  79. akshare/fund/fund_fee_em.py +172 -0
  80. akshare/fund/fund_fhsp_em.py +42 -32
  81. akshare/fund/fund_init_em.py +8 -5
  82. akshare/fund/fund_lof_em.py +12 -19
  83. akshare/fund/fund_manager.py +25 -11
  84. akshare/fund/fund_overview_em.py +42 -0
  85. akshare/fund/fund_portfolio_em.py +78 -66
  86. akshare/fund/fund_position_lg.py +19 -8
  87. akshare/fund/fund_rank_em.py +90 -84
  88. akshare/fund/fund_rating.py +33 -12
  89. akshare/fund/fund_report_cninfo.py +63 -48
  90. akshare/fund/fund_scale_em.py +24 -13
  91. akshare/fund/fund_scale_sina.py +20 -10
  92. akshare/fund/fund_xq.py +3 -2
  93. akshare/futures/cons.py +141 -46
  94. akshare/futures/cot.py +89 -88
  95. akshare/futures/futures_basis.py +99 -33
  96. akshare/futures/futures_comex_em.py +1 -0
  97. akshare/futures/futures_comm_ctp.py +13 -2
  98. akshare/futures/futures_contract_detail.py +59 -9
  99. akshare/futures/futures_daily_bar.py +75 -62
  100. akshare/futures/futures_foreign.py +14 -8
  101. akshare/futures/futures_hf_em.py +215 -61
  102. akshare/futures/futures_hist_em.py +191 -0
  103. akshare/futures/futures_hq_sina.py +79 -61
  104. akshare/futures/futures_index_ccidx.py +24 -82
  105. akshare/futures/futures_inventory_99.py +70 -272
  106. akshare/futures/futures_inventory_em.py +14 -11
  107. akshare/futures/futures_news_shmet.py +2 -2
  108. akshare/futures/futures_roll_yield.py +11 -24
  109. akshare/futures/futures_rule.py +7 -3
  110. akshare/futures/futures_rule_em.py +38 -0
  111. akshare/futures/futures_settlement_price_sgx.py +21 -6
  112. akshare/futures/futures_stock_js.py +1 -2
  113. akshare/futures/futures_to_spot.py +43 -39
  114. akshare/futures/futures_warehouse_receipt.py +53 -48
  115. akshare/futures/futures_zh_sina.py +4 -4
  116. akshare/futures/receipt.py +298 -165
  117. akshare/futures/requests_fun.py +16 -3
  118. akshare/futures/symbol_var.py +32 -13
  119. akshare/futures_derivative/cons.py +100 -103
  120. akshare/futures_derivative/futures_contract_info_cffex.py +55 -39
  121. akshare/futures_derivative/futures_contract_info_czce.py +2 -0
  122. akshare/futures_derivative/futures_contract_info_dce.py +43 -17
  123. akshare/futures_derivative/futures_contract_info_gfex.py +43 -31
  124. akshare/futures_derivative/futures_contract_info_ine.py +43 -34
  125. akshare/futures_derivative/futures_contract_info_shfe.py +7 -8
  126. akshare/futures_derivative/futures_cot_sina.py +28 -19
  127. akshare/futures_derivative/futures_index_sina.py +25 -13
  128. akshare/fx/cons.py +12 -7
  129. akshare/fx/currency_investing.py +19 -285
  130. akshare/fx/fx_c_swap_cm.py +62 -0
  131. akshare/fx/fx_quote.py +3 -2
  132. akshare/fx/fx_quote_baidu.py +2 -1
  133. akshare/hf/__init__.py +1 -1
  134. akshare/hf/hf_sp500.py +8 -7
  135. akshare/index/cons.py +132 -28
  136. akshare/index/index_cflp.py +29 -26
  137. akshare/index/index_cni.py +89 -91
  138. akshare/index/index_cons.py +26 -10
  139. akshare/index/index_csindex.py +68 -0
  140. akshare/index/index_cx.py +263 -62
  141. akshare/index/index_drewry.py +17 -16
  142. akshare/index/index_eri.py +1 -0
  143. akshare/index/index_global_em.py +167 -0
  144. akshare/index/index_global_sina.py +82 -0
  145. akshare/index/index_kq_fz.py +17 -14
  146. akshare/index/index_kq_ss.py +1 -0
  147. akshare/index/index_option_qvix.py +351 -16
  148. akshare/index/index_research_sw.py +38 -38
  149. akshare/index/index_spot.py +9 -5
  150. akshare/index/index_stock_hk.py +6 -10
  151. akshare/index/index_stock_us_sina.py +1 -1
  152. akshare/index/index_stock_zh.py +193 -101
  153. akshare/index/index_stock_zh_csindex.py +15 -369
  154. akshare/index/index_sugar.py +18 -4
  155. akshare/index/index_sw.py +62 -34
  156. akshare/index/index_yw.py +53 -75
  157. akshare/index/index_zh_em.py +15 -82
  158. akshare/interest_rate/interbank_rate_em.py +14 -10
  159. akshare/movie/artist_yien.py +32 -5
  160. akshare/movie/jm.js +0 -1
  161. akshare/movie/movie_yien.py +92 -18
  162. akshare/movie/video_yien.py +28 -5
  163. akshare/news/__init__.py +1 -1
  164. akshare/news/news_baidu.py +395 -220
  165. akshare/news/news_cctv.py +38 -38
  166. akshare/news/news_stock.py +49 -13
  167. akshare/nlp/nlp_interface.py +7 -8
  168. akshare/option/cons.py +12 -12
  169. akshare/option/option_comm_qihuo.py +86 -0
  170. akshare/option/option_commodity.py +355 -211
  171. akshare/option/option_commodity_sina.py +22 -26
  172. akshare/option/option_contract_info_ctp.py +63 -0
  173. akshare/option/option_current_sse.py +61 -0
  174. akshare/option/option_current_szse.py +84 -0
  175. akshare/option/option_czce.py +37 -9
  176. akshare/option/option_daily_stats_sse_szse.py +145 -0
  177. akshare/option/option_em.py +4 -8
  178. akshare/option/option_finance.py +60 -12
  179. akshare/option/option_finance_sina.py +28 -26
  180. akshare/option/option_lhb_em.py +62 -57
  181. akshare/option/option_margin.py +62 -0
  182. akshare/option/option_premium_analysis_em.py +58 -53
  183. akshare/option/option_risk_analysis_em.py +11 -8
  184. akshare/option/option_risk_indicator_sse.py +18 -16
  185. akshare/option/option_value_analysis_em.py +62 -55
  186. akshare/other/__init__.py +1 -1
  187. akshare/other/other_car_cpca.py +20 -20
  188. akshare/pro/__init__.py +0 -1
  189. akshare/pro/client.py +6 -4
  190. akshare/pro/cons.py +3 -2
  191. akshare/pro/data_pro.py +6 -5
  192. akshare/qdii/__init__.py +0 -0
  193. akshare/qdii/qdii_jsl.py +233 -0
  194. akshare/qhkc/__init__.py +1 -6
  195. akshare/qhkc/qhkc_api.py +64 -22
  196. akshare/qhkc_web/__init__.py +1 -6
  197. akshare/qhkc_web/qhkc_fund.py +10 -6
  198. akshare/qhkc_web/qhkc_index.py +28 -14
  199. akshare/qhkc_web/qhkc_tool.py +62 -59
  200. akshare/rate/__init__.py +1 -1
  201. akshare/rate/repo_rate.py +36 -32
  202. akshare/reits/__init__.py +1 -1
  203. akshare/reits/reits_basic.py +149 -13
  204. akshare/request.py +117 -0
  205. akshare/spot/__init__.py +1 -1
  206. akshare/spot/spot_hog_soozhu.py +232 -0
  207. akshare/spot/spot_price_qh.py +121 -0
  208. akshare/spot/spot_sge.py +70 -9
  209. akshare/stock/cons.py +60 -23
  210. akshare/stock/stock_allotment_cninfo.py +10 -9
  211. akshare/stock/stock_ask_bid_em.py +3 -78
  212. akshare/stock/stock_board_concept_em.py +160 -35
  213. akshare/stock/stock_board_industry_em.py +163 -70
  214. akshare/stock/stock_cg_equity_mortgage.py +15 -11
  215. akshare/stock/stock_cg_guarantee.py +41 -51
  216. akshare/stock/stock_cg_lawsuit.py +36 -35
  217. akshare/stock/stock_dividend_cninfo.py +36 -16
  218. akshare/stock/stock_dzjy_em.py +347 -260
  219. akshare/stock/stock_fund_em.py +73 -64
  220. akshare/stock/stock_fund_hold.py +1 -2
  221. akshare/stock/stock_gsrl_em.py +1 -0
  222. akshare/stock/stock_hk_comparison_em.py +175 -0
  223. akshare/stock/stock_hk_famous.py +107 -0
  224. akshare/stock/stock_hk_fhpx_ths.py +2 -1
  225. akshare/stock/stock_hk_hot_rank_em.py +1 -0
  226. akshare/stock/stock_hk_sina.py +91 -42
  227. akshare/stock/stock_hold_control_cninfo.py +100 -15
  228. akshare/stock/stock_hold_control_em.py +4 -5
  229. akshare/stock/stock_hold_num_cninfo.py +18 -12
  230. akshare/stock/stock_hot_rank_em.py +4 -1
  231. akshare/stock/stock_hot_search_baidu.py +32 -19
  232. akshare/stock/stock_hot_up_em.py +4 -1
  233. akshare/stock/stock_hsgt_em.py +155 -0
  234. akshare/stock/stock_industry.py +1 -0
  235. akshare/stock/stock_industry_cninfo.py +25 -20
  236. akshare/stock/stock_industry_pe_cninfo.py +45 -31
  237. akshare/stock/stock_industry_sw.py +5 -9
  238. akshare/stock/stock_info.py +31 -19
  239. akshare/stock/stock_info_em.py +17 -11
  240. akshare/stock/stock_intraday_em.py +9 -80
  241. akshare/stock/stock_intraday_sina.py +2 -2
  242. akshare/stock/stock_ipo_summary_cninfo.py +25 -10
  243. akshare/stock/stock_new_cninfo.py +32 -19
  244. akshare/stock/stock_news_cx.py +39 -0
  245. akshare/stock/stock_profile_cninfo.py +9 -8
  246. akshare/stock/stock_profile_em.py +302 -0
  247. akshare/stock/stock_rank_forecast.py +8 -6
  248. akshare/stock/stock_repurchase_em.py +7 -2
  249. akshare/stock/stock_share_changes_cninfo.py +18 -14
  250. akshare/stock/stock_share_hold.py +24 -20
  251. akshare/stock/stock_stop.py +6 -6
  252. akshare/stock/stock_summary.py +153 -417
  253. akshare/stock/stock_us_famous.py +19 -11
  254. akshare/stock/stock_us_js.py +3 -2
  255. akshare/stock/stock_us_pink.py +38 -27
  256. akshare/stock/stock_us_sina.py +15 -12
  257. akshare/stock/stock_weibo_nlp.py +18 -20
  258. akshare/stock/stock_xq.py +36 -9
  259. akshare/stock/stock_zh_a_sina.py +58 -80
  260. akshare/stock/stock_zh_a_special.py +240 -243
  261. akshare/stock/stock_zh_a_tick_tx.py +11 -3
  262. akshare/stock/stock_zh_ah_tx.py +23 -26
  263. akshare/stock/stock_zh_b_sina.py +32 -55
  264. akshare/stock/stock_zh_comparison_em.py +250 -0
  265. akshare/stock/stock_zh_kcb_report.py +11 -9
  266. akshare/stock/stock_zh_kcb_sina.py +67 -64
  267. akshare/stock_a/__init__.py +0 -0
  268. akshare/stock_a/stock_board_concept_name_em.py +170 -0
  269. akshare/stock_a/stock_individual_fund_flow_rank.py +258 -0
  270. akshare/stock_a/stock_zh_a_spot.py +212 -0
  271. akshare/stock_feature/cons.py +1 -0
  272. akshare/stock_feature/stock_a_below_net_asset_statistics.py +5 -2
  273. akshare/stock_feature/stock_a_high_low.py +5 -2
  274. akshare/stock_feature/stock_a_indicator.py +15 -57
  275. akshare/stock_feature/stock_a_pe_and_pb.py +39 -9
  276. akshare/stock_feature/stock_account_em.py +0 -1
  277. akshare/stock_feature/stock_all_pb.py +2 -1
  278. akshare/stock_feature/stock_analyst_em.py +36 -30
  279. akshare/stock_feature/stock_board_concept_ths.py +144 -252
  280. akshare/stock_feature/stock_board_industry_ths.py +137 -401
  281. akshare/stock_feature/stock_buffett_index_lg.py +10 -8
  282. akshare/stock_feature/stock_classify_sina.py +3 -6
  283. akshare/stock_feature/stock_comment_em.py +81 -144
  284. akshare/stock_feature/stock_concept_futu.py +183 -0
  285. akshare/stock_feature/stock_congestion_lg.py +2 -1
  286. akshare/stock_feature/stock_cyq_em.py +5 -11
  287. akshare/stock_feature/stock_disclosure_cninfo.py +20 -10
  288. akshare/stock_feature/stock_dxsyl_em.py +121 -74
  289. akshare/stock_feature/stock_ebs_lg.py +5 -4
  290. akshare/stock_feature/stock_esg_sina.py +33 -15
  291. akshare/stock_feature/stock_fhps_em.py +62 -26
  292. akshare/stock_feature/stock_fhps_ths.py +34 -7
  293. akshare/stock_feature/stock_fund_flow.py +38 -25
  294. akshare/stock_feature/stock_gddh_em.py +19 -11
  295. akshare/stock_feature/stock_gdfx_em.py +226 -113
  296. akshare/stock_feature/stock_gdhs.py +75 -50
  297. akshare/stock_feature/stock_gdzjc_em.py +21 -10
  298. akshare/stock_feature/stock_gpzy_em.py +78 -46
  299. akshare/stock_feature/stock_gxl_lg.py +3 -2
  300. akshare/stock_feature/stock_hist_em.py +158 -237
  301. akshare/stock_feature/stock_hist_tx.py +13 -10
  302. akshare/stock_feature/stock_hk_valuation_baidu.py +20 -8
  303. akshare/stock_feature/stock_hot_xq.py +4 -6
  304. akshare/stock_feature/stock_hsgt_em.py +269 -97
  305. akshare/stock_feature/stock_hsgt_exchange_rate.py +115 -87
  306. akshare/stock_feature/stock_hsgt_min_em.py +13 -16
  307. akshare/stock_feature/stock_info.py +8 -81
  308. akshare/stock_feature/stock_inner_trade_xq.py +38 -31
  309. akshare/stock_feature/stock_irm_cninfo.py +32 -9
  310. akshare/stock_feature/stock_jgdy_em.py +43 -40
  311. akshare/stock_feature/stock_lh_yybpm.py +36 -37
  312. akshare/stock_feature/stock_lhb_em.py +165 -35
  313. akshare/stock_feature/stock_lhb_sina.py +93 -46
  314. akshare/stock_feature/stock_margin_em.py +101 -0
  315. akshare/stock_feature/{stock_sse_margin.py → stock_margin_sse.py} +21 -17
  316. akshare/stock_feature/{stock_szse_margin.py → stock_margin_szse.py} +7 -7
  317. akshare/stock_feature/stock_market_legu.py +4 -2
  318. akshare/stock_feature/stock_pankou_em.py +71 -35
  319. akshare/stock_feature/stock_qsjy_em.py +13 -4
  320. akshare/stock_feature/stock_report_em.py +152 -8
  321. akshare/stock_feature/stock_research_report_em.py +55 -20
  322. akshare/stock_feature/stock_sns_sseinfo.py +15 -12
  323. akshare/stock_feature/stock_sy_em.py +20 -15
  324. akshare/stock_feature/stock_technology_ths.py +152 -120
  325. akshare/stock_feature/stock_tfp_em.py +37 -14
  326. akshare/stock_feature/stock_three_report_em.py +120 -78
  327. akshare/stock_feature/stock_ttm_lyr.py +18 -9
  328. akshare/stock_feature/stock_value_em.py +83 -0
  329. akshare/stock_feature/stock_yjbb_em.py +58 -32
  330. akshare/stock_feature/stock_yjyg_cninfo.py +6 -2
  331. akshare/stock_feature/stock_yjyg_em.py +1 -1
  332. akshare/stock_feature/stock_yzxdr_em.py +24 -22
  333. akshare/stock_feature/stock_zdhtmx_em.py +20 -6
  334. akshare/stock_feature/stock_zh_valuation_baidu.py +3 -2
  335. akshare/stock_feature/stock_zh_vote_baidu.py +4 -1
  336. akshare/stock_feature/stock_ztb_em.py +39 -24
  337. akshare/stock_fundamental/__init__.py +1 -1
  338. akshare/stock_fundamental/stock_basic_info_xq.py +119 -0
  339. akshare/stock_fundamental/{stock_finance_hk.py → stock_finance_hk_em.py} +23 -16
  340. akshare/stock_fundamental/{stock_finance.py → stock_finance_sina.py} +203 -59
  341. akshare/stock_fundamental/stock_finance_ths.py +524 -57
  342. akshare/stock_fundamental/stock_finance_us_em.py +268 -0
  343. akshare/stock_fundamental/stock_gbjg_em.py +80 -0
  344. akshare/stock_fundamental/stock_hold.py +26 -17
  345. akshare/stock_fundamental/stock_ipo_declare.py +1 -0
  346. akshare/stock_fundamental/stock_kcb_detail_sse.py +10 -10
  347. akshare/stock_fundamental/stock_kcb_sse.py +26 -25
  348. akshare/stock_fundamental/stock_notice.py +41 -18
  349. akshare/stock_fundamental/stock_profit_forecast_em.py +31 -13
  350. akshare/stock_fundamental/stock_profit_forecast_hk_etnet.py +64 -41
  351. akshare/stock_fundamental/stock_profit_forecast_ths.py +86 -35
  352. akshare/stock_fundamental/stock_recommend.py +20 -4
  353. akshare/stock_fundamental/stock_register_em.py +448 -0
  354. akshare/stock_fundamental/stock_zygc.py +5 -62
  355. akshare/tool/trade_date_hist.py +1 -1
  356. akshare/utils/context.py +43 -0
  357. akshare/utils/demjson.py +2009 -1338
  358. akshare/utils/func.py +49 -2
  359. akshare/utils/multi_decrypt.py +53 -0
  360. akshare/utils/token_process.py +6 -5
  361. akshare/utils/tqdm.py +13 -3
  362. {akshare-1.13.46.dist-info → akshare-1.17.99.dist-info}/METADATA +56 -86
  363. akshare-1.17.99.dist-info/RECORD +409 -0
  364. {akshare-1.13.46.dist-info → akshare-1.17.99.dist-info}/WHEEL +1 -1
  365. {akshare-1.13.46.dist-info → akshare-1.17.99.dist-info/licenses}/LICENSE +1 -1
  366. tests/test_func.py +3 -5
  367. akshare/bond/bond_futures.py +0 -50
  368. akshare/bond/bond_investing.py +0 -139
  369. akshare/crypto/crypto_hist_investing.py +0 -249
  370. akshare/fortune/fortune_it_juzi.py +0 -123
  371. akshare/fund/fund_announcement.py +0 -56
  372. akshare/futures/futures_international.py +0 -170
  373. akshare/futures/futures_news_baidu.py +0 -54
  374. akshare/futures/inventory_data.py +0 -100
  375. akshare/futures_derivative/futures_index_price_nh.py +0 -61
  376. akshare/futures_derivative/futures_index_return_nh.py +0 -47
  377. akshare/futures_derivative/futures_index_volatility_nh.py +0 -51
  378. akshare/futures_derivative/futures_other_index_nh.py +0 -145
  379. akshare/index/index_fear_greed_funddb.py +0 -78
  380. akshare/index/index_investing.py +0 -232
  381. akshare/sport/__init__.py +0 -6
  382. akshare/sport/sport_olympic.py +0 -27
  383. akshare/sport/sport_olympic_winter.py +0 -39
  384. akshare/stock_feature/stock_wencai.py +0 -104
  385. akshare/stock_fundamental/stock_mda_ym.py +0 -40
  386. akshare/stock_fundamental/stock_register.py +0 -292
  387. akshare-1.13.46.dist-info/RECORD +0 -380
  388. {akshare-1.13.46.dist-info → akshare-1.17.99.dist-info}/top_level.txt +0 -0
akshare/__init__.py CHANGED
@@ -306,7 +306,6 @@ https://cn.investing.com/rates-bonds/
306
306
  更新说明文档
307
307
  0.2.39
308
308
  更新说明文档目录结构
309
- 增加专题教程-pandas专题-连载
310
309
  0.2.40
311
310
  更新专题板块
312
311
  0.2.41
@@ -2758,9 +2757,458 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
2758
2757
  1.13.44 fix: fix stock_lhb_stock_statistic_em interface
2759
2758
  1.13.45 fix: fix futures_stock_shfe_js interface
2760
2759
  1.13.46 fix: fix futures_stock_shfe_js interface
2761
- """
2762
-
2763
- __version__ = "1.13.46"
2760
+ 1.13.47 fix: fix stock_a_indicator_lg interface
2761
+ 1.13.48 fix: fix stock_hk_indicator_eniu interface
2762
+ 1.13.49 fix: fix stock_ipo_summary_cninfo interface
2763
+ 1.13.50 fix: fix news_cctv interface
2764
+ 1.13.51 fix: fix stock_market_activity_legu interface
2765
+ 1.13.52 fix: fix stock_market_pb_lg interface
2766
+ 1.13.53 fix: fix stock_index_pe_lg interface
2767
+ 1.13.54 fix: fix stock_tfp_em interface
2768
+ 1.13.55 fix: fix sunrise_monthly interface
2769
+ 1.13.56 fix: fix currency_boc_safe interface
2770
+ 1.13.57 fix: fix stock_a_below_net_asset_statistics interface
2771
+ 1.13.58 fix: fix stock_lhb_jgmmtj_em interface
2772
+ 1.13.59 fix: fix stock_lhb_jgstatistic_em interface
2773
+ 1.13.60 fix: fix stock_zh_a_disclosure_report_cninfo interface
2774
+ 1.13.61 fix: fix stock_lhb_hyyyb_em interface
2775
+ 1.13.62 fix: fix index_fear_greed_funddb interface
2776
+ 1.13.63 fix: fix index_detail_hist_cni interface
2777
+ 1.13.64 fix: fix stock_lh_yyb_most interface
2778
+ 1.13.65 fix: fix stock_financial_report_sina interface
2779
+ 1.13.66 fix: fix stock_lhb_yytj_sina interface
2780
+ 1.13.67 fix: fix bond_info_cm interface
2781
+ 1.13.68 fix: fix rate_interbank interface
2782
+ 1.13.69 fix: fix get_shfe_rank_table interface
2783
+ 1.13.70 fix: fix stock_irm_cninfo interface
2784
+ 1.13.71 fix: fix stock_fhps_detail_ths interface
2785
+ 1.13.72 fix: fix futures_contract_info_shfe interface
2786
+ 1.13.73 fix: fix futures_shfe_warehouse_receipt interface
2787
+ 1.13.74 add: add macro_info_ws interface
2788
+ 1.13.75 add: add spot_price_qh interface
2789
+ 1.13.76 fix: fix macro_china_lpr interface
2790
+ 1.13.77 fix: fix stock_news_em interface
2791
+ 1.13.78 fix: fix futures_gfex_position_rank interface
2792
+ 1.13.79 fix: fix stock_industry_category_cninfo interface
2793
+ 1.13.80 fix: fix stock_irm_cninfo interface
2794
+ 1.13.81 fix: fix futures_dce_position_rank interface
2795
+ 1.13.82 fix: fix futures_dce_position_rank interface
2796
+ 1.13.83 fix: fix stock_balance_sheet_by_report_em interface
2797
+ 1.13.84 fix: fix index_hist_sw interface
2798
+ 1.13.85 fix: fix stock_news_em interface
2799
+ 1.13.86 fix: fix futures_foreign_commodity_realtime interface
2800
+ 1.13.87 fix: fix index_detail_cni interface
2801
+ 1.13.88 fix: fix index_price_cflp interface
2802
+ 1.13.89 fix: fix stock_zh_index_daily interface
2803
+ 1.13.90 fix: fix stock_zh_valuation_baidu interface
2804
+ 1.13.91 fix: fix stock_buffett_index_lg interface
2805
+ 1.13.92 fix: fix bond_china_close_return interface
2806
+ 1.13.93 add: add index_neei_cx interface
2807
+ 1.13.94 fix: fix stock_share_change_cninfo interface
2808
+ 1.13.95 fix: fix stock_allotment_cninfo interface
2809
+ 1.13.96 fix: fix stock_dividend_cninfo interface
2810
+ 1.13.97 fix: fix fund_portfolio_hold_em interface
2811
+ 1.13.98 fix: fix stock_financial_analysis_indicator interface
2812
+ 1.13.99 fix: fix macro_china_swap_rate interface
2813
+ 1.14.1 fix: fix energy_carbon_hb interface
2814
+ 1.14.2 fix: fix fund_portfolio_hold_em interface
2815
+ 1.14.3 fix: fix stock_industry_clf_hist_sw interface
2816
+ 1.14.4 add: add stock_margin_account_info interface
2817
+ 1.14.5 fix: fix stock_margin_account_info interface
2818
+ 1.14.6 fix: fix stock_register_kcb interface
2819
+ 1.14.7 fix: fix index_stock_info interface
2820
+ 1.14.8 add: add stock_register_sz interface
2821
+ 1.14.9 fix: fix bond_zh_hs_spot interface
2822
+ 1.14.10 fix: fix bond_cov_issue_cninfo interface
2823
+ 1.14.11 fix: fix bond_treasure_issue_cninfo interface
2824
+ 1.14.12 fix: fix get_tqdm function
2825
+ 1.14.13 fix: fix option_minute_em interface
2826
+ 1.14.14 fix: fix option_shfe_daily interface
2827
+ 1.14.15 fix: fix energy_carbon_domestic interface
2828
+ 1.14.16 fix: fix index_hist_sw interface
2829
+ 1.14.17 fix: fix stock_board_industry_summary_ths interface
2830
+ 1.14.18 fix: fix currency_pair_map interface
2831
+ 1.14.19 fix: fix bond_china_close_return interface
2832
+ 1.14.20 fix: fix option_risk_indicator_sse interface
2833
+ 1.14.21 fix: fix stock_info_global_cls interface
2834
+ 1.14.22 fix: fix macro_china_nbs_nation interface
2835
+ 1.14.23 fix: fix macro_china_nbs_nation interface
2836
+ 1.14.24 fix: fix macro_china_bond_public interface
2837
+ 1.14.25 add: add option_comm_info interface
2838
+ 1.14.26 fix: fix futures_fees_info interface
2839
+ 1.14.27 fix: fix nlp_ownthink interface
2840
+ 1.14.28 fix: fix news_trade_notify_dividend_baidu interface
2841
+ 1.14.29 fix: fix stock_individual_spot_xq interface
2842
+ 1.14.30 fix: fix stock_us_hist_min_em interface
2843
+ 1.14.31 fix: fix option_shfe_daily interface
2844
+ 1.14.32 add: add stock_concept_cons_futu interface
2845
+ 1.14.33 fix: fix stock_concept_cons_futu interface
2846
+ 1.14.34 add: add macro_rmb_loan interface
2847
+ 1.14.35 add: add macro_rmb_deposit interface
2848
+ 1.14.36 fix: fix option_czce_daily interface
2849
+ 1.14.37 fix: fix stock_zh_kcb_report_em interface
2850
+ 1.14.38 fix: fix stock_industry_clf_hist_sw interface
2851
+ 1.14.39 fix: fix stock_zh_b_daily interface
2852
+ 1.14.40 fix: fix fund_open_fund_rank_em interface
2853
+ 1.14.41 fix: fix fund_report_asset_allocation_cninfo interface
2854
+ 1.14.42 fix: fix stock_new_gh_cninfo interface
2855
+ 1.14.43 fix: fix stock_share_change_cninfo interface
2856
+ 1.14.44 fix: fix stock_hk_famous_spot_em interface
2857
+ 1.14.45 fix: fix option_lhb_em interface
2858
+ 1.14.46 add: add spot_hog_soozhu interface
2859
+ 1.14.47 fix: fix spot_hog_soozhu interface
2860
+ 1.14.48 add: add spot_hog_year_trend_soozhu interface
2861
+ 1.14.49 fix: fix fortune_rank interface
2862
+ 1.14.50 add: add spot_hog_lean_price_soozhu interface
2863
+ 1.14.51 add: add stock_news_main_cx interface
2864
+ 1.14.52 fix: fix stock_esg_hz_sina interface
2865
+ 1.14.53 add: add spot_hog_three_way_soozhu interface
2866
+ 1.14.54 fix: fix stock_individual_info_em interface
2867
+ 1.14.55 add: add spot_hog_crossbred_soozhu interface
2868
+ 1.14.56 add: add spot_corn_price_soozhu interface
2869
+ 1.14.57 add: add spot_soybean_price_soozhu interface
2870
+ 1.14.58 add: add spot_mixed_feed_soozhu interface
2871
+ 1.14.59 fix: fix macro_cnbs interface
2872
+ 1.14.60 fix: fix bond_zh_cov_info_ths interface
2873
+ 1.14.61 fix: fix stock_fund_flow_individual interface
2874
+ 1.14.62 fix: fix stock_zt_pool_em interface
2875
+ 1.14.63 add: add spot_quotations_sge interface
2876
+ 1.14.64 fix: fix stock_board_industry_spot_em interface
2877
+ 1.14.65 fix: fix option_dce_daily interface
2878
+ 1.14.66 fix: fix stock_profit_forecast_ths interface
2879
+ 1.14.67 fix: fix futures_foreign_commodity_realtime interface
2880
+ 1.14.68 fix: fix fund_scale_open_sina interface
2881
+ 1.14.69 fix: fix stock_zygc_ym interface
2882
+ 1.14.70 fix: fix setup.py
2883
+ 1.14.71 fix: fix stock_mda_ym interface
2884
+ 1.14.72 fix: fix fund_etf_hist_min_em interface
2885
+ 1.14.73 fix: fix stock_gpzy_profile_em interface
2886
+ 1.14.74 fix: fix stock_gpzy_pledge_ratio_em interface
2887
+ 1.14.75 fix: fix stock_sy_hy_em interface
2888
+ 1.14.76 fix: fix stock_sy_em interface
2889
+ 1.14.77 fix: fix stock_zh_b_daily interface
2890
+ 1.14.78 fix: fix stock_analyst_rank_em interface
2891
+ 1.14.79 add: add stock_zcfz_bj_em interface
2892
+ 1.14.80 fix: fix stock_hot_rank_wc interface
2893
+ 1.14.81 fix: fix stock_hsgt_hist_em interface
2894
+ 1.14.82 fix: fix stock_comment_detail_scrd_desire_daily_em interface
2895
+ 1.14.83 fix: fix stock_comment_detail_zhpj_lspf_em interface
2896
+ 1.14.84 fix: fix drewry_wci_index interface
2897
+ 1.14.85 fix: fix stock_profit_forecast_em interface
2898
+ 1.14.86 fix: fix stock_comment_detail_scrd_focus_em interface
2899
+ 1.14.87 fix: fix stock_hot_search_baidu interface
2900
+ 1.14.88 fix: fix stock_hot_rank_relate_em interface
2901
+ 1.14.89 fix: fix bond_spot_deal interface
2902
+ 1.14.90 fix: fix stock_board_change_em interface
2903
+ 1.14.91 fix: fix stock_history_dividend interface
2904
+ 1.14.92 add: add qdii_a_index_jsl interface
2905
+ 1.14.93 fix: fix stock_zt_pool_em interface
2906
+ 1.14.94 fix: fix stock_zt_pool_strong_em interface
2907
+ 1.14.95 fix: fix stock_zt_pool_sub_new_em interface
2908
+ 1.14.96 fix: fix stock_zt_pool_sub_new_em interface
2909
+ 1.14.97 fix: fix stock_profile_cninfo interface
2910
+ 1.14.98 fix: fix futures_hold_pos_sina interface
2911
+ 1.14.99 fix: fix stock_a_ttm_lyr interface
2912
+ 1.15.1 fix: fix stock_a_all_pb interface
2913
+ 1.15.2 fix: fix stock_index_pe_lg interface
2914
+ 1.15.3 fix: fix stock_share_change_cninfo interface
2915
+ 1.15.4 fix: fix stock_allotment_cninfo interface
2916
+ 1.15.5 fix: fix stock_individual_spot_xq interface
2917
+ 1.15.6 fix: fix qdii_e_index_jsl interface
2918
+ 1.15.7 fix: fix index_hist_sw interface
2919
+ 1.15.8 fix: fix fund_individual_basic_info_xq interface
2920
+ 1.15.9 fix: fix index_analysis_weekly_sw interface
2921
+ 1.15.10 add: add volatility_yz_rv indicator
2922
+ 1.15.11 fix: fix stock_individual_spot_xq interface
2923
+ 1.15.12 fix: fix stock_shareholder_change_ths interface
2924
+ 1.15.13 fix: fix stock_inner_trade_xq interface
2925
+ 1.15.14 fix: fix macro_bank_usa_interest_rate interface
2926
+ 1.15.15 add: add macro_bank_china_interest_rate interface
2927
+ 1.15.16 fix: fix macro_bank_usa_interest_rate interface
2928
+ 1.15.17 fix: fix news_trade_notify_dividend_baidu interface
2929
+ 1.15.18 fix: fix stock_share_hold_change_sse interface
2930
+ 1.15.19 fix: fix stock_share_hold_change_szse interface
2931
+ 1.15.20 fix: fix rv_from_stock_zh_a_hist_min_em interface
2932
+ 1.15.21 fix: fix get_futures_daily interface
2933
+ 1.15.22 fix: fix air_quality_hebei interface
2934
+ 1.15.23 fix: fix stock_sector_fund_flow_summary interface
2935
+ 1.15.24 fix: fix get_dce_daily interface
2936
+ 1.15.25 fix: fix stock_news_main_cx interface
2937
+ 1.15.26 fix: fix option_dce_daily interface
2938
+ 1.15.27 fix: fix stock_zh_index_spot_em interface
2939
+ 1.15.28 fix: fix stock_hk_valuation_baidu interface
2940
+ 1.15.29 fix: fix option_dce_daily interface
2941
+ 1.15.30 fix: fix fund_etf_category_sina interface
2942
+ 1.15.31 fix: fix stock_zt_pool_strong_em interface
2943
+ 1.15.32 fix: fix stock_info_global_cls interface
2944
+ 1.15.33 add: add stock_value_em interface
2945
+ 1.15.34 fix: fix fund_open_fund_rank_em interface
2946
+ 1.15.35 fix: fix futures_spot_price_daily interface
2947
+ 1.15.36 fix: fix futures_global_em interface
2948
+ 1.15.37 fix: fix stock_individual_spot_xq interface
2949
+ 1.15.38 fix: fix futures_contract_info_ine interface
2950
+ 1.15.39 fix: fix macro_china_new_house_price interface
2951
+ 1.15.40 fix: fix macro_china_fdi interface
2952
+ 1.15.41 fix: fix macro_china_fdi interface
2953
+ 1.15.42 fix: fix get_roll_yield_bar interface
2954
+ 1.15.43 fix: fix macro_china_urban_unemployment interface
2955
+ 1.15.44 fix: fix index_detail_hist_adjust_cni interface
2956
+ 1.15.45 fix: fix stock_jgdy_detail_em interface
2957
+ 1.15.46 fix: fix fund_etf_fund_info_em interface
2958
+ 1.15.47 fix: fix stock_individual_spot_xq interface
2959
+ 1.15.48 fix: fix stock_mda_ym interface
2960
+ 1.15.49 fix: fix option_dce_daily interface
2961
+ 1.15.50 fix: fix stock_gpzy_profile_em interface
2962
+ 1.15.51 fix: fix stock_gpzy_pledge_ratio_em interface
2963
+ 1.15.52 fix: fix stock_zh_index_hist_csindex interface
2964
+ 1.15.53 fix: fix futures_inventory_99 interface
2965
+ 1.15.54 fix: fix stock_sy_profile_em interface
2966
+ 1.15.55 fix: fix fund_etf_spot_em interface
2967
+ 1.15.56 fix: fix spot_goods interface
2968
+ 1.15.57 fix: fix add 2025 trade date
2969
+ 1.15.58 fix: fix futures_hold_pos_sina interface
2970
+ 1.15.59 fix: fix stock_sy_hy_em interface
2971
+ 1.15.60 fix: fix stock_hot_keyword_em interface
2972
+ 1.15.61 fix: fix stock_zt_pool_strong_em interface
2973
+ 1.15.62 fix: fix stock_zt_pool_sub_new_em interface
2974
+ 1.15.63 fix: fix stock_financial_abstract interface
2975
+ 1.15.64 fix: fix stock_zh_index_value_csindex interface
2976
+ 1.15.65 fix: fix option_czce_daily interface
2977
+ 1.15.66 fix: fix fund_etf_dividend_sina interface
2978
+ 1.15.67 fix: fix stock_hold_change_cninfo interface
2979
+ 1.15.68 fix: fix stock_research_report_em interface
2980
+ 1.15.69 fix: fix index_zh_a_hist_min_em interface
2981
+ 1.15.70 fix: fix stock_research_report_em interface
2982
+ 1.15.71 fix: fix stock_dzjy_sctj interface
2983
+ 1.15.72 fix: fix stock_us_spot interface
2984
+ 1.15.73 fix: fix stock_dzjy_hygtj interface
2985
+ 1.15.74 fix: fix macro_australia_retail_rate_monthly interface
2986
+ 1.15.75 feat: add futures_hist_em interface
2987
+ 1.15.76 fix: fix futures_zh_minute_sina interface
2988
+ 1.15.77 fix: fix option_czce_daily interface
2989
+ 1.15.78 fix: fix stock_yzxdr_em interface
2990
+ 1.15.79 fix: fix stock_new_a_spot_em interface
2991
+ 1.15.80 fix: fix option_gfex_vol_daily interface
2992
+ 1.15.81 fix: fix bank_fjcf_table_detail interface
2993
+ 1.15.82 fix: fix stock_individual_spot_xq interface
2994
+ 1.15.83 fix: fix stock_szse_sector_summary interface
2995
+ 1.15.84 fix: fix option_dce_daily interface
2996
+ 1.15.85 fix: fix stock_gddh_em interface
2997
+ 1.15.86 fix: fix stock_zdhtmx_em interface
2998
+ 1.15.87 fix: fix futures_index_ccidx interface
2999
+ 1.15.88 fix: fix stock_zh_a_spot_em interface
3000
+ 1.15.89 fix: fix stock_individual_info_em interface
3001
+ 1.15.90 fix: fix stock_financial_analysis_indicator interface
3002
+ 1.15.91 fix: fix stock_board_concept_cons_em interface
3003
+ 1.15.92 fix: fix stock_main_fund_flow interface
3004
+ 1.15.93 fix: fix fund_etf_spot_em interface
3005
+ 1.15.94 fix: fix stock_zh_index_spot_em interface
3006
+ 1.15.95 fix: fix stock_us_spot_em interface
3007
+ 1.15.96 fix: fix bond_cov_comparison interface
3008
+ 1.15.97 fix: fix stock_intraday_em interface
3009
+ 1.15.98 fix: fix stock_board_concept_name_em interface
3010
+ 1.15.99 fix: fix stock_esg_zd_sina interface
3011
+ 1.16.1 fix: fix stock_main_fund_flow interface
3012
+ 1.16.2 fix: fix stock_board_industry_hist_em interface
3013
+ 1.16.3 fix: fix stock_zh_index_spot_em interface
3014
+ 1.16.4 fix: fix stock_hk_ggt_components_em interface
3015
+ 1.16.5 fix: fix stock_sector_fund_flow_rank interface
3016
+ 1.16.6 fix: fix stock_sgt_reference_exchange_rate_sse interface
3017
+ 1.16.7 fix: fix fund_lof_hist_em interface
3018
+ 1.16.8 fix: fix option_czce_daily interface
3019
+ 1.16.9 fix: fix stock_sse_deal_daily interface
3020
+ 1.16.10 fix: fix option_risk_analysis_em interface
3021
+ 1.16.11 fix: fix stock_intraday_em interface
3022
+ 1.16.12 fix: fix bond_zh_hs_cov_daily interface
3023
+ 1.16.13 fix: fix futures_inventory_99 interface
3024
+ 1.16.14 fix: fix stock_info_global_cls interface
3025
+ 1.16.15 fix: fix stock_board_concept_name_em interface
3026
+ 1.16.16 fix: fix stock_board_concept_spot_em interface
3027
+ 1.16.17 fix: fix stock_research_report_em interface
3028
+ 1.16.18 fix: fix stock_board_concept_spot_em interface
3029
+ 1.16.19 fix: fix stock_profit_forecast_ths interface
3030
+ 1.16.20 fix: fix stock_lhb_detail_em interface
3031
+ 1.16.21 fix: fix stock_hk_index_daily_em interface
3032
+ 1.16.22 fix: fix fund_money_fund_info_em interface
3033
+ 1.16.23 fix: fix stock_board_industry_cons_em interface
3034
+ 1.16.24 fix: fix stock_financial_hk_report_em interface
3035
+ 1.16.25 fix: fix stock_financial_abstract_ths interface
3036
+ 1.16.26 add: add stock_hsgt_sh_hk_spot_em interface
3037
+ 1.16.27 fix: fix futures_global_em interface
3038
+ 1.16.28 fix: fix futures_global_hist_em interface
3039
+ 1.16.29 fix: fix futures_global_hist_em interface
3040
+ 1.16.30 add: add forex_hist_em interface
3041
+ 1.16.31 add: add index_global_hist_em interface
3042
+ 1.16.32 fix: fix news_economic_baidu interface
3043
+ 1.16.33 fix: fix fund_open_fund_daily_em interface
3044
+ 1.16.34 fix: fix stock_individual_fund_flow_rank interface
3045
+ 1.16.35 fix: fix futures_global_spot_em interface
3046
+ 1.16.36 fix: fix stock_intraday_em interface
3047
+ 1.16.37 fix: fix stock_board_concept_hist_em interface
3048
+ 1.16.38 fix: fix fund_etf_hist_em interface
3049
+ 1.16.39 fix: fix option_current_em interface
3050
+ 1.16.40 add: add stock_individual_basic_info_xq interface
3051
+ 1.16.41 fix: fix stock_individual_fund_flow_rank interface
3052
+ 1.16.42 fix: fix stock_concept_fund_flow_hist interface
3053
+ 1.16.43 fix: fix option_value_analysis_em interface
3054
+ 1.16.44 fix: fix stock_board_concept_hist_em interface
3055
+ 1.16.45 fix: fix option_risk_analysis_em interface
3056
+ 1.16.46 fix: fix stock_hk_index_spot_em interface
3057
+ 1.16.47 fix: fix stock_hsgt_stock_statistics_em interface
3058
+ 1.16.48 fix: fix stock_individual_basic_info_xq interface
3059
+ 1.16.49 fix: fix index_zh_a_hist_min_em interface
3060
+ 1.16.50 fix: fix futures_inventory_99 interface
3061
+ 1.16.51 fix: fix stock_individual_basic_info_xq interface
3062
+ 1.16.52 fix: fix stock_zh_a_spot_em interface
3063
+ 1.16.53 fix: fix stock_yjbb_em interface
3064
+ 1.16.54 fix: fix stock_zh_a_spot_em interface
3065
+ 1.16.55 fix: fix stock_zh_a_spot_em interface
3066
+ 1.16.56 fix: fix stock_zh_a_daily interface
3067
+ 1.16.57 fix: fix stock_market_pe_lg interface
3068
+ 1.16.58 fix: fix stock_zh_a_spot interface
3069
+ 1.16.59 fix: fix option_czce_hist interface
3070
+ 1.16.60 fix: fix stock_individual_fund_flow_rank interface
3071
+ 1.16.61 fix: fix stock_board_concept_index_ths interface
3072
+ 1.16.62 fix: fix stock_gdfx_free_holding_change_em interface
3073
+ 1.16.63 fix: fix stock_board_concept_name_ths interface
3074
+ 1.16.64 add: add reits_hist_em interface
3075
+ 1.16.65 fix: fix stock_dzjy_yybph interface
3076
+ 1.16.66 fix: fix macro_cons_silver interface
3077
+ 1.16.67 fix: fix stock_individual_basic_info_xq interface
3078
+ 1.16.68 fix: fix option_dce_daily interface
3079
+ 1.16.69 fix: fix stock_individual_spot_xq interface
3080
+ 1.16.70 fix: fix stock_zh_ah_spot_em interface
3081
+ 1.16.71 add: add stock_zh_a_gbjg_em interface
3082
+ 1.16.72 add: add bond_sh_buy_back_em interface
3083
+ 1.16.73 fix: fix stock_board_industry_hist_em interface
3084
+ 1.16.74 fix: fix stock_individual_spot_xq interface
3085
+ 1.16.75 fix: fix get_qhkc_index interface
3086
+ 1.16.76 fix: fix spot_quotations_sge interface
3087
+ 1.16.77 add: add stock_lhb_yyb_detail_em interface
3088
+ 1.16.78 fix: fix stock_zh_a_spot_em interface
3089
+ 1.16.79 fix: fix stock_individual_basic_info_xq interface
3090
+ 1.16.80 fix: fix stock_zh_a_disclosure_report_cninfo interface
3091
+ 1.16.81 fix: fix option_shfe_daily interface
3092
+ 1.16.82 fix: fix index_global_spot_em interface
3093
+ 1.16.83 fix: fix stock_individual_info_em interface
3094
+ 1.16.84 fix: fix stock_fhps_detail_ths interface
3095
+ 1.16.85 fix: fix stock_dividend_cninfo interface
3096
+ 1.16.86 fix: fix index_yw interface
3097
+ 1.16.87 fix: fix stock_zygc_em interface
3098
+ 1.16.88 fix: fix futures_inventory_99 interface
3099
+ 1.16.89 fix: fix stock_balance_sheet_by_yearly_em interface
3100
+ 1.16.90 fix: fix stock_hk_company_profile_em interface
3101
+ 1.16.91 fix: fix stock_sse_deal_daily interface
3102
+ 1.16.92 fix: fix bond_cb_jsl interface
3103
+ 1.16.93 fix: fix stock_hsgt_individual_em interface
3104
+ 1.16.94 fix: fix futures_fees_info interface
3105
+ 1.16.95 fix: fix option_shfe_daily interface
3106
+ 1.16.96 fix: fix stock_individual_spot_xq interface
3107
+ 1.16.97 fix: fix fund_open_fund_info_em interface
3108
+ 1.16.98 fix: fix fund_open_fund_info_em interface
3109
+ 1.16.99 fix: fix stock_info_sz_delist interface
3110
+ 1.17.1 fix: fix stock_gdfx_holding_detail_em interface
3111
+ 1.17.2 fix: fix stock_ggcg_em interface
3112
+ 1.17.3 fix: fix stock_hot_search_baidu interface
3113
+ 1.17.4 fix: fix stock_news_em interface
3114
+ 1.17.5 fix: fix stock_us_pink_spot_em interface
3115
+ 1.17.6 fix: fix stock_tfp_em interface
3116
+ 1.17.7 fix: fix futures_spot_price_daily interface
3117
+ 1.17.8 fix: fix forex_spot_em interface
3118
+ 1.17.9 fix: fix stock_zh_ab_comparison_em interface
3119
+ 1.17.10 fix: fix get_shfe_daily interface
3120
+ 1.17.11 fix: fix stock_individual_spot_xq interface
3121
+ 1.17.12 fix: fix get_receipt interface
3122
+ 1.17.13 fix: fix futures_shfe_warehouse_receipt interface
3123
+ 1.17.14 fix: fix forex_spot_em interface
3124
+ 1.17.15 fix: fix stock_comment_em interface
3125
+ 1.17.16 fix: fix bond_zh_cov interface
3126
+ 1.17.17 fix: fix stock_hk_spot interface
3127
+ 1.17.18 fix: fix option_dce_daily interface
3128
+ 1.17.19 fix: fix futures_spot_price_daily interface
3129
+ 1.17.20 fix: fix stock_news_em interface
3130
+ 1.17.21 fix: fix stock_sector_fund_flow_hist interface
3131
+ 1.17.22 fix: fix stock_individual_spot_xq interface
3132
+ 1.17.23 fix: fix get_roll_yield interface
3133
+ 1.17.24 fix: fix futures_inventory_99 interface
3134
+ 1.17.25 fix: fix get_receipt interface
3135
+ 1.17.26 fix: fix stock_hot_rank_detail_em interface
3136
+ 1.17.27 fix: fix index_csindex_all interface
3137
+ 1.17.28 fix: fix stock_financial_analysis_indicator_em interface
3138
+ 1.17.29 fix: fix air_quality_watch_point interface
3139
+ 1.17.30 fix: fix get_receipt interface
3140
+ 1.17.31 fix: fix index_neei_cx interface
3141
+ 1.17.32 fix: fix macro_china_shrzgm interface
3142
+ 1.17.33 fix: fix stock_comment_em interface
3143
+ 1.17.34 fix: fix option_czce_daily interface
3144
+ 1.17.35 fix: fix option_dce_daily interface
3145
+ 1.17.36 fix: fix futures_hist_em interface
3146
+ 1.17.37 fix: fix stock_zh_index_daily_em interface
3147
+ 1.17.38 fix: fix futures_inventory_99 interface
3148
+ 1.17.39 fix: fix bond_zh_cov_value_analysis interface
3149
+ 1.17.40 fix: fix stock_gdfx_free_holding_change_em interface
3150
+ 1.17.41 fix: fix stock_info_global_ths interface
3151
+ 1.17.42 fix: fix reits_realtime_em interface
3152
+ 1.17.43 fix: fix fund_rating_all interface
3153
+ 1.17.44 fix: fix stock_individual_spot_xq interface
3154
+ 1.17.45 fix: fix stock_dxsyl_em interface
3155
+ 1.17.46 fix: fix stock_financial_us_analysis_indicator_em interface
3156
+ 1.17.47 fix: fix get_receipt interface
3157
+ 1.17.48 fix: fix stock_hk_dividend_payout_em interface
3158
+ 1.17.49 fix: fix option_czce_daily interface
3159
+ 1.17.50 fix: fix option_current_day_szse interface
3160
+ 1.17.51 fix: fix fund_manager_em interface
3161
+ 1.17.52 fix: fix fund_overview_em interface
3162
+ 1.17.53 fix: fix reits_hist_min_em interface
3163
+ 1.17.54 fix: fix fund_announcement_dividend_em interface
3164
+ 1.17.55 fix: fix stock_zh_growth_comparison_em interface
3165
+ 1.17.56 fix: fix stock_balance_sheet_by_report_delisted_em interface
3166
+ 1.17.57 fix: fix stock_szse_summary interface
3167
+ 1.17.58 fix: fix fund_etf_fund_daily_em interface
3168
+ 1.17.59 fix: fix fx_c_swap_cm interface
3169
+ 1.17.60 fix: fix stock_intraday_sina interface
3170
+ 1.17.61 fix: fix stock_individual_spot_xq interface
3171
+ 1.17.62 fix: fix futures_dce_warehouse_receipt interface
3172
+ 1.17.63 fix: fix stock_financial_analysis_indicator_em interface
3173
+ 1.17.64 fix: fix stock_individual_spot_xq interface
3174
+ 1.17.65 fix: fix futures_dce_warehouse_receipt interface
3175
+ 1.17.66 fix: fix futures_delivery_czce interface
3176
+ 1.17.67 fix: fix stock_zh_a_hist_tx interface
3177
+ 1.17.68 fix: fix option_hist_dce interface
3178
+ 1.17.69 fix: fix fund_etf_hist_sina interface
3179
+ 1.17.70 fix: fix macro_stock_finance interface
3180
+ 1.17.71 fix: fix futures_inventory_99 interface
3181
+ 1.17.72 fix: fix futures_warehouse_receipt_dce interface
3182
+ 1.17.73 fix: fix get_receipt interface
3183
+ 1.17.74 fix: fix futures_dce_position_rank interface
3184
+ 1.17.75 fix: fix stock_a_ttm_lyr interface
3185
+ 1.17.76 fix: fix futures_index_ccidx interface
3186
+ 1.17.77 fix: fix get_dce_daily interface
3187
+ 1.17.78 fix: fix update python 3.14 support
3188
+ 1.17.79 fix: fix futures_contract_info_dce interface
3189
+ 1.17.80 fix: fix futures_contract_detail_em interface
3190
+ 1.17.81 fix: fix get_receipt interface
3191
+ 1.17.82 fix: fix stock_notice_report interface
3192
+ 1.17.83 fix: fix stock_cyq_em interface
3193
+ 1.17.84 fix: fix stock_individual_spot_xq interface
3194
+ 1.17.85 fix: fix news_trade_notify_dividend_baidu interface
3195
+ 1.17.86 fix: fix stock_news_em interface
3196
+ 1.17.87 fix: fix stock_dividend_cninfo interface
3197
+ 1.17.88 fix: fix stock_zh_a_minute interface
3198
+ 1.17.89 fix: fix news_trade_notify_dividend_baidu interface
3199
+ 1.17.90 fix: fix stock_individual_spot_xq interface
3200
+ 1.17.91 fix: fix news_economic_baidu interface
3201
+ 1.17.92 fix: fix currency_boc_sina interface
3202
+ 1.17.93 fix: fix stock_news_em interface
3203
+ 1.17.94 fix: fix index_detail_cni interface
3204
+ 1.17.95 fix: fix stock_info_sh_name_code interface
3205
+ 1.17.96 fix: fix stock_info_sh_name_code interface
3206
+ 1.17.97 fix: fix stock_financial_debt_new_ths interface
3207
+ 1.17.98 fix: fix stock_jgdy_tj_em interface
3208
+ 1.17.99 fix: fix stock_news_em interface
3209
+ """
3210
+
3211
+ __version__ = "1.17.99"
2764
3212
  __author__ = "AKFamily"
2765
3213
 
2766
3214
  import sys
@@ -2782,6 +3230,211 @@ if sys.version_info < (3, 9):
2782
3230
 
2783
3231
  del sys
2784
3232
 
3233
+ """
3234
+ openctp-合约信息接口
3235
+ """
3236
+ from akshare.option.option_contract_info_ctp import option_contract_info_ctp
3237
+
3238
+ """
3239
+ 中国外汇交易中心暨全国银行间同业拆借中心-基准-外汇市场-外汇掉期曲线-外汇掉漆 C-Swap 定盘曲线
3240
+ """
3241
+ from akshare.fx.fx_c_swap_cm import fx_c_swap_cm
3242
+
3243
+ """
3244
+ 上海证券交易所-产品-股票期权-信息披露-当日合约
3245
+ """
3246
+ from akshare.option.option_current_sse import option_current_day_sse
3247
+
3248
+ """
3249
+ 深圳证券交易所-期权子网-行情数据-当日合约
3250
+ """
3251
+ from akshare.option.option_current_szse import option_current_day_szse
3252
+
3253
+ """
3254
+ 东方财富-A股-财务分析-主要指标
3255
+ """
3256
+ from akshare.stock_fundamental.stock_finance_sina import stock_financial_analysis_indicator_em
3257
+
3258
+ """
3259
+ 期权保证金
3260
+ """
3261
+ from akshare.option.option_margin import option_margin, option_margin_symbol
3262
+
3263
+ """
3264
+ 东方财富-港股-证券资料
3265
+ """
3266
+ from akshare.stock.stock_profile_em import stock_hk_company_profile_em, stock_hk_security_profile_em
3267
+
3268
+ """
3269
+ 东方财富-港股-核心必读
3270
+ """
3271
+ from akshare.stock.stock_profile_em import stock_hk_dividend_payout_em, stock_hk_financial_indicator_em
3272
+
3273
+ """
3274
+ 东方财富-港股-行业对比
3275
+ """
3276
+ from akshare.stock.stock_hk_comparison_em import stock_hk_growth_comparison_em, stock_hk_valuation_comparison_em, stock_hk_scale_comparison_em
3277
+
3278
+ """
3279
+ 东方财富-行情中心-同行比较
3280
+ """
3281
+ from akshare.stock.stock_zh_comparison_em import stock_zh_growth_comparison_em, stock_zh_valuation_comparison_em, stock_zh_dupont_comparison_em, stock_zh_scale_comparison_em
3282
+
3283
+ """
3284
+ 东方财富网-行情中心-债券市场-质押式回购
3285
+ """
3286
+ from akshare.bond.bond_buy_back_em import bond_sh_buy_back_em, bond_sz_buy_back_em, bond_buy_back_hist_em
3287
+
3288
+ """
3289
+ 东方财富-A股数据-股本结构
3290
+ """
3291
+ from akshare.stock_fundamental.stock_gbjg_em import stock_zh_a_gbjg_em
3292
+
3293
+ """
3294
+ 异步接口
3295
+ """
3296
+ from akshare.stock_a.stock_zh_a_spot import stock_zh_a_spot_em as stock_zh_a_spot_em_async
3297
+ from akshare.stock_a.stock_individual_fund_flow_rank import (
3298
+ stock_individual_fund_flow_rank as stock_individual_fund_flow_rank_async
3299
+ )
3300
+ from akshare.stock_a.stock_board_concept_name_em import stock_board_concept_name_em as stock_board_concept_name_em_async
3301
+
3302
+ """
3303
+ 雪球-个股-公司概况-公司简介
3304
+ """
3305
+ from akshare.stock_fundamental.stock_basic_info_xq import (
3306
+ stock_individual_basic_info_xq,
3307
+ stock_individual_basic_info_hk_xq,
3308
+ stock_individual_basic_info_us_xq,
3309
+ )
3310
+
3311
+ """
3312
+ 新浪财经-行情中心-环球市场
3313
+ """
3314
+ from akshare.index.index_global_sina import index_global_hist_sina, index_global_name_table
3315
+
3316
+ """
3317
+ 东方财富网-行情中心-全球指数
3318
+ """
3319
+ from akshare.index.index_global_em import index_global_hist_em, index_global_spot_em
3320
+
3321
+ """
3322
+ 东方财富网-行情中心-外汇市场-所有汇率
3323
+ """
3324
+ from akshare.forex.forex_em import forex_hist_em, forex_spot_em
3325
+
3326
+ """
3327
+ 东方财富网-行情中心-沪深港通
3328
+ """
3329
+ from akshare.stock.stock_hsgt_em import stock_zh_ah_spot_em, stock_hsgt_sh_hk_spot_em
3330
+
3331
+ """
3332
+ 东方财富-美股-财务分析-三大报表
3333
+ """
3334
+ from akshare.stock_fundamental.stock_finance_us_em import (
3335
+ stock_financial_us_report_em,
3336
+ stock_financial_us_analysis_indicator_em,
3337
+ )
3338
+
3339
+ """
3340
+ 期货行情-内盘-历史行情数据-东财
3341
+ """
3342
+ from akshare.futures.futures_hist_em import futures_hist_table_em, futures_hist_em
3343
+
3344
+ """
3345
+ 巨潮资讯-数据中心-专题统计-股东股本-股本变动
3346
+ """
3347
+ from akshare.stock.stock_hold_control_cninfo import stock_hold_change_cninfo
3348
+
3349
+ """
3350
+ 天天基金-基金档案-基金基本概况
3351
+ """
3352
+ from akshare.fund.fund_overview_em import fund_overview_em
3353
+
3354
+ """
3355
+ 基金费率
3356
+ """
3357
+ from akshare.fund.fund_fee_em import fund_fee_em
3358
+
3359
+ """
3360
+ 东方财富网-数据中心-估值分析-每日互动-每日互动-估值分析
3361
+ """
3362
+ from akshare.stock_feature.stock_value_em import stock_value_em
3363
+
3364
+ """
3365
+ 已实现波动率
3366
+ """
3367
+ from akshare.cal.rv import volatility_yz_rv, rv_from_futures_zh_minute_sina, rv_from_stock_zh_a_hist_min_em
3368
+
3369
+ """
3370
+ QDII
3371
+ """
3372
+ from akshare.qdii.qdii_jsl import qdii_a_index_jsl, qdii_e_index_jsl, qdii_e_comm_jsl
3373
+
3374
+ """
3375
+ 财新网-财新数据通
3376
+ """
3377
+ from akshare.stock.stock_news_cx import stock_news_main_cx
3378
+
3379
+ """
3380
+ 搜猪-生猪大数据-各省均价实时排行榜
3381
+ """
3382
+ from akshare.spot.spot_hog_soozhu import (
3383
+ spot_hog_soozhu,
3384
+ spot_hog_year_trend_soozhu,
3385
+ spot_hog_lean_price_soozhu,
3386
+ spot_hog_three_way_soozhu,
3387
+ spot_hog_crossbred_soozhu,
3388
+ spot_corn_price_soozhu,
3389
+ spot_soybean_price_soozhu,
3390
+ spot_mixed_feed_soozhu,
3391
+ )
3392
+
3393
+ """
3394
+ 知名港股
3395
+ """
3396
+ from akshare.stock.stock_hk_famous import stock_hk_famous_spot_em
3397
+
3398
+ """
3399
+ 同花顺-数据中心-宏观数据-股票筹资
3400
+ """
3401
+ from akshare.economic.macro_finance_ths import macro_stock_finance, macro_rmb_loan, macro_rmb_deposit
3402
+
3403
+ """
3404
+ 富途牛牛-主题投资-概念板块-成分股
3405
+ """
3406
+ from akshare.stock_feature.stock_concept_futu import stock_concept_cons_futu
3407
+
3408
+ """
3409
+ 商品期权手续费
3410
+ """
3411
+ from akshare.option.option_comm_qihuo import option_comm_info, option_comm_symbol
3412
+
3413
+ """
3414
+ 上海证券交易所-产品-股票期权-每日统计
3415
+ """
3416
+ from akshare.option.option_daily_stats_sse_szse import option_daily_stats_sse, option_daily_stats_szse
3417
+
3418
+ """
3419
+ 同花顺理财-基金数据-每日净值-ETF
3420
+ """
3421
+ from akshare.fund.fund_etf_ths import fund_etf_spot_ths
3422
+
3423
+ """
3424
+ 东方财富网-数据中心-融资融券-融资融券账户统计-两融账户信息
3425
+ """
3426
+ from akshare.stock_feature.stock_margin_em import stock_margin_account_info
3427
+
3428
+ """
3429
+ 现货走势
3430
+ """
3431
+ from akshare.spot.spot_price_qh import spot_price_qh, spot_price_table_qh
3432
+
3433
+ """
3434
+ 华尔街见闻-日历-宏观
3435
+ """
3436
+ from akshare.economic.macro_info_ws import macro_info_ws
3437
+
2785
3438
  """
2786
3439
  数库-A股新闻情绪指数
2787
3440
  """
@@ -2802,7 +3455,6 @@ from akshare.stock_feature.stock_info import (
2802
3455
  stock_info_global_futu,
2803
3456
  stock_info_global_sina,
2804
3457
  stock_info_global_cls,
2805
- stock_info_broker_sina,
2806
3458
  )
2807
3459
 
2808
3460
  """
@@ -2828,7 +3480,7 @@ from akshare.stock_feature.stock_hsgt_min_em import stock_hsgt_fund_min_em
2828
3480
  """
2829
3481
  东方财富网-行情中心-期货市场-国际期货
2830
3482
  """
2831
- from akshare.futures.futures_hf_em import futures_global_em
3483
+ from akshare.futures.futures_hf_em import futures_global_spot_em, futures_global_hist_em
2832
3484
 
2833
3485
  """
2834
3486
  雪球行情数据
@@ -2865,11 +3517,6 @@ from akshare.stock_feature.stock_hist_tx import stock_zh_a_hist_tx
2865
3517
  """
2866
3518
  from akshare.stock_feature.stock_cyq_em import stock_cyq_em
2867
3519
 
2868
- """
2869
- funddb-工具-估值情绪-恐贪指数
2870
- """
2871
- from akshare.index.index_fear_greed_funddb import index_fear_greed_funddb
2872
-
2873
3520
  """
2874
3521
  东财财富-分时数据
2875
3522
  """
@@ -2935,10 +3582,20 @@ from akshare.stock_feature.stock_irm_cninfo import (
2935
3582
  stock_irm_ans_cninfo,
2936
3583
  )
2937
3584
 
3585
+ """
3586
+ 基金公告-分红配送
3587
+ """
3588
+ from akshare.fund.fund_announcement_em import fund_announcement_dividend_em
3589
+
3590
+ """
3591
+ 基金公告-定期报告
3592
+ """
3593
+ from akshare.fund.fund_announcement_em import fund_announcement_report_em
3594
+
2938
3595
  """
2939
3596
  基金公告-人事公告
2940
3597
  """
2941
- from akshare.fund.fund_announcement import fund_announcement_personnel_em
3598
+ from akshare.fund.fund_announcement_em import fund_announcement_personnel_em
2942
3599
 
2943
3600
  """
2944
3601
  新浪财经-ESG评级中心
@@ -2968,6 +3625,12 @@ from akshare.stock_fundamental.stock_finance_ths import (
2968
3625
  stock_financial_debt_ths,
2969
3626
  stock_financial_benefit_ths,
2970
3627
  stock_financial_cash_ths,
3628
+ stock_financial_abstract_new_ths,
3629
+ stock_financial_debt_new_ths,
3630
+ stock_financial_benefit_new_ths,
3631
+ stock_financial_cash_new_ths,
3632
+ stock_management_change_ths,
3633
+ stock_shareholder_change_ths,
2971
3634
  )
2972
3635
 
2973
3636
  """
@@ -3103,6 +3766,20 @@ from akshare.index.index_option_qvix import (
3103
3766
  index_option_300etf_min_qvix,
3104
3767
  index_option_300etf_qvix,
3105
3768
  index_option_50etf_min_qvix,
3769
+ index_option_1000index_min_qvix,
3770
+ index_option_1000index_qvix,
3771
+ index_option_100etf_min_qvix,
3772
+ index_option_100etf_qvix,
3773
+ index_option_300index_min_qvix,
3774
+ index_option_300index_qvix,
3775
+ index_option_500etf_min_qvix,
3776
+ index_option_500etf_qvix,
3777
+ index_option_50index_min_qvix,
3778
+ index_option_50index_qvix,
3779
+ index_option_cyb_min_qvix,
3780
+ index_option_cyb_qvix,
3781
+ index_option_kcb_min_qvix,
3782
+ index_option_kcb_qvix,
3106
3783
  )
3107
3784
 
3108
3785
  """
@@ -3120,11 +3797,6 @@ from akshare.stock_feature.stock_buffett_index_lg import stock_buffett_index_lg
3120
3797
  """
3121
3798
  from akshare.stock.stock_hot_search_baidu import stock_hot_search_baidu
3122
3799
 
3123
- """
3124
- 百度股市通-期货-新闻
3125
- """
3126
- from akshare.futures.futures_news_baidu import futures_news_baidu
3127
-
3128
3800
  """
3129
3801
  百度股市通- A 股或指数-股评-投票
3130
3802
  """
@@ -3178,15 +3850,10 @@ from akshare.bond.bond_cbond import (
3178
3850
  """
3179
3851
  from akshare.stock_feature.stock_classify_sina import stock_classify_sina
3180
3852
 
3181
- """
3182
- 管理层讨论与分析
3183
- """
3184
- from akshare.stock_fundamental.stock_mda_ym import stock_mda_ym
3185
-
3186
3853
  """
3187
3854
  主营构成
3188
3855
  """
3189
- from akshare.stock_fundamental.stock_zygc import stock_zygc_ym, stock_zygc_em
3856
+ from akshare.stock_fundamental.stock_zygc import stock_zygc_em
3190
3857
 
3191
3858
  """
3192
3859
  人民币汇率中间价
@@ -3199,6 +3866,11 @@ from akshare.currency.currency_safe import currency_boc_safe
3199
3866
  from akshare.option.option_risk_indicator_sse import option_risk_indicator_sse
3200
3867
 
3201
3868
  """
3869
+ 期权-上海证券交易所-当日合约
3870
+ """
3871
+ from akshare.option.option_risk_indicator_sse import option_risk_indicator_sse
3872
+ """
3873
+
3202
3874
  全球宏观事件
3203
3875
  """
3204
3876
  from akshare.news.news_baidu import (
@@ -3239,17 +3911,6 @@ from akshare.stock_feature.stock_hot_xq import (
3239
3911
  stock_hot_tweet_xq,
3240
3912
  )
3241
3913
 
3242
- """
3243
- 南华期货-板块指数涨跌
3244
- 南华期货-品种指数涨跌
3245
- 南华期货-相关系数矩阵
3246
- """
3247
- from akshare.futures_derivative.futures_other_index_nh import (
3248
- futures_correlation_nh,
3249
- futures_board_index_nh,
3250
- futures_variety_index_nh,
3251
- )
3252
-
3253
3914
  """
3254
3915
  东方财富-股票数据-龙虎榜
3255
3916
  """
@@ -3263,6 +3924,7 @@ from akshare.stock_feature.stock_lhb_em import (
3263
3924
  stock_lhb_yybph_em,
3264
3925
  stock_lhb_jgstatistic_em,
3265
3926
  stock_lhb_traderstatistic_em,
3927
+ stock_lhb_yyb_detail_em,
3266
3928
  )
3267
3929
 
3268
3930
  """
@@ -3297,11 +3959,6 @@ from akshare.stock.stock_hk_hot_rank_em import (
3297
3959
  stock_hk_hot_rank_em,
3298
3960
  )
3299
3961
 
3300
- """
3301
- 冬奥会历届奖牌榜
3302
- """
3303
- from akshare.sport.sport_olympic_winter import sport_olympic_winter_hist
3304
-
3305
3962
  """
3306
3963
  财新指数
3307
3964
  """
@@ -3321,6 +3978,10 @@ from akshare.index.index_cx import (
3321
3978
  index_neaw_cx,
3322
3979
  index_nei_cx,
3323
3980
  index_ti_cx,
3981
+ index_ai_cx,
3982
+ index_neei_cx,
3983
+ index_bei_cx,
3984
+ index_qli_cx,
3324
3985
  )
3325
3986
 
3326
3987
  """
@@ -3385,6 +4046,7 @@ from akshare.spot.spot_sge import (
3385
4046
  spot_symbol_table_sge,
3386
4047
  spot_silver_benchmark_sge,
3387
4048
  spot_golden_benchmark_sge,
4049
+ spot_quotations_sge,
3388
4050
  )
3389
4051
 
3390
4052
  """
@@ -3455,14 +4117,6 @@ from akshare.stock_feature.stock_hsgt_em import (
3455
4117
  stock_hsgt_fund_flow_summary_em,
3456
4118
  )
3457
4119
 
3458
- """
3459
- 指数估值
3460
- """
3461
- from akshare.index.index_stock_zh_csindex import (
3462
- index_value_hist_funddb,
3463
- index_value_name_funddb,
3464
- )
3465
-
3466
4120
  """
3467
4121
  基金规模
3468
4122
  """
@@ -3594,7 +4248,7 @@ from akshare.stock.stock_us_pink import stock_us_pink_spot_em
3594
4248
  """
3595
4249
  REITs
3596
4250
  """
3597
- from akshare.reits.reits_basic import reits_realtime_em
4251
+ from akshare.reits.reits_basic import reits_realtime_em, reits_hist_em, reits_hist_min_em
3598
4252
 
3599
4253
  """
3600
4254
  全部 A 股-等权重市盈率、中位数市盈率
@@ -3603,11 +4257,6 @@ from akshare.reits.reits_basic import reits_realtime_em
3603
4257
  from akshare.stock_feature.stock_ttm_lyr import stock_a_ttm_lyr
3604
4258
  from akshare.stock_feature.stock_all_pb import stock_a_all_pb
3605
4259
 
3606
- """
3607
- 奥运奖牌
3608
- """
3609
- from akshare.sport.sport_olympic import sport_olympic_hist
3610
-
3611
4260
  """
3612
4261
  宏观-加拿大
3613
4262
  """
@@ -3649,7 +4298,7 @@ from akshare.economic.macro_australia import (
3649
4298
  """
3650
4299
  融资融券-深圳
3651
4300
  """
3652
- from akshare.stock_feature.stock_szse_margin import (
4301
+ from akshare.stock_feature.stock_margin_szse import (
3653
4302
  stock_margin_underlying_info_szse,
3654
4303
  stock_margin_detail_szse,
3655
4304
  stock_margin_szse,
@@ -3707,6 +4356,7 @@ from akshare.stock.stock_board_concept_em import (
3707
4356
  stock_board_concept_hist_em,
3708
4357
  stock_board_concept_hist_min_em,
3709
4358
  stock_board_concept_name_em,
4359
+ stock_board_concept_spot_em,
3710
4360
  )
3711
4361
 
3712
4362
  """
@@ -3757,6 +4407,7 @@ from akshare.stock_feature.stock_hist_em import (
3757
4407
  stock_sh_a_spot_em,
3758
4408
  stock_sz_a_spot_em,
3759
4409
  stock_zh_b_spot_em,
4410
+ stock_zh_ab_comparison_em,
3760
4411
  stock_zh_a_hist,
3761
4412
  stock_hk_spot_em,
3762
4413
  stock_hk_main_board_spot_em,
@@ -3840,7 +4491,7 @@ from akshare.other.other_car_cpca import (
3840
4491
  """
3841
4492
  中国公路物流运价、运量指数
3842
4493
  """
3843
- from akshare.index.index_cflp import index_cflp_price, index_cflp_volume
4494
+ from akshare.index.index_cflp import index_price_cflp, index_volume_cflp
3844
4495
 
3845
4496
  """
3846
4497
  赚钱效应分析
@@ -3863,11 +4514,6 @@ from akshare.index.index_drewry import drewry_wci_index
3863
4514
  from akshare.index.index_kq_fz import index_kq_fz
3864
4515
  from akshare.index.index_kq_ss import index_kq_fashion
3865
4516
 
3866
- """
3867
- 问财-热门股票
3868
- """
3869
- from akshare.stock_feature.stock_wencai import stock_hot_rank_wc
3870
-
3871
4517
  """
3872
4518
  新发基金
3873
4519
  """
@@ -3917,6 +4563,7 @@ from akshare.stock_fundamental.stock_ipo_declare import stock_ipo_declare
3917
4563
  """
3918
4564
  from akshare.stock_feature.stock_report_em import (
3919
4565
  stock_zcfz_em,
4566
+ stock_zcfz_bj_em,
3920
4567
  stock_lrb_em,
3921
4568
  stock_xjll_em,
3922
4569
  )
@@ -3926,27 +4573,25 @@ from akshare.stock_feature.stock_report_em import (
3926
4573
  """
3927
4574
  from akshare.stock_feature.stock_yjbb_em import stock_yjbb_em
3928
4575
 
4576
+ """
4577
+ 同花顺-概念板块
4578
+ """
4579
+ from akshare.stock_feature.stock_board_concept_ths import (
4580
+ stock_board_concept_info_ths,
4581
+ stock_board_concept_summary_ths,
4582
+ stock_board_concept_index_ths,
4583
+ stock_board_concept_name_ths,
4584
+ )
4585
+
3929
4586
  """
3930
4587
  同花顺-行业板块
3931
4588
  """
3932
4589
  from akshare.stock_feature.stock_board_industry_ths import (
3933
- stock_board_industry_cons_ths,
3934
4590
  stock_board_industry_name_ths,
3935
4591
  stock_board_industry_info_ths,
3936
4592
  stock_board_industry_index_ths,
3937
4593
  stock_ipo_benefit_ths,
3938
- )
3939
-
3940
- """
3941
- 同花顺-概念板块
3942
- """
3943
- from akshare.stock_feature.stock_board_concept_ths import (
3944
- stock_board_concept_cons_ths,
3945
- stock_board_concept_name_ths,
3946
- stock_board_concept_info_ths,
3947
- stock_board_concept_hist_ths,
3948
- stock_board_concept_graph_ths,
3949
- stock_board_cons_ths,
4594
+ stock_xgsr_ths,
3950
4595
  )
3951
4596
 
3952
4597
  """
@@ -3984,7 +4629,7 @@ from akshare.fund.fund_rating import (
3984
4629
  """
3985
4630
  融资融券数据
3986
4631
  """
3987
- from akshare.stock_feature.stock_sse_margin import (
4632
+ from akshare.stock_feature.stock_margin_sse import (
3988
4633
  stock_margin_detail_sse,
3989
4634
  stock_margin_sse,
3990
4635
  stock_margin_ratio_pa,
@@ -4068,7 +4713,7 @@ from akshare.stock.stock_zh_kcb_report import stock_zh_kcb_report_em
4068
4713
  """
4069
4714
  期货合约详情
4070
4715
  """
4071
- from akshare.futures.futures_contract_detail import futures_contract_detail
4716
+ from akshare.futures.futures_contract_detail import futures_contract_detail, futures_contract_detail_em
4072
4717
 
4073
4718
  """
4074
4719
  胡润排行榜
@@ -4101,14 +4746,6 @@ from akshare.fund.fund_rank_em import (
4101
4746
  fund_lcx_rank_em,
4102
4747
  )
4103
4748
 
4104
- """
4105
- 英为财情-加密货币
4106
- """
4107
- from akshare.crypto.crypto_hist_investing import (
4108
- crypto_hist,
4109
- crypto_name_url_table,
4110
- )
4111
-
4112
4749
  """
4113
4750
  电影票房
4114
4751
  """
@@ -4144,11 +4781,6 @@ COMEX黄金-白银库存
4144
4781
  """
4145
4782
  from akshare.futures.futures_comex_em import futures_comex_inventory
4146
4783
 
4147
- """
4148
- 国债期货可交割券相关指标
4149
- """
4150
- from akshare.bond.bond_futures import bond_futures_deliverable_coupons
4151
-
4152
4784
  """
4153
4785
  A 股-特别标的
4154
4786
  """
@@ -4162,10 +4794,13 @@ from akshare.stock.stock_zh_a_special import (
4162
4794
  """
4163
4795
  东方财富-注册制审核
4164
4796
  """
4165
- from akshare.stock_fundamental.stock_register import (
4797
+ from akshare.stock_fundamental.stock_register_em import (
4166
4798
  stock_register_kcb,
4167
4799
  stock_register_cyb,
4800
+ stock_register_bj,
4168
4801
  stock_register_db,
4802
+ stock_register_sh,
4803
+ stock_register_sz
4169
4804
  )
4170
4805
 
4171
4806
  """
@@ -4218,6 +4853,7 @@ from akshare.stock_feature.stock_yjyg_cninfo import stock_report_disclosure
4218
4853
  from akshare.fund.fund_etf_sina import (
4219
4854
  fund_etf_hist_sina,
4220
4855
  fund_etf_category_sina,
4856
+ fund_etf_dividend_sina,
4221
4857
  )
4222
4858
 
4223
4859
  """
@@ -4244,7 +4880,6 @@ from akshare.stock_feature.stock_a_pe_and_pb import (
4244
4880
  stock_index_pe_lg,
4245
4881
  )
4246
4882
  from akshare.stock_feature.stock_a_indicator import (
4247
- stock_a_indicator_lg,
4248
4883
  stock_hk_indicator_eniu,
4249
4884
  )
4250
4885
  from akshare.stock_feature.stock_a_high_low import stock_a_high_low_statistics
@@ -4269,8 +4904,8 @@ from akshare.stock_feature.stock_qsjy_em import stock_qsjy_em
4269
4904
  futures-warehouse-receipt
4270
4905
  """
4271
4906
  from akshare.futures.futures_warehouse_receipt import (
4272
- futures_czce_warehouse_receipt,
4273
- futures_dce_warehouse_receipt,
4907
+ futures_warehouse_receipt_czce,
4908
+ futures_warehouse_receipt_dce,
4274
4909
  futures_shfe_warehouse_receipt,
4275
4910
  futures_gfex_warehouse_receipt,
4276
4911
  )
@@ -4329,7 +4964,7 @@ from akshare.stock.stock_industry import stock_sector_spot, stock_sector_detail
4329
4964
  """
4330
4965
  stock-fundamental
4331
4966
  """
4332
- from akshare.stock_fundamental.stock_finance import (
4967
+ from akshare.stock_fundamental.stock_finance_sina import (
4333
4968
  stock_financial_abstract,
4334
4969
  stock_financial_report_sina,
4335
4970
  stock_financial_analysis_indicator,
@@ -4346,7 +4981,7 @@ from akshare.stock_fundamental.stock_finance import (
4346
4981
  """
4347
4982
  stock-HK-fundamental
4348
4983
  """
4349
- from akshare.stock_fundamental.stock_finance_hk import (
4984
+ from akshare.stock_fundamental.stock_finance_hk_em import (
4350
4985
  stock_financial_hk_analysis_indicator_em,
4351
4986
  stock_financial_hk_report_em,
4352
4987
  )
@@ -4405,10 +5040,7 @@ from akshare.article.fred_md import fred_md, fred_qd
4405
5040
  """
4406
5041
  中证商品指数
4407
5042
  """
4408
- from akshare.futures.futures_index_ccidx import (
4409
- futures_index_min_ccidx,
4410
- futures_index_ccidx,
4411
- )
5043
+ from akshare.futures.futures_index_ccidx import futures_index_ccidx
4412
5044
 
4413
5045
  """
4414
5046
  futures_em_spot_stock
@@ -4454,7 +5086,6 @@ from akshare.stock_feature.stock_comment_em import (
4454
5086
  stock_comment_detail_scrd_focus_em,
4455
5087
  stock_comment_detail_zhpj_lspf_em,
4456
5088
  stock_comment_detail_scrd_desire_em,
4457
- stock_comment_detail_scrd_cost_em,
4458
5089
  stock_comment_detail_scrd_desire_daily_em,
4459
5090
  )
4460
5091
 
@@ -4574,15 +5205,13 @@ from akshare.event.migration import (
4574
5205
  英为财情-外汇-货币对历史数据
4575
5206
  """
4576
5207
  from akshare.fx.currency_investing import (
4577
- currency_hist,
4578
- currency_name_code,
4579
5208
  currency_pair_map,
4580
5209
  )
4581
5210
 
4582
5211
  """
4583
5212
  商品期权-郑州商品交易所-期权-历史数据
4584
5213
  """
4585
- from akshare.option.option_czce import option_czce_hist
5214
+ from akshare.option.option_czce import option_hist_yearly_czce
4586
5215
 
4587
5216
  """
4588
5217
  宏观-经济数据-银行间拆借利率
@@ -4623,6 +5252,7 @@ from akshare.economic.macro_bank import (
4623
5252
  macro_bank_australia_interest_rate,
4624
5253
  macro_bank_brazil_interest_rate,
4625
5254
  macro_bank_brazil_interest_rate,
5255
+ macro_bank_china_interest_rate,
4626
5256
  macro_bank_english_interest_rate,
4627
5257
  macro_bank_euro_interest_rate,
4628
5258
  macro_bank_india_interest_rate,
@@ -4639,6 +5269,12 @@ from akshare.economic.macro_bank import (
4639
5269
  from akshare.index.index_yw import index_yw
4640
5270
 
4641
5271
  """
5272
+
5273
+ 股票指数-股票指数-中证指数列表
5274
+ """
5275
+ from akshare.index.index_csindex import index_csindex_all
5276
+ """
5277
+
4642
5278
  股票指数-股票指数-成份股
4643
5279
  """
4644
5280
  from akshare.index.index_cons import (
@@ -4691,15 +5327,6 @@ from akshare.stock_feature.stock_jgdy_em import (
4691
5327
  stock_jgdy_detail_em,
4692
5328
  )
4693
5329
 
4694
- """
4695
- IT桔子
4696
- """
4697
- from akshare.fortune.fortune_it_juzi import (
4698
- death_company,
4699
- maxima_company,
4700
- nicorn_company,
4701
- )
4702
-
4703
5330
  """
4704
5331
  新浪主力连续接口
4705
5332
  """
@@ -4755,11 +5382,6 @@ from akshare.fund.fund_amac import (
4755
5382
  amac_person_bond_org_list,
4756
5383
  )
4757
5384
 
4758
- """
4759
- 世界五百强公司排名接口
4760
- """
4761
- from akshare.fortune.fortune_500 import fortune_rank, fortune_rank_eng
4762
-
4763
5385
  """
4764
5386
  申万行业一级
4765
5387
  """
@@ -4775,20 +5397,6 @@ from akshare.index.index_sw import (
4775
5397
  """
4776
5398
  from akshare.article.epu_index import article_epu_index
4777
5399
 
4778
- """
4779
- 南华期货-南华指数
4780
- """
4781
- from akshare.futures_derivative.futures_index_return_nh import (
4782
- futures_return_index_nh,
4783
- )
4784
- from akshare.futures_derivative.futures_index_price_nh import (
4785
- futures_price_index_nh,
4786
- futures_index_symbol_table_nh,
4787
- )
4788
- from akshare.futures_derivative.futures_index_volatility_nh import (
4789
- futures_volatility_index_nh,
4790
- )
4791
-
4792
5400
  """
4793
5401
  空气-河北
4794
5402
  """
@@ -5059,14 +5667,6 @@ from akshare.economic.macro_china_nbs import (
5059
5667
  macro_china_nbs_region
5060
5668
  )
5061
5669
 
5062
- """
5063
- 全球期货
5064
- """
5065
- from akshare.futures.futures_international import (
5066
- futures_global_commodity_hist,
5067
- futures_global_commodity_name_url_map,
5068
- )
5069
-
5070
5670
  """
5071
5671
  外汇
5072
5672
  """
@@ -5085,28 +5685,12 @@ from akshare.bond.bond_china import (
5085
5685
  商品期权
5086
5686
  """
5087
5687
  from akshare.option.option_commodity import (
5088
- option_dce_daily,
5089
- option_czce_daily,
5090
- option_shfe_daily,
5091
- option_gfex_vol_daily,
5092
- option_gfex_daily,
5093
- )
5094
-
5095
- """
5096
- 英为财情-债券
5097
- """
5098
- from akshare.bond.bond_investing import (
5099
- bond_investing_global,
5100
- bond_investing_global_country_name_url,
5101
- )
5102
-
5103
- """
5104
- 英为财情-指数
5105
- """
5106
- from akshare.index.index_investing import (
5107
- index_investing_global,
5108
- index_investing_global_area_index_name_code,
5109
- index_investing_global_area_index_name_url,
5688
+ option_hist_dce,
5689
+ option_hist_czce,
5690
+ option_hist_shfe,
5691
+ option_vol_gfex,
5692
+ option_hist_gfex,
5693
+ option_vol_shfe,
5110
5694
  )
5111
5695
 
5112
5696
  """
@@ -5163,7 +5747,7 @@ from akshare.futures.cot import (
5163
5747
  get_rank_sum_daily,
5164
5748
  get_rank_sum,
5165
5749
  get_shfe_rank_table,
5166
- get_czce_rank_table,
5750
+ get_rank_table_czce,
5167
5751
  get_dce_rank_table,
5168
5752
  get_cffex_rank_table,
5169
5753
  futures_dce_position_rank,
@@ -5209,6 +5793,18 @@ from akshare.fund.fund_xq import (
5209
5793
  fund_individual_detail_hold_xq,
5210
5794
  )
5211
5795
 
5796
+ """
5797
+ 异常处理模块
5798
+ """
5799
+ from .exceptions import (
5800
+ AkshareException,
5801
+ APIError,
5802
+ DataParsingError,
5803
+ InvalidParameterError,
5804
+ NetworkError,
5805
+ RateLimitError,
5806
+ )
5807
+
5212
5808
  """
5213
5809
  Pro API 设置
5214
5810
  """