akshare 1.14.49__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.
- akshare/__init__.py +595 -129
- akshare/air/air_hebei.py +77 -54
- akshare/air/air_zhenqi.py +0 -4
- akshare/air/cons.py +1 -0
- akshare/air/crypto.js +1 -1
- akshare/air/outcrypto.js +1 -1
- akshare/article/cons.py +1 -0
- akshare/article/epu_index.py +4 -3
- akshare/article/ff_factor.py +19 -8
- akshare/article/fred_md.py +4 -1
- akshare/article/risk_rv.py +3 -8
- akshare/bank/bank_cbirc_2020.py +11 -11
- akshare/bank/cons.py +7 -6
- akshare/bond/bond_buy_back_em.py +228 -0
- akshare/bond/bond_cb_sina.py +1 -0
- akshare/bond/bond_cb_ths.py +17 -9
- akshare/bond/bond_cbond.py +19 -14
- akshare/bond/bond_china.py +38 -39
- akshare/bond/bond_china_money.py +1 -1
- akshare/bond/bond_convert.py +10 -9
- akshare/bond/bond_em.py +37 -17
- akshare/bond/bond_summary.py +38 -37
- akshare/bond/bond_zh_cov.py +31 -40
- akshare/bond/bond_zh_sina.py +4 -0
- akshare/bond/cons.py +14 -11
- akshare/cal/__init__.py +0 -0
- akshare/cal/rv.py +170 -0
- akshare/cost/cost_living.py +7 -5
- akshare/crypto/__init__.py +1 -1
- akshare/crypto/crypto_bitcoin_cme.py +9 -7
- akshare/crypto/crypto_hold.py +4 -2
- akshare/currency/currency.py +1 -0
- akshare/currency/currency_china_bank_sina.py +11 -6
- akshare/data/__init__.py +1 -1
- akshare/data/cninfo.js +1 -1
- akshare/datasets.py +10 -21
- akshare/economic/cons.py +10 -3
- akshare/economic/macro_australia.py +74 -69
- akshare/economic/macro_bank.py +95 -653
- akshare/economic/macro_canada.py +92 -81
- akshare/economic/macro_china.py +97 -105
- akshare/economic/macro_china_hk.py +0 -1
- akshare/economic/macro_euro.py +103 -56
- akshare/economic/macro_finance_ths.py +7 -5
- akshare/economic/macro_germany.py +1 -1
- akshare/economic/macro_japan.py +0 -1
- akshare/economic/macro_other.py +1 -6
- akshare/economic/macro_swiss.py +2 -3
- akshare/economic/macro_uk.py +1 -1
- akshare/economic/macro_usa.py +7 -9
- akshare/economic/marco_cnbs.py +11 -6
- akshare/energy/energy_carbon.py +0 -1
- akshare/energy/energy_oil_em.py +1 -2
- akshare/event/cons.py +1 -0
- akshare/exceptions.py +43 -0
- akshare/file_fold/calendar.json +245 -2
- akshare/forex/__init__.py +0 -0
- akshare/forex/cons.py +192 -0
- akshare/forex/forex_em.py +149 -0
- akshare/fortune/fortune_500.py +1 -37
- akshare/fortune/fortune_bloomberg.py +6 -3
- akshare/fortune/fortune_forbes_500.py +3 -6
- akshare/fortune/fortune_hurun.py +2 -1
- akshare/fortune/fortune_xincaifu_500.py +17 -14
- akshare/fund/fund_announcement_em.py +145 -0
- akshare/fund/fund_aum_em.py +49 -35
- akshare/fund/fund_em.py +251 -220
- akshare/fund/fund_etf_em.py +44 -35
- akshare/fund/fund_etf_sina.py +75 -27
- akshare/fund/fund_etf_ths.py +2 -0
- akshare/fund/fund_fee_em.py +172 -0
- akshare/fund/fund_fhsp_em.py +42 -32
- akshare/fund/fund_init_em.py +8 -5
- akshare/fund/fund_lof_em.py +12 -19
- akshare/fund/fund_manager.py +25 -11
- akshare/fund/fund_overview_em.py +42 -0
- akshare/fund/fund_portfolio_em.py +23 -21
- akshare/fund/fund_position_lg.py +19 -8
- akshare/fund/fund_rank_em.py +2 -5
- akshare/fund/fund_rating.py +33 -12
- akshare/fund/fund_scale_em.py +24 -13
- akshare/fund/fund_scale_sina.py +20 -10
- akshare/fund/fund_xq.py +3 -2
- akshare/futures/cons.py +135 -39
- akshare/futures/cot.py +55 -56
- akshare/futures/futures_basis.py +49 -11
- akshare/futures/futures_comex_em.py +1 -0
- akshare/futures/futures_comm_ctp.py +1 -1
- akshare/futures/futures_contract_detail.py +59 -9
- akshare/futures/futures_daily_bar.py +66 -59
- akshare/futures/futures_foreign.py +14 -8
- akshare/futures/futures_hf_em.py +215 -61
- akshare/futures/futures_hist_em.py +191 -0
- akshare/futures/futures_hq_sina.py +5 -3
- akshare/futures/futures_index_ccidx.py +24 -82
- akshare/futures/futures_inventory_99.py +70 -272
- akshare/futures/futures_inventory_em.py +14 -11
- akshare/futures/futures_news_shmet.py +2 -2
- akshare/futures/futures_roll_yield.py +11 -24
- akshare/futures/futures_rule.py +7 -3
- akshare/futures/futures_rule_em.py +38 -0
- akshare/futures/futures_settlement_price_sgx.py +21 -6
- akshare/futures/futures_stock_js.py +0 -1
- akshare/futures/futures_to_spot.py +5 -6
- akshare/futures/futures_warehouse_receipt.py +48 -47
- akshare/futures/futures_zh_sina.py +3 -3
- akshare/futures/receipt.py +298 -165
- akshare/futures/requests_fun.py +16 -3
- akshare/futures/symbol_var.py +32 -13
- akshare/futures_derivative/cons.py +100 -103
- akshare/futures_derivative/futures_contract_info_cffex.py +55 -39
- akshare/futures_derivative/futures_contract_info_czce.py +2 -0
- akshare/futures_derivative/futures_contract_info_dce.py +43 -17
- akshare/futures_derivative/futures_contract_info_gfex.py +43 -31
- akshare/futures_derivative/futures_contract_info_ine.py +43 -34
- akshare/futures_derivative/futures_contract_info_shfe.py +3 -4
- akshare/futures_derivative/futures_cot_sina.py +8 -6
- akshare/futures_derivative/futures_index_sina.py +25 -13
- akshare/fx/cons.py +12 -7
- akshare/fx/fx_c_swap_cm.py +62 -0
- akshare/fx/fx_quote.py +3 -2
- akshare/fx/fx_quote_baidu.py +2 -1
- akshare/hf/__init__.py +1 -1
- akshare/hf/hf_sp500.py +8 -7
- akshare/index/cons.py +132 -28
- akshare/index/index_cni.py +7 -7
- akshare/index/index_cons.py +2 -2
- akshare/index/index_csindex.py +68 -0
- akshare/index/index_cx.py +20 -20
- akshare/index/index_drewry.py +17 -16
- akshare/index/index_eri.py +1 -0
- akshare/index/index_global_em.py +167 -0
- akshare/index/index_global_sina.py +82 -0
- akshare/index/index_kq_fz.py +17 -14
- akshare/index/index_kq_ss.py +1 -0
- akshare/index/index_option_qvix.py +351 -16
- akshare/index/index_research_sw.py +21 -21
- akshare/index/index_spot.py +9 -5
- akshare/index/index_stock_hk.py +5 -9
- akshare/index/index_stock_zh.py +111 -24
- akshare/index/index_stock_zh_csindex.py +3 -367
- akshare/index/index_sugar.py +18 -4
- akshare/index/index_sw.py +10 -2
- akshare/index/index_yw.py +53 -75
- akshare/index/index_zh_em.py +15 -82
- akshare/interest_rate/interbank_rate_em.py +0 -1
- akshare/movie/jm.js +0 -1
- akshare/news/__init__.py +1 -1
- akshare/news/news_baidu.py +395 -222
- akshare/news/news_stock.py +49 -16
- akshare/option/cons.py +2 -2
- akshare/option/option_commodity.py +341 -220
- akshare/option/option_commodity_sina.py +22 -26
- akshare/option/option_contract_info_ctp.py +63 -0
- akshare/option/option_current_sse.py +61 -0
- akshare/option/option_current_szse.py +84 -0
- akshare/option/option_czce.py +37 -9
- akshare/option/option_daily_stats_sse_szse.py +0 -1
- akshare/option/option_em.py +4 -8
- akshare/option/option_finance.py +60 -12
- akshare/option/option_finance_sina.py +7 -7
- akshare/option/option_lhb_em.py +0 -1
- akshare/option/option_margin.py +62 -0
- akshare/option/option_premium_analysis_em.py +58 -53
- akshare/option/option_risk_analysis_em.py +11 -8
- akshare/option/option_risk_indicator_sse.py +3 -4
- akshare/option/option_value_analysis_em.py +62 -55
- akshare/other/__init__.py +1 -1
- akshare/pro/__init__.py +0 -1
- akshare/pro/client.py +6 -4
- akshare/pro/cons.py +3 -2
- akshare/pro/data_pro.py +6 -5
- akshare/qdii/__init__.py +0 -0
- akshare/qdii/qdii_jsl.py +233 -0
- akshare/qhkc/__init__.py +1 -6
- akshare/qhkc/qhkc_api.py +64 -22
- akshare/qhkc_web/__init__.py +1 -6
- akshare/qhkc_web/qhkc_fund.py +10 -6
- akshare/qhkc_web/qhkc_index.py +28 -14
- akshare/qhkc_web/qhkc_tool.py +62 -59
- akshare/rate/__init__.py +1 -1
- akshare/rate/repo_rate.py +36 -32
- akshare/reits/__init__.py +1 -1
- akshare/reits/reits_basic.py +149 -13
- akshare/request.py +117 -0
- akshare/spot/__init__.py +1 -1
- akshare/spot/spot_hog_soozhu.py +165 -3
- akshare/spot/spot_sge.py +70 -9
- akshare/stock/cons.py +60 -23
- akshare/stock/stock_allotment_cninfo.py +8 -8
- akshare/stock/stock_ask_bid_em.py +3 -78
- akshare/stock/stock_board_concept_em.py +160 -35
- akshare/stock/stock_board_industry_em.py +163 -70
- akshare/stock/stock_dividend_cninfo.py +31 -17
- akshare/stock/stock_dzjy_em.py +347 -260
- akshare/stock/stock_fund_em.py +72 -64
- akshare/stock/stock_fund_hold.py +1 -2
- akshare/stock/stock_gsrl_em.py +1 -0
- akshare/stock/stock_hk_comparison_em.py +175 -0
- akshare/stock/stock_hk_famous.py +4 -5
- akshare/stock/stock_hk_fhpx_ths.py +2 -1
- akshare/stock/stock_hk_hot_rank_em.py +1 -0
- akshare/stock/stock_hk_sina.py +84 -36
- akshare/stock/stock_hold_control_cninfo.py +82 -0
- akshare/stock/stock_hold_control_em.py +0 -2
- akshare/stock/stock_hot_rank_em.py +4 -1
- akshare/stock/stock_hot_search_baidu.py +32 -19
- akshare/stock/stock_hot_up_em.py +4 -1
- akshare/stock/stock_hsgt_em.py +155 -0
- akshare/stock/stock_industry.py +1 -0
- akshare/stock/stock_industry_cninfo.py +1 -2
- akshare/stock/stock_info.py +6 -4
- akshare/stock/stock_info_em.py +17 -11
- akshare/stock/stock_intraday_em.py +4 -78
- akshare/stock/stock_intraday_sina.py +2 -2
- akshare/stock/stock_news_cx.py +39 -0
- akshare/stock/stock_profile_cninfo.py +7 -7
- akshare/stock/stock_profile_em.py +302 -0
- akshare/stock/stock_rank_forecast.py +6 -5
- akshare/stock/stock_repurchase_em.py +7 -2
- akshare/stock/stock_share_changes_cninfo.py +7 -5
- akshare/stock/stock_share_hold.py +24 -20
- akshare/stock/stock_stop.py +6 -6
- akshare/stock/stock_summary.py +153 -417
- akshare/stock/stock_us_famous.py +5 -6
- akshare/stock/stock_us_js.py +3 -2
- akshare/stock/stock_us_pink.py +38 -27
- akshare/stock/stock_us_sina.py +7 -3
- akshare/stock/stock_weibo_nlp.py +18 -20
- akshare/stock/stock_xq.py +24 -22
- akshare/stock/stock_zh_a_sina.py +8 -5
- akshare/stock/stock_zh_a_special.py +240 -243
- akshare/stock/stock_zh_a_tick_tx.py +11 -3
- akshare/stock/stock_zh_ah_tx.py +23 -26
- akshare/stock/stock_zh_b_sina.py +2 -2
- akshare/stock/stock_zh_comparison_em.py +250 -0
- akshare/stock/stock_zh_kcb_sina.py +67 -64
- akshare/stock_a/__init__.py +0 -0
- akshare/stock_a/stock_board_concept_name_em.py +170 -0
- akshare/stock_a/stock_individual_fund_flow_rank.py +258 -0
- akshare/stock_a/stock_zh_a_spot.py +212 -0
- akshare/stock_feature/cons.py +1 -0
- akshare/stock_feature/stock_a_indicator.py +9 -54
- akshare/stock_feature/stock_a_pe_and_pb.py +23 -5
- akshare/stock_feature/stock_account_em.py +0 -1
- akshare/stock_feature/stock_all_pb.py +2 -1
- akshare/stock_feature/stock_analyst_em.py +36 -30
- akshare/stock_feature/stock_board_concept_ths.py +328 -0
- akshare/stock_feature/stock_board_industry_ths.py +57 -2
- akshare/stock_feature/stock_buffett_index_lg.py +10 -8
- akshare/stock_feature/stock_classify_sina.py +3 -6
- akshare/stock_feature/stock_comment_em.py +81 -144
- akshare/stock_feature/stock_congestion_lg.py +2 -1
- akshare/stock_feature/stock_cyq_em.py +5 -11
- akshare/stock_feature/stock_disclosure_cninfo.py +6 -6
- akshare/stock_feature/stock_dxsyl_em.py +121 -74
- akshare/stock_feature/stock_ebs_lg.py +5 -4
- akshare/stock_feature/stock_esg_sina.py +29 -7
- akshare/stock_feature/stock_fhps_em.py +2 -1
- akshare/stock_feature/stock_fhps_ths.py +15 -7
- akshare/stock_feature/stock_fund_flow.py +30 -22
- akshare/stock_feature/stock_gddh_em.py +19 -11
- akshare/stock_feature/stock_gdfx_em.py +226 -113
- akshare/stock_feature/stock_gdhs.py +75 -50
- akshare/stock_feature/stock_gdzjc_em.py +21 -10
- akshare/stock_feature/stock_gpzy_em.py +78 -46
- akshare/stock_feature/stock_gxl_lg.py +3 -2
- akshare/stock_feature/stock_hist_em.py +137 -234
- akshare/stock_feature/stock_hist_tx.py +13 -10
- akshare/stock_feature/stock_hk_valuation_baidu.py +20 -8
- akshare/stock_feature/stock_hot_xq.py +4 -6
- akshare/stock_feature/stock_hsgt_em.py +269 -97
- akshare/stock_feature/stock_hsgt_exchange_rate.py +115 -87
- akshare/stock_feature/stock_hsgt_min_em.py +13 -16
- akshare/stock_feature/stock_info.py +7 -80
- akshare/stock_feature/stock_inner_trade_xq.py +38 -31
- akshare/stock_feature/stock_jgdy_em.py +43 -40
- akshare/stock_feature/stock_lhb_em.py +119 -3
- akshare/stock_feature/stock_margin_em.py +0 -1
- akshare/stock_feature/stock_margin_sse.py +0 -2
- akshare/stock_feature/stock_pankou_em.py +71 -35
- akshare/stock_feature/stock_qsjy_em.py +13 -4
- akshare/stock_feature/stock_report_em.py +151 -7
- akshare/stock_feature/stock_research_report_em.py +55 -20
- akshare/stock_feature/stock_sy_em.py +20 -15
- akshare/stock_feature/stock_technology_ths.py +122 -77
- akshare/stock_feature/stock_tfp_em.py +2 -1
- akshare/stock_feature/stock_three_report_em.py +21 -5
- akshare/stock_feature/stock_ttm_lyr.py +18 -9
- akshare/stock_feature/stock_value_em.py +83 -0
- akshare/stock_feature/stock_yjbb_em.py +58 -32
- akshare/stock_feature/stock_yjyg_cninfo.py +6 -2
- akshare/stock_feature/stock_yjyg_em.py +1 -1
- akshare/stock_feature/stock_yzxdr_em.py +24 -22
- akshare/stock_feature/stock_zdhtmx_em.py +20 -6
- akshare/stock_feature/stock_zh_vote_baidu.py +4 -1
- akshare/stock_feature/stock_ztb_em.py +39 -24
- akshare/stock_fundamental/__init__.py +1 -1
- akshare/stock_fundamental/stock_basic_info_xq.py +119 -0
- akshare/stock_fundamental/{stock_finance_hk.py → stock_finance_hk_em.py} +23 -16
- akshare/stock_fundamental/{stock_finance.py → stock_finance_sina.py} +60 -7
- akshare/stock_fundamental/stock_finance_ths.py +524 -57
- akshare/stock_fundamental/stock_finance_us_em.py +268 -0
- akshare/stock_fundamental/stock_gbjg_em.py +80 -0
- akshare/stock_fundamental/stock_hold.py +26 -17
- akshare/stock_fundamental/stock_ipo_declare.py +1 -0
- akshare/stock_fundamental/stock_kcb_detail_sse.py +10 -10
- akshare/stock_fundamental/stock_kcb_sse.py +26 -25
- akshare/stock_fundamental/stock_notice.py +12 -3
- akshare/stock_fundamental/stock_profit_forecast_em.py +31 -13
- akshare/stock_fundamental/stock_profit_forecast_hk_etnet.py +64 -41
- akshare/stock_fundamental/stock_profit_forecast_ths.py +86 -35
- akshare/stock_fundamental/stock_recommend.py +20 -4
- akshare/stock_fundamental/stock_zygc.py +5 -62
- akshare/utils/context.py +43 -0
- akshare/utils/demjson.py +2009 -1338
- akshare/utils/func.py +49 -2
- akshare/utils/multi_decrypt.py +53 -0
- akshare/utils/token_process.py +6 -5
- {akshare-1.14.49.dist-info → akshare-1.17.99.dist-info}/METADATA +54 -80
- akshare-1.17.99.dist-info/RECORD +409 -0
- {akshare-1.14.49.dist-info → akshare-1.17.99.dist-info}/WHEEL +1 -1
- {akshare-1.14.49.dist-info → akshare-1.17.99.dist-info/licenses}/LICENSE +1 -1
- tests/test_func.py +3 -5
- akshare/bond/bond_futures.py +0 -50
- akshare/bond/bond_investing.py +0 -139
- akshare/crypto/crypto_hist_investing.py +0 -249
- akshare/fund/fund_announcement.py +0 -56
- akshare/futures/futures_international.py +0 -170
- akshare/futures/futures_news_baidu.py +0 -54
- akshare/futures/inventory_data.py +0 -100
- akshare/futures_derivative/futures_index_price_nh.py +0 -61
- akshare/futures_derivative/futures_index_return_nh.py +0 -47
- akshare/futures_derivative/futures_index_volatility_nh.py +0 -53
- akshare/futures_derivative/futures_other_index_nh.py +0 -145
- akshare/index/index_fear_greed_funddb.py +0 -78
- akshare/index/index_investing.py +0 -232
- akshare/sport/__init__.py +0 -6
- akshare/sport/sport_olympic.py +0 -27
- akshare/stock_feature/stock_wencai.py +0 -104
- akshare/stock_fundamental/stock_mda_ym.py +0 -40
- akshare-1.14.49.dist-info/RECORD +0 -387
- {akshare-1.14.49.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
|
|
@@ -2860,9 +2859,356 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
|
|
|
2860
2859
|
1.14.47 fix: fix spot_hog_soozhu interface
|
|
2861
2860
|
1.14.48 add: add spot_hog_year_trend_soozhu interface
|
|
2862
2861
|
1.14.49 fix: fix fortune_rank interface
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
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"
|
|
2866
3212
|
__author__ = "AKFamily"
|
|
2867
3213
|
|
|
2868
3214
|
import sys
|
|
@@ -2884,10 +3230,165 @@ if sys.version_info < (3, 9):
|
|
|
2884
3230
|
|
|
2885
3231
|
del sys
|
|
2886
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
|
+
|
|
2887
3379
|
"""
|
|
2888
3380
|
搜猪-生猪大数据-各省均价实时排行榜
|
|
2889
3381
|
"""
|
|
2890
|
-
from akshare.spot.spot_hog_soozhu import
|
|
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
|
+
)
|
|
2891
3392
|
|
|
2892
3393
|
"""
|
|
2893
3394
|
知名港股
|
|
@@ -2954,7 +3455,6 @@ from akshare.stock_feature.stock_info import (
|
|
|
2954
3455
|
stock_info_global_futu,
|
|
2955
3456
|
stock_info_global_sina,
|
|
2956
3457
|
stock_info_global_cls,
|
|
2957
|
-
stock_info_broker_sina,
|
|
2958
3458
|
)
|
|
2959
3459
|
|
|
2960
3460
|
"""
|
|
@@ -2980,7 +3480,7 @@ from akshare.stock_feature.stock_hsgt_min_em import stock_hsgt_fund_min_em
|
|
|
2980
3480
|
"""
|
|
2981
3481
|
东方财富网-行情中心-期货市场-国际期货
|
|
2982
3482
|
"""
|
|
2983
|
-
from akshare.futures.futures_hf_em import
|
|
3483
|
+
from akshare.futures.futures_hf_em import futures_global_spot_em, futures_global_hist_em
|
|
2984
3484
|
|
|
2985
3485
|
"""
|
|
2986
3486
|
雪球行情数据
|
|
@@ -3017,11 +3517,6 @@ from akshare.stock_feature.stock_hist_tx import stock_zh_a_hist_tx
|
|
|
3017
3517
|
"""
|
|
3018
3518
|
from akshare.stock_feature.stock_cyq_em import stock_cyq_em
|
|
3019
3519
|
|
|
3020
|
-
"""
|
|
3021
|
-
funddb-工具-估值情绪-恐贪指数
|
|
3022
|
-
"""
|
|
3023
|
-
from akshare.index.index_fear_greed_funddb import index_fear_greed_funddb
|
|
3024
|
-
|
|
3025
3520
|
"""
|
|
3026
3521
|
东财财富-分时数据
|
|
3027
3522
|
"""
|
|
@@ -3087,10 +3582,20 @@ from akshare.stock_feature.stock_irm_cninfo import (
|
|
|
3087
3582
|
stock_irm_ans_cninfo,
|
|
3088
3583
|
)
|
|
3089
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
|
+
|
|
3090
3595
|
"""
|
|
3091
3596
|
基金公告-人事公告
|
|
3092
3597
|
"""
|
|
3093
|
-
from akshare.fund.
|
|
3598
|
+
from akshare.fund.fund_announcement_em import fund_announcement_personnel_em
|
|
3094
3599
|
|
|
3095
3600
|
"""
|
|
3096
3601
|
新浪财经-ESG评级中心
|
|
@@ -3120,6 +3625,12 @@ from akshare.stock_fundamental.stock_finance_ths import (
|
|
|
3120
3625
|
stock_financial_debt_ths,
|
|
3121
3626
|
stock_financial_benefit_ths,
|
|
3122
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,
|
|
3123
3634
|
)
|
|
3124
3635
|
|
|
3125
3636
|
"""
|
|
@@ -3255,6 +3766,20 @@ from akshare.index.index_option_qvix import (
|
|
|
3255
3766
|
index_option_300etf_min_qvix,
|
|
3256
3767
|
index_option_300etf_qvix,
|
|
3257
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,
|
|
3258
3783
|
)
|
|
3259
3784
|
|
|
3260
3785
|
"""
|
|
@@ -3272,11 +3797,6 @@ from akshare.stock_feature.stock_buffett_index_lg import stock_buffett_index_lg
|
|
|
3272
3797
|
"""
|
|
3273
3798
|
from akshare.stock.stock_hot_search_baidu import stock_hot_search_baidu
|
|
3274
3799
|
|
|
3275
|
-
"""
|
|
3276
|
-
百度股市通-期货-新闻
|
|
3277
|
-
"""
|
|
3278
|
-
from akshare.futures.futures_news_baidu import futures_news_baidu
|
|
3279
|
-
|
|
3280
3800
|
"""
|
|
3281
3801
|
百度股市通- A 股或指数-股评-投票
|
|
3282
3802
|
"""
|
|
@@ -3330,15 +3850,10 @@ from akshare.bond.bond_cbond import (
|
|
|
3330
3850
|
"""
|
|
3331
3851
|
from akshare.stock_feature.stock_classify_sina import stock_classify_sina
|
|
3332
3852
|
|
|
3333
|
-
"""
|
|
3334
|
-
管理层讨论与分析
|
|
3335
|
-
"""
|
|
3336
|
-
from akshare.stock_fundamental.stock_mda_ym import stock_mda_ym
|
|
3337
|
-
|
|
3338
3853
|
"""
|
|
3339
3854
|
主营构成
|
|
3340
3855
|
"""
|
|
3341
|
-
from akshare.stock_fundamental.stock_zygc import
|
|
3856
|
+
from akshare.stock_fundamental.stock_zygc import stock_zygc_em
|
|
3342
3857
|
|
|
3343
3858
|
"""
|
|
3344
3859
|
人民币汇率中间价
|
|
@@ -3351,6 +3866,11 @@ from akshare.currency.currency_safe import currency_boc_safe
|
|
|
3351
3866
|
from akshare.option.option_risk_indicator_sse import option_risk_indicator_sse
|
|
3352
3867
|
|
|
3353
3868
|
"""
|
|
3869
|
+
期权-上海证券交易所-当日合约
|
|
3870
|
+
"""
|
|
3871
|
+
from akshare.option.option_risk_indicator_sse import option_risk_indicator_sse
|
|
3872
|
+
"""
|
|
3873
|
+
|
|
3354
3874
|
全球宏观事件
|
|
3355
3875
|
"""
|
|
3356
3876
|
from akshare.news.news_baidu import (
|
|
@@ -3391,17 +3911,6 @@ from akshare.stock_feature.stock_hot_xq import (
|
|
|
3391
3911
|
stock_hot_tweet_xq,
|
|
3392
3912
|
)
|
|
3393
3913
|
|
|
3394
|
-
"""
|
|
3395
|
-
南华期货-板块指数涨跌
|
|
3396
|
-
南华期货-品种指数涨跌
|
|
3397
|
-
南华期货-相关系数矩阵
|
|
3398
|
-
"""
|
|
3399
|
-
from akshare.futures_derivative.futures_other_index_nh import (
|
|
3400
|
-
futures_correlation_nh,
|
|
3401
|
-
futures_board_index_nh,
|
|
3402
|
-
futures_variety_index_nh,
|
|
3403
|
-
)
|
|
3404
|
-
|
|
3405
3914
|
"""
|
|
3406
3915
|
东方财富-股票数据-龙虎榜
|
|
3407
3916
|
"""
|
|
@@ -3415,6 +3924,7 @@ from akshare.stock_feature.stock_lhb_em import (
|
|
|
3415
3924
|
stock_lhb_yybph_em,
|
|
3416
3925
|
stock_lhb_jgstatistic_em,
|
|
3417
3926
|
stock_lhb_traderstatistic_em,
|
|
3927
|
+
stock_lhb_yyb_detail_em,
|
|
3418
3928
|
)
|
|
3419
3929
|
|
|
3420
3930
|
"""
|
|
@@ -3536,6 +4046,7 @@ from akshare.spot.spot_sge import (
|
|
|
3536
4046
|
spot_symbol_table_sge,
|
|
3537
4047
|
spot_silver_benchmark_sge,
|
|
3538
4048
|
spot_golden_benchmark_sge,
|
|
4049
|
+
spot_quotations_sge,
|
|
3539
4050
|
)
|
|
3540
4051
|
|
|
3541
4052
|
"""
|
|
@@ -3606,14 +4117,6 @@ from akshare.stock_feature.stock_hsgt_em import (
|
|
|
3606
4117
|
stock_hsgt_fund_flow_summary_em,
|
|
3607
4118
|
)
|
|
3608
4119
|
|
|
3609
|
-
"""
|
|
3610
|
-
指数估值
|
|
3611
|
-
"""
|
|
3612
|
-
from akshare.index.index_stock_zh_csindex import (
|
|
3613
|
-
index_value_hist_funddb,
|
|
3614
|
-
index_value_name_funddb,
|
|
3615
|
-
)
|
|
3616
|
-
|
|
3617
4120
|
"""
|
|
3618
4121
|
基金规模
|
|
3619
4122
|
"""
|
|
@@ -3745,7 +4248,7 @@ from akshare.stock.stock_us_pink import stock_us_pink_spot_em
|
|
|
3745
4248
|
"""
|
|
3746
4249
|
REITs
|
|
3747
4250
|
"""
|
|
3748
|
-
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
|
|
3749
4252
|
|
|
3750
4253
|
"""
|
|
3751
4254
|
全部 A 股-等权重市盈率、中位数市盈率
|
|
@@ -3754,11 +4257,6 @@ from akshare.reits.reits_basic import reits_realtime_em
|
|
|
3754
4257
|
from akshare.stock_feature.stock_ttm_lyr import stock_a_ttm_lyr
|
|
3755
4258
|
from akshare.stock_feature.stock_all_pb import stock_a_all_pb
|
|
3756
4259
|
|
|
3757
|
-
"""
|
|
3758
|
-
奥运奖牌
|
|
3759
|
-
"""
|
|
3760
|
-
from akshare.sport.sport_olympic import sport_olympic_hist
|
|
3761
|
-
|
|
3762
4260
|
"""
|
|
3763
4261
|
宏观-加拿大
|
|
3764
4262
|
"""
|
|
@@ -3858,6 +4356,7 @@ from akshare.stock.stock_board_concept_em import (
|
|
|
3858
4356
|
stock_board_concept_hist_em,
|
|
3859
4357
|
stock_board_concept_hist_min_em,
|
|
3860
4358
|
stock_board_concept_name_em,
|
|
4359
|
+
stock_board_concept_spot_em,
|
|
3861
4360
|
)
|
|
3862
4361
|
|
|
3863
4362
|
"""
|
|
@@ -3908,6 +4407,7 @@ from akshare.stock_feature.stock_hist_em import (
|
|
|
3908
4407
|
stock_sh_a_spot_em,
|
|
3909
4408
|
stock_sz_a_spot_em,
|
|
3910
4409
|
stock_zh_b_spot_em,
|
|
4410
|
+
stock_zh_ab_comparison_em,
|
|
3911
4411
|
stock_zh_a_hist,
|
|
3912
4412
|
stock_hk_spot_em,
|
|
3913
4413
|
stock_hk_main_board_spot_em,
|
|
@@ -4014,11 +4514,6 @@ from akshare.index.index_drewry import drewry_wci_index
|
|
|
4014
4514
|
from akshare.index.index_kq_fz import index_kq_fz
|
|
4015
4515
|
from akshare.index.index_kq_ss import index_kq_fashion
|
|
4016
4516
|
|
|
4017
|
-
"""
|
|
4018
|
-
问财-热门股票
|
|
4019
|
-
"""
|
|
4020
|
-
from akshare.stock_feature.stock_wencai import stock_hot_rank_wc
|
|
4021
|
-
|
|
4022
4517
|
"""
|
|
4023
4518
|
新发基金
|
|
4024
4519
|
"""
|
|
@@ -4068,6 +4563,7 @@ from akshare.stock_fundamental.stock_ipo_declare import stock_ipo_declare
|
|
|
4068
4563
|
"""
|
|
4069
4564
|
from akshare.stock_feature.stock_report_em import (
|
|
4070
4565
|
stock_zcfz_em,
|
|
4566
|
+
stock_zcfz_bj_em,
|
|
4071
4567
|
stock_lrb_em,
|
|
4072
4568
|
stock_xjll_em,
|
|
4073
4569
|
)
|
|
@@ -4077,6 +4573,16 @@ from akshare.stock_feature.stock_report_em import (
|
|
|
4077
4573
|
"""
|
|
4078
4574
|
from akshare.stock_feature.stock_yjbb_em import stock_yjbb_em
|
|
4079
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
|
+
|
|
4080
4586
|
"""
|
|
4081
4587
|
同花顺-行业板块
|
|
4082
4588
|
"""
|
|
@@ -4085,6 +4591,7 @@ from akshare.stock_feature.stock_board_industry_ths import (
|
|
|
4085
4591
|
stock_board_industry_info_ths,
|
|
4086
4592
|
stock_board_industry_index_ths,
|
|
4087
4593
|
stock_ipo_benefit_ths,
|
|
4594
|
+
stock_xgsr_ths,
|
|
4088
4595
|
)
|
|
4089
4596
|
|
|
4090
4597
|
"""
|
|
@@ -4206,7 +4713,7 @@ from akshare.stock.stock_zh_kcb_report import stock_zh_kcb_report_em
|
|
|
4206
4713
|
"""
|
|
4207
4714
|
期货合约详情
|
|
4208
4715
|
"""
|
|
4209
|
-
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
|
|
4210
4717
|
|
|
4211
4718
|
"""
|
|
4212
4719
|
胡润排行榜
|
|
@@ -4239,14 +4746,6 @@ from akshare.fund.fund_rank_em import (
|
|
|
4239
4746
|
fund_lcx_rank_em,
|
|
4240
4747
|
)
|
|
4241
4748
|
|
|
4242
|
-
"""
|
|
4243
|
-
英为财情-加密货币
|
|
4244
|
-
"""
|
|
4245
|
-
from akshare.crypto.crypto_hist_investing import (
|
|
4246
|
-
crypto_hist,
|
|
4247
|
-
crypto_name_url_table,
|
|
4248
|
-
)
|
|
4249
|
-
|
|
4250
4749
|
"""
|
|
4251
4750
|
电影票房
|
|
4252
4751
|
"""
|
|
@@ -4282,11 +4781,6 @@ COMEX黄金-白银库存
|
|
|
4282
4781
|
"""
|
|
4283
4782
|
from akshare.futures.futures_comex_em import futures_comex_inventory
|
|
4284
4783
|
|
|
4285
|
-
"""
|
|
4286
|
-
国债期货可交割券相关指标
|
|
4287
|
-
"""
|
|
4288
|
-
from akshare.bond.bond_futures import bond_futures_deliverable_coupons
|
|
4289
|
-
|
|
4290
4784
|
"""
|
|
4291
4785
|
A 股-特别标的
|
|
4292
4786
|
"""
|
|
@@ -4359,6 +4853,7 @@ from akshare.stock_feature.stock_yjyg_cninfo import stock_report_disclosure
|
|
|
4359
4853
|
from akshare.fund.fund_etf_sina import (
|
|
4360
4854
|
fund_etf_hist_sina,
|
|
4361
4855
|
fund_etf_category_sina,
|
|
4856
|
+
fund_etf_dividend_sina,
|
|
4362
4857
|
)
|
|
4363
4858
|
|
|
4364
4859
|
"""
|
|
@@ -4385,7 +4880,6 @@ from akshare.stock_feature.stock_a_pe_and_pb import (
|
|
|
4385
4880
|
stock_index_pe_lg,
|
|
4386
4881
|
)
|
|
4387
4882
|
from akshare.stock_feature.stock_a_indicator import (
|
|
4388
|
-
stock_a_indicator_lg,
|
|
4389
4883
|
stock_hk_indicator_eniu,
|
|
4390
4884
|
)
|
|
4391
4885
|
from akshare.stock_feature.stock_a_high_low import stock_a_high_low_statistics
|
|
@@ -4410,8 +4904,8 @@ from akshare.stock_feature.stock_qsjy_em import stock_qsjy_em
|
|
|
4410
4904
|
futures-warehouse-receipt
|
|
4411
4905
|
"""
|
|
4412
4906
|
from akshare.futures.futures_warehouse_receipt import (
|
|
4413
|
-
|
|
4414
|
-
|
|
4907
|
+
futures_warehouse_receipt_czce,
|
|
4908
|
+
futures_warehouse_receipt_dce,
|
|
4415
4909
|
futures_shfe_warehouse_receipt,
|
|
4416
4910
|
futures_gfex_warehouse_receipt,
|
|
4417
4911
|
)
|
|
@@ -4470,7 +4964,7 @@ from akshare.stock.stock_industry import stock_sector_spot, stock_sector_detail
|
|
|
4470
4964
|
"""
|
|
4471
4965
|
stock-fundamental
|
|
4472
4966
|
"""
|
|
4473
|
-
from akshare.stock_fundamental.
|
|
4967
|
+
from akshare.stock_fundamental.stock_finance_sina import (
|
|
4474
4968
|
stock_financial_abstract,
|
|
4475
4969
|
stock_financial_report_sina,
|
|
4476
4970
|
stock_financial_analysis_indicator,
|
|
@@ -4487,7 +4981,7 @@ from akshare.stock_fundamental.stock_finance import (
|
|
|
4487
4981
|
"""
|
|
4488
4982
|
stock-HK-fundamental
|
|
4489
4983
|
"""
|
|
4490
|
-
from akshare.stock_fundamental.
|
|
4984
|
+
from akshare.stock_fundamental.stock_finance_hk_em import (
|
|
4491
4985
|
stock_financial_hk_analysis_indicator_em,
|
|
4492
4986
|
stock_financial_hk_report_em,
|
|
4493
4987
|
)
|
|
@@ -4546,10 +5040,7 @@ from akshare.article.fred_md import fred_md, fred_qd
|
|
|
4546
5040
|
"""
|
|
4547
5041
|
中证商品指数
|
|
4548
5042
|
"""
|
|
4549
|
-
from akshare.futures.futures_index_ccidx import
|
|
4550
|
-
futures_index_min_ccidx,
|
|
4551
|
-
futures_index_ccidx,
|
|
4552
|
-
)
|
|
5043
|
+
from akshare.futures.futures_index_ccidx import futures_index_ccidx
|
|
4553
5044
|
|
|
4554
5045
|
"""
|
|
4555
5046
|
futures_em_spot_stock
|
|
@@ -4595,7 +5086,6 @@ from akshare.stock_feature.stock_comment_em import (
|
|
|
4595
5086
|
stock_comment_detail_scrd_focus_em,
|
|
4596
5087
|
stock_comment_detail_zhpj_lspf_em,
|
|
4597
5088
|
stock_comment_detail_scrd_desire_em,
|
|
4598
|
-
stock_comment_detail_scrd_cost_em,
|
|
4599
5089
|
stock_comment_detail_scrd_desire_daily_em,
|
|
4600
5090
|
)
|
|
4601
5091
|
|
|
@@ -4721,7 +5211,7 @@ from akshare.fx.currency_investing import (
|
|
|
4721
5211
|
"""
|
|
4722
5212
|
商品期权-郑州商品交易所-期权-历史数据
|
|
4723
5213
|
"""
|
|
4724
|
-
from akshare.option.option_czce import
|
|
5214
|
+
from akshare.option.option_czce import option_hist_yearly_czce
|
|
4725
5215
|
|
|
4726
5216
|
"""
|
|
4727
5217
|
宏观-经济数据-银行间拆借利率
|
|
@@ -4762,6 +5252,7 @@ from akshare.economic.macro_bank import (
|
|
|
4762
5252
|
macro_bank_australia_interest_rate,
|
|
4763
5253
|
macro_bank_brazil_interest_rate,
|
|
4764
5254
|
macro_bank_brazil_interest_rate,
|
|
5255
|
+
macro_bank_china_interest_rate,
|
|
4765
5256
|
macro_bank_english_interest_rate,
|
|
4766
5257
|
macro_bank_euro_interest_rate,
|
|
4767
5258
|
macro_bank_india_interest_rate,
|
|
@@ -4778,6 +5269,12 @@ from akshare.economic.macro_bank import (
|
|
|
4778
5269
|
from akshare.index.index_yw import index_yw
|
|
4779
5270
|
|
|
4780
5271
|
"""
|
|
5272
|
+
|
|
5273
|
+
股票指数-股票指数-中证指数列表
|
|
5274
|
+
"""
|
|
5275
|
+
from akshare.index.index_csindex import index_csindex_all
|
|
5276
|
+
"""
|
|
5277
|
+
|
|
4781
5278
|
股票指数-股票指数-成份股
|
|
4782
5279
|
"""
|
|
4783
5280
|
from akshare.index.index_cons import (
|
|
@@ -4885,11 +5382,6 @@ from akshare.fund.fund_amac import (
|
|
|
4885
5382
|
amac_person_bond_org_list,
|
|
4886
5383
|
)
|
|
4887
5384
|
|
|
4888
|
-
"""
|
|
4889
|
-
世界五百强公司排名接口
|
|
4890
|
-
"""
|
|
4891
|
-
from akshare.fortune.fortune_500 import fortune_rank, fortune_rank_eng
|
|
4892
|
-
|
|
4893
5385
|
"""
|
|
4894
5386
|
申万行业一级
|
|
4895
5387
|
"""
|
|
@@ -4905,20 +5397,6 @@ from akshare.index.index_sw import (
|
|
|
4905
5397
|
"""
|
|
4906
5398
|
from akshare.article.epu_index import article_epu_index
|
|
4907
5399
|
|
|
4908
|
-
"""
|
|
4909
|
-
南华期货-南华指数
|
|
4910
|
-
"""
|
|
4911
|
-
from akshare.futures_derivative.futures_index_return_nh import (
|
|
4912
|
-
futures_return_index_nh,
|
|
4913
|
-
)
|
|
4914
|
-
from akshare.futures_derivative.futures_index_price_nh import (
|
|
4915
|
-
futures_price_index_nh,
|
|
4916
|
-
futures_index_symbol_table_nh,
|
|
4917
|
-
)
|
|
4918
|
-
from akshare.futures_derivative.futures_index_volatility_nh import (
|
|
4919
|
-
futures_volatility_index_nh,
|
|
4920
|
-
)
|
|
4921
|
-
|
|
4922
5400
|
"""
|
|
4923
5401
|
空气-河北
|
|
4924
5402
|
"""
|
|
@@ -5189,14 +5667,6 @@ from akshare.economic.macro_china_nbs import (
|
|
|
5189
5667
|
macro_china_nbs_region
|
|
5190
5668
|
)
|
|
5191
5669
|
|
|
5192
|
-
"""
|
|
5193
|
-
全球期货
|
|
5194
|
-
"""
|
|
5195
|
-
from akshare.futures.futures_international import (
|
|
5196
|
-
futures_global_commodity_hist,
|
|
5197
|
-
futures_global_commodity_name_url_map,
|
|
5198
|
-
)
|
|
5199
|
-
|
|
5200
5670
|
"""
|
|
5201
5671
|
外汇
|
|
5202
5672
|
"""
|
|
@@ -5215,28 +5685,12 @@ from akshare.bond.bond_china import (
|
|
|
5215
5685
|
商品期权
|
|
5216
5686
|
"""
|
|
5217
5687
|
from akshare.option.option_commodity import (
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
|
|
5225
|
-
"""
|
|
5226
|
-
英为财情-债券
|
|
5227
|
-
"""
|
|
5228
|
-
from akshare.bond.bond_investing import (
|
|
5229
|
-
bond_investing_global,
|
|
5230
|
-
bond_investing_global_country_name_url,
|
|
5231
|
-
)
|
|
5232
|
-
|
|
5233
|
-
"""
|
|
5234
|
-
英为财情-指数
|
|
5235
|
-
"""
|
|
5236
|
-
from akshare.index.index_investing import (
|
|
5237
|
-
index_investing_global,
|
|
5238
|
-
index_investing_global_area_index_name_code,
|
|
5239
|
-
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,
|
|
5240
5694
|
)
|
|
5241
5695
|
|
|
5242
5696
|
"""
|
|
@@ -5293,7 +5747,7 @@ from akshare.futures.cot import (
|
|
|
5293
5747
|
get_rank_sum_daily,
|
|
5294
5748
|
get_rank_sum,
|
|
5295
5749
|
get_shfe_rank_table,
|
|
5296
|
-
|
|
5750
|
+
get_rank_table_czce,
|
|
5297
5751
|
get_dce_rank_table,
|
|
5298
5752
|
get_cffex_rank_table,
|
|
5299
5753
|
futures_dce_position_rank,
|
|
@@ -5339,6 +5793,18 @@ from akshare.fund.fund_xq import (
|
|
|
5339
5793
|
fund_individual_detail_hold_xq,
|
|
5340
5794
|
)
|
|
5341
5795
|
|
|
5796
|
+
"""
|
|
5797
|
+
异常处理模块
|
|
5798
|
+
"""
|
|
5799
|
+
from .exceptions import (
|
|
5800
|
+
AkshareException,
|
|
5801
|
+
APIError,
|
|
5802
|
+
DataParsingError,
|
|
5803
|
+
InvalidParameterError,
|
|
5804
|
+
NetworkError,
|
|
5805
|
+
RateLimitError,
|
|
5806
|
+
)
|
|
5807
|
+
|
|
5342
5808
|
"""
|
|
5343
5809
|
Pro API 设置
|
|
5344
5810
|
"""
|