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