akshare 1.12.99__py3-none-any.whl → 1.15.72__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of akshare might be problematic. Click here for more details.
- akshare/__init__.py +441 -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.72.dist-info}/METADATA +52 -69
- akshare-1.15.72.dist-info/RECORD +385 -0
- {akshare-1.12.99.dist-info → akshare-1.15.72.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.72.dist-info}/LICENSE +0 -0
- {akshare-1.12.99.dist-info → akshare-1.15.72.dist-info}/top_level.txt +0 -0
akshare/__init__.py
CHANGED
|
@@ -2712,9 +2712,279 @@ 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
|
+
"""
|
|
2986
|
+
|
|
2987
|
+
__version__ = "1.15.72"
|
|
2718
2988
|
__author__ = "AKFamily"
|
|
2719
2989
|
|
|
2720
2990
|
import sys
|
|
@@ -2726,7 +2996,7 @@ pd_main_version = int(pd.__version__.split('.')[0])
|
|
|
2726
2996
|
|
|
2727
2997
|
if pd_main_version < 2:
|
|
2728
2998
|
warnings.warn(
|
|
2729
|
-
"为了支持更多特性,请将 Pandas 升级到 2.
|
|
2999
|
+
"为了支持更多特性,请将 Pandas 升级到 2.2.0 及以上版本!"
|
|
2730
3000
|
)
|
|
2731
3001
|
|
|
2732
3002
|
if sys.version_info < (3, 9):
|
|
@@ -2736,6 +3006,105 @@ if sys.version_info < (3, 9):
|
|
|
2736
3006
|
|
|
2737
3007
|
del sys
|
|
2738
3008
|
|
|
3009
|
+
"""
|
|
3010
|
+
巨潮资讯-数据中心-专题统计-股东股本-股本变动
|
|
3011
|
+
"""
|
|
3012
|
+
from akshare.stock.stock_hold_control_cninfo import stock_hold_change_cninfo
|
|
3013
|
+
|
|
3014
|
+
"""
|
|
3015
|
+
基金费率
|
|
3016
|
+
"""
|
|
3017
|
+
from akshare.fund.fund_fee_em import fund_fee_em
|
|
3018
|
+
|
|
3019
|
+
"""
|
|
3020
|
+
东方财富网-数据中心-估值分析-每日互动-每日互动-估值分析
|
|
3021
|
+
"""
|
|
3022
|
+
from akshare.stock_feature.stock_value_em import stock_value_em
|
|
3023
|
+
|
|
3024
|
+
"""
|
|
3025
|
+
已实现波动率
|
|
3026
|
+
"""
|
|
3027
|
+
from akshare.cal.rv import volatility_yz_rv, rv_from_futures_zh_minute_sina, rv_from_stock_zh_a_hist_min_em
|
|
3028
|
+
|
|
3029
|
+
"""
|
|
3030
|
+
QDII
|
|
3031
|
+
"""
|
|
3032
|
+
from akshare.qdii.qdii_jsl import qdii_a_index_jsl, qdii_e_index_jsl, qdii_e_comm_jsl
|
|
3033
|
+
|
|
3034
|
+
"""
|
|
3035
|
+
财新网-财新数据通
|
|
3036
|
+
"""
|
|
3037
|
+
from akshare.stock.stock_news_cx import stock_news_main_cx
|
|
3038
|
+
|
|
3039
|
+
"""
|
|
3040
|
+
搜猪-生猪大数据-各省均价实时排行榜
|
|
3041
|
+
"""
|
|
3042
|
+
from akshare.spot.spot_hog_soozhu import (
|
|
3043
|
+
spot_hog_soozhu,
|
|
3044
|
+
spot_hog_year_trend_soozhu,
|
|
3045
|
+
spot_hog_lean_price_soozhu,
|
|
3046
|
+
spot_hog_three_way_soozhu,
|
|
3047
|
+
spot_hog_crossbred_soozhu,
|
|
3048
|
+
spot_corn_price_soozhu,
|
|
3049
|
+
spot_soybean_price_soozhu,
|
|
3050
|
+
spot_mixed_feed_soozhu,
|
|
3051
|
+
)
|
|
3052
|
+
|
|
3053
|
+
"""
|
|
3054
|
+
知名港股
|
|
3055
|
+
"""
|
|
3056
|
+
from akshare.stock.stock_hk_famous import stock_hk_famous_spot_em
|
|
3057
|
+
|
|
3058
|
+
"""
|
|
3059
|
+
同花顺-数据中心-宏观数据-股票筹资
|
|
3060
|
+
"""
|
|
3061
|
+
from akshare.economic.macro_finance_ths import macro_stock_finance, macro_rmb_loan, macro_rmb_deposit
|
|
3062
|
+
|
|
3063
|
+
"""
|
|
3064
|
+
富途牛牛-主题投资-概念板块-成分股
|
|
3065
|
+
"""
|
|
3066
|
+
from akshare.stock_feature.stock_concept_futu import stock_concept_cons_futu
|
|
3067
|
+
|
|
3068
|
+
"""
|
|
3069
|
+
商品期权手续费
|
|
3070
|
+
"""
|
|
3071
|
+
from akshare.option.option_comm_qihuo import option_comm_info, option_comm_symbol
|
|
3072
|
+
|
|
3073
|
+
"""
|
|
3074
|
+
上海证券交易所-产品-股票期权-每日统计
|
|
3075
|
+
"""
|
|
3076
|
+
from akshare.option.option_daily_stats_sse_szse import option_daily_stats_sse, option_daily_stats_szse
|
|
3077
|
+
|
|
3078
|
+
"""
|
|
3079
|
+
同花顺理财-基金数据-每日净值-ETF
|
|
3080
|
+
"""
|
|
3081
|
+
from akshare.fund.fund_etf_ths import fund_etf_spot_ths
|
|
3082
|
+
|
|
3083
|
+
"""
|
|
3084
|
+
东方财富网-数据中心-融资融券-融资融券账户统计-两融账户信息
|
|
3085
|
+
"""
|
|
3086
|
+
from akshare.stock_feature.stock_margin_em import stock_margin_account_info
|
|
3087
|
+
|
|
3088
|
+
"""
|
|
3089
|
+
现货走势
|
|
3090
|
+
"""
|
|
3091
|
+
from akshare.spot.spot_price_qh import spot_price_qh, spot_price_table_qh
|
|
3092
|
+
|
|
3093
|
+
"""
|
|
3094
|
+
华尔街见闻-日历-宏观
|
|
3095
|
+
"""
|
|
3096
|
+
from akshare.economic.macro_info_ws import macro_info_ws
|
|
3097
|
+
|
|
3098
|
+
"""
|
|
3099
|
+
数库-A股新闻情绪指数
|
|
3100
|
+
"""
|
|
3101
|
+
from akshare.index.index_zh_a_scope import index_news_sentiment_scope
|
|
3102
|
+
|
|
3103
|
+
"""
|
|
3104
|
+
申万宏源研究-申万指数-指数发布-基金指数-实时行情
|
|
3105
|
+
"""
|
|
3106
|
+
from akshare.index.index_research_fund_sw import index_hist_fund_sw, index_realtime_fund_sw
|
|
3107
|
+
|
|
2739
3108
|
"""
|
|
2740
3109
|
东方财富-财经早餐
|
|
2741
3110
|
"""
|
|
@@ -2745,7 +3114,8 @@ from akshare.stock_feature.stock_info import (
|
|
|
2745
3114
|
stock_info_global_ths,
|
|
2746
3115
|
stock_info_global_futu,
|
|
2747
3116
|
stock_info_global_sina,
|
|
2748
|
-
stock_info_global_cls
|
|
3117
|
+
stock_info_global_cls,
|
|
3118
|
+
stock_info_broker_sina,
|
|
2749
3119
|
)
|
|
2750
3120
|
|
|
2751
3121
|
"""
|
|
@@ -2808,11 +3178,6 @@ from akshare.stock_feature.stock_hist_tx import stock_zh_a_hist_tx
|
|
|
2808
3178
|
"""
|
|
2809
3179
|
from akshare.stock_feature.stock_cyq_em import stock_cyq_em
|
|
2810
3180
|
|
|
2811
|
-
"""
|
|
2812
|
-
funddb-工具-估值情绪-恐贪指数
|
|
2813
|
-
"""
|
|
2814
|
-
from akshare.index.index_fear_greed_funddb import index_fear_greed_funddb
|
|
2815
|
-
|
|
2816
3181
|
"""
|
|
2817
3182
|
东财财富-分时数据
|
|
2818
3183
|
"""
|
|
@@ -2886,7 +3251,13 @@ from akshare.fund.fund_announcement import fund_announcement_personnel_em
|
|
|
2886
3251
|
"""
|
|
2887
3252
|
新浪财经-ESG评级中心
|
|
2888
3253
|
"""
|
|
2889
|
-
from akshare.stock_feature.stock_esg_sina import
|
|
3254
|
+
from akshare.stock_feature.stock_esg_sina import (
|
|
3255
|
+
stock_esg_msci_sina,
|
|
3256
|
+
stock_esg_rft_sina,
|
|
3257
|
+
stock_esg_rate_sina,
|
|
3258
|
+
stock_esg_zd_sina,
|
|
3259
|
+
stock_esg_hz_sina,
|
|
3260
|
+
)
|
|
2890
3261
|
|
|
2891
3262
|
"""
|
|
2892
3263
|
LOF 行情数据
|
|
@@ -2905,6 +3276,8 @@ from akshare.stock_fundamental.stock_finance_ths import (
|
|
|
2905
3276
|
stock_financial_debt_ths,
|
|
2906
3277
|
stock_financial_benefit_ths,
|
|
2907
3278
|
stock_financial_cash_ths,
|
|
3279
|
+
stock_management_change_ths,
|
|
3280
|
+
stock_shareholder_change_ths,
|
|
2908
3281
|
)
|
|
2909
3282
|
|
|
2910
3283
|
"""
|
|
@@ -3021,7 +3394,7 @@ from akshare.bond.bond_info_cm import (
|
|
|
3021
3394
|
"""
|
|
3022
3395
|
申万宏源研究-指数系列
|
|
3023
3396
|
"""
|
|
3024
|
-
from akshare.index.
|
|
3397
|
+
from akshare.index.index_research_sw import (
|
|
3025
3398
|
index_realtime_sw,
|
|
3026
3399
|
index_hist_sw,
|
|
3027
3400
|
index_component_sw,
|
|
@@ -3040,6 +3413,20 @@ from akshare.index.index_option_qvix import (
|
|
|
3040
3413
|
index_option_300etf_min_qvix,
|
|
3041
3414
|
index_option_300etf_qvix,
|
|
3042
3415
|
index_option_50etf_min_qvix,
|
|
3416
|
+
index_option_1000index_min_qvix,
|
|
3417
|
+
index_option_1000index_qvix,
|
|
3418
|
+
index_option_100etf_min_qvix,
|
|
3419
|
+
index_option_100etf_qvix,
|
|
3420
|
+
index_option_300index_min_qvix,
|
|
3421
|
+
index_option_300index_qvix,
|
|
3422
|
+
index_option_500etf_min_qvix,
|
|
3423
|
+
index_option_500etf_qvix,
|
|
3424
|
+
index_option_50index_min_qvix,
|
|
3425
|
+
index_option_50index_qvix,
|
|
3426
|
+
index_option_cyb_min_qvix,
|
|
3427
|
+
index_option_cyb_qvix,
|
|
3428
|
+
index_option_kcb_min_qvix,
|
|
3429
|
+
index_option_kcb_qvix,
|
|
3043
3430
|
)
|
|
3044
3431
|
|
|
3045
3432
|
"""
|
|
@@ -3057,11 +3444,6 @@ from akshare.stock_feature.stock_buffett_index_lg import stock_buffett_index_lg
|
|
|
3057
3444
|
"""
|
|
3058
3445
|
from akshare.stock.stock_hot_search_baidu import stock_hot_search_baidu
|
|
3059
3446
|
|
|
3060
|
-
"""
|
|
3061
|
-
百度股市通-期货-新闻
|
|
3062
|
-
"""
|
|
3063
|
-
from akshare.futures.futures_news_baidu import futures_news_baidu
|
|
3064
|
-
|
|
3065
3447
|
"""
|
|
3066
3448
|
百度股市通- A 股或指数-股评-投票
|
|
3067
3449
|
"""
|
|
@@ -3176,17 +3558,6 @@ from akshare.stock_feature.stock_hot_xq import (
|
|
|
3176
3558
|
stock_hot_tweet_xq,
|
|
3177
3559
|
)
|
|
3178
3560
|
|
|
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
3561
|
"""
|
|
3191
3562
|
东方财富-股票数据-龙虎榜
|
|
3192
3563
|
"""
|
|
@@ -3234,11 +3605,6 @@ from akshare.stock.stock_hk_hot_rank_em import (
|
|
|
3234
3605
|
stock_hk_hot_rank_em,
|
|
3235
3606
|
)
|
|
3236
3607
|
|
|
3237
|
-
"""
|
|
3238
|
-
冬奥会历届奖牌榜
|
|
3239
|
-
"""
|
|
3240
|
-
from akshare.sport.sport_olympic_winter import sport_olympic_winter_hist
|
|
3241
|
-
|
|
3242
3608
|
"""
|
|
3243
3609
|
财新指数
|
|
3244
3610
|
"""
|
|
@@ -3258,6 +3624,10 @@ from akshare.index.index_cx import (
|
|
|
3258
3624
|
index_neaw_cx,
|
|
3259
3625
|
index_nei_cx,
|
|
3260
3626
|
index_ti_cx,
|
|
3627
|
+
index_ai_cx,
|
|
3628
|
+
index_neei_cx,
|
|
3629
|
+
index_bei_cx,
|
|
3630
|
+
index_qli_cx,
|
|
3261
3631
|
)
|
|
3262
3632
|
|
|
3263
3633
|
"""
|
|
@@ -3322,6 +3692,7 @@ from akshare.spot.spot_sge import (
|
|
|
3322
3692
|
spot_symbol_table_sge,
|
|
3323
3693
|
spot_silver_benchmark_sge,
|
|
3324
3694
|
spot_golden_benchmark_sge,
|
|
3695
|
+
spot_quotations_sge,
|
|
3325
3696
|
)
|
|
3326
3697
|
|
|
3327
3698
|
"""
|
|
@@ -3392,14 +3763,6 @@ from akshare.stock_feature.stock_hsgt_em import (
|
|
|
3392
3763
|
stock_hsgt_fund_flow_summary_em,
|
|
3393
3764
|
)
|
|
3394
3765
|
|
|
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
3766
|
"""
|
|
3404
3767
|
基金规模
|
|
3405
3768
|
"""
|
|
@@ -3459,6 +3822,7 @@ from akshare.stock.stock_zh_b_sina import (
|
|
|
3459
3822
|
期货手续费
|
|
3460
3823
|
"""
|
|
3461
3824
|
from akshare.futures.futures_comm_qihuo import futures_comm_info
|
|
3825
|
+
from akshare.futures.futures_comm_ctp import futures_fees_info
|
|
3462
3826
|
|
|
3463
3827
|
"""
|
|
3464
3828
|
实际控制人持股变动
|
|
@@ -3585,7 +3949,7 @@ from akshare.economic.macro_australia import (
|
|
|
3585
3949
|
"""
|
|
3586
3950
|
融资融券-深圳
|
|
3587
3951
|
"""
|
|
3588
|
-
from akshare.stock_feature.
|
|
3952
|
+
from akshare.stock_feature.stock_margin_szse import (
|
|
3589
3953
|
stock_margin_underlying_info_szse,
|
|
3590
3954
|
stock_margin_detail_szse,
|
|
3591
3955
|
stock_margin_szse,
|
|
@@ -3763,12 +4127,20 @@ from akshare.stock_feature.stock_zf_pg import stock_qbzf_em, stock_pg_em
|
|
|
3763
4127
|
"""
|
|
3764
4128
|
汽车销量
|
|
3765
4129
|
"""
|
|
3766
|
-
from akshare.other.
|
|
4130
|
+
from akshare.other.other_car_gasgoo import car_sale_rank_gasgoo
|
|
4131
|
+
from akshare.other.other_car_cpca import (
|
|
4132
|
+
car_market_cate_cpca,
|
|
4133
|
+
car_market_fuel_cpca,
|
|
4134
|
+
car_market_segment_cpca,
|
|
4135
|
+
car_market_country_cpca,
|
|
4136
|
+
car_market_man_rank_cpca,
|
|
4137
|
+
car_market_total_cpca,
|
|
4138
|
+
)
|
|
3767
4139
|
|
|
3768
4140
|
"""
|
|
3769
4141
|
中国公路物流运价、运量指数
|
|
3770
4142
|
"""
|
|
3771
|
-
from akshare.index.index_cflp import
|
|
4143
|
+
from akshare.index.index_cflp import index_price_cflp, index_volume_cflp
|
|
3772
4144
|
|
|
3773
4145
|
"""
|
|
3774
4146
|
赚钱效应分析
|
|
@@ -3845,6 +4217,7 @@ from akshare.stock_fundamental.stock_ipo_declare import stock_ipo_declare
|
|
|
3845
4217
|
"""
|
|
3846
4218
|
from akshare.stock_feature.stock_report_em import (
|
|
3847
4219
|
stock_zcfz_em,
|
|
4220
|
+
stock_zcfz_bj_em,
|
|
3848
4221
|
stock_lrb_em,
|
|
3849
4222
|
stock_xjll_em,
|
|
3850
4223
|
)
|
|
@@ -3858,23 +4231,11 @@ from akshare.stock_feature.stock_yjbb_em import stock_yjbb_em
|
|
|
3858
4231
|
同花顺-行业板块
|
|
3859
4232
|
"""
|
|
3860
4233
|
from akshare.stock_feature.stock_board_industry_ths import (
|
|
3861
|
-
stock_board_industry_cons_ths,
|
|
3862
4234
|
stock_board_industry_name_ths,
|
|
3863
4235
|
stock_board_industry_info_ths,
|
|
3864
4236
|
stock_board_industry_index_ths,
|
|
3865
4237
|
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,
|
|
4238
|
+
stock_xgsr_ths,
|
|
3878
4239
|
)
|
|
3879
4240
|
|
|
3880
4241
|
"""
|
|
@@ -3912,7 +4273,7 @@ from akshare.fund.fund_rating import (
|
|
|
3912
4273
|
"""
|
|
3913
4274
|
融资融券数据
|
|
3914
4275
|
"""
|
|
3915
|
-
from akshare.stock_feature.
|
|
4276
|
+
from akshare.stock_feature.stock_margin_sse import (
|
|
3916
4277
|
stock_margin_detail_sse,
|
|
3917
4278
|
stock_margin_sse,
|
|
3918
4279
|
stock_margin_ratio_pa,
|
|
@@ -4029,14 +4390,6 @@ from akshare.fund.fund_rank_em import (
|
|
|
4029
4390
|
fund_lcx_rank_em,
|
|
4030
4391
|
)
|
|
4031
4392
|
|
|
4032
|
-
"""
|
|
4033
|
-
英为财情-加密货币
|
|
4034
|
-
"""
|
|
4035
|
-
from akshare.crypto.crypto_hist_investing import (
|
|
4036
|
-
crypto_hist,
|
|
4037
|
-
crypto_name_url_table,
|
|
4038
|
-
)
|
|
4039
|
-
|
|
4040
4393
|
"""
|
|
4041
4394
|
电影票房
|
|
4042
4395
|
"""
|
|
@@ -4072,11 +4425,6 @@ COMEX黄金-白银库存
|
|
|
4072
4425
|
"""
|
|
4073
4426
|
from akshare.futures.futures_comex_em import futures_comex_inventory
|
|
4074
4427
|
|
|
4075
|
-
"""
|
|
4076
|
-
国债期货可交割券相关指标
|
|
4077
|
-
"""
|
|
4078
|
-
from akshare.bond.bond_futures import bond_futures_deliverable_coupons
|
|
4079
|
-
|
|
4080
4428
|
"""
|
|
4081
4429
|
A 股-特别标的
|
|
4082
4430
|
"""
|
|
@@ -4090,10 +4438,13 @@ from akshare.stock.stock_zh_a_special import (
|
|
|
4090
4438
|
"""
|
|
4091
4439
|
东方财富-注册制审核
|
|
4092
4440
|
"""
|
|
4093
|
-
from akshare.stock_fundamental.
|
|
4441
|
+
from akshare.stock_fundamental.stock_register_em import (
|
|
4094
4442
|
stock_register_kcb,
|
|
4095
4443
|
stock_register_cyb,
|
|
4444
|
+
stock_register_bj,
|
|
4096
4445
|
stock_register_db,
|
|
4446
|
+
stock_register_sh,
|
|
4447
|
+
stock_register_sz
|
|
4097
4448
|
)
|
|
4098
4449
|
|
|
4099
4450
|
"""
|
|
@@ -4146,6 +4497,7 @@ from akshare.stock_feature.stock_yjyg_cninfo import stock_report_disclosure
|
|
|
4146
4497
|
from akshare.fund.fund_etf_sina import (
|
|
4147
4498
|
fund_etf_hist_sina,
|
|
4148
4499
|
fund_etf_category_sina,
|
|
4500
|
+
fund_etf_dividend_sina,
|
|
4149
4501
|
)
|
|
4150
4502
|
|
|
4151
4503
|
"""
|
|
@@ -4290,6 +4642,7 @@ from akshare.stock.stock_fund_em import (
|
|
|
4290
4642
|
stock_sector_fund_flow_summary,
|
|
4291
4643
|
stock_sector_fund_flow_hist,
|
|
4292
4644
|
stock_concept_fund_flow_hist,
|
|
4645
|
+
stock_main_fund_flow,
|
|
4293
4646
|
)
|
|
4294
4647
|
|
|
4295
4648
|
"""
|
|
@@ -4365,12 +4718,6 @@ stock-em-hsgt
|
|
|
4365
4718
|
"""
|
|
4366
4719
|
from akshare.stock_feature.stock_hsgt_em import (
|
|
4367
4720
|
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
4721
|
stock_hsgt_hold_stock_em,
|
|
4375
4722
|
stock_hsgt_hist_em,
|
|
4376
4723
|
stock_hsgt_institution_statistics_em,
|
|
@@ -4507,8 +4854,6 @@ from akshare.event.migration import (
|
|
|
4507
4854
|
英为财情-外汇-货币对历史数据
|
|
4508
4855
|
"""
|
|
4509
4856
|
from akshare.fx.currency_investing import (
|
|
4510
|
-
currency_hist,
|
|
4511
|
-
currency_name_code,
|
|
4512
4857
|
currency_pair_map,
|
|
4513
4858
|
)
|
|
4514
4859
|
|
|
@@ -4556,6 +4901,7 @@ from akshare.economic.macro_bank import (
|
|
|
4556
4901
|
macro_bank_australia_interest_rate,
|
|
4557
4902
|
macro_bank_brazil_interest_rate,
|
|
4558
4903
|
macro_bank_brazil_interest_rate,
|
|
4904
|
+
macro_bank_china_interest_rate,
|
|
4559
4905
|
macro_bank_english_interest_rate,
|
|
4560
4906
|
macro_bank_euro_interest_rate,
|
|
4561
4907
|
macro_bank_india_interest_rate,
|
|
@@ -4624,15 +4970,6 @@ from akshare.stock_feature.stock_jgdy_em import (
|
|
|
4624
4970
|
stock_jgdy_detail_em,
|
|
4625
4971
|
)
|
|
4626
4972
|
|
|
4627
|
-
"""
|
|
4628
|
-
IT桔子
|
|
4629
|
-
"""
|
|
4630
|
-
from akshare.fortune.fortune_it_juzi import (
|
|
4631
|
-
death_company,
|
|
4632
|
-
maxima_company,
|
|
4633
|
-
nicorn_company,
|
|
4634
|
-
)
|
|
4635
|
-
|
|
4636
4973
|
"""
|
|
4637
4974
|
新浪主力连续接口
|
|
4638
4975
|
"""
|
|
@@ -4688,11 +5025,6 @@ from akshare.fund.fund_amac import (
|
|
|
4688
5025
|
amac_person_bond_org_list,
|
|
4689
5026
|
)
|
|
4690
5027
|
|
|
4691
|
-
"""
|
|
4692
|
-
世界五百强公司排名接口
|
|
4693
|
-
"""
|
|
4694
|
-
from akshare.fortune.fortune_500 import fortune_rank, fortune_rank_eng
|
|
4695
|
-
|
|
4696
5028
|
"""
|
|
4697
5029
|
申万行业一级
|
|
4698
5030
|
"""
|
|
@@ -4708,20 +5040,6 @@ from akshare.index.index_sw import (
|
|
|
4708
5040
|
"""
|
|
4709
5041
|
from akshare.article.epu_index import article_epu_index
|
|
4710
5042
|
|
|
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
5043
|
"""
|
|
4726
5044
|
空气-河北
|
|
4727
5045
|
"""
|
|
@@ -4835,10 +5153,7 @@ from akshare.stock.stock_hk_sina import stock_hk_daily, stock_hk_spot
|
|
|
4835
5153
|
"""
|
|
4836
5154
|
生意社-商品与期货-现期图数据
|
|
4837
5155
|
"""
|
|
4838
|
-
from akshare.futures_derivative.futures_spot_sys import
|
|
4839
|
-
futures_spot_sys,
|
|
4840
|
-
__get_sys_spot_futures_dict,
|
|
4841
|
-
)
|
|
5156
|
+
from akshare.futures_derivative.futures_spot_sys import futures_spot_sys
|
|
4842
5157
|
|
|
4843
5158
|
"""
|
|
4844
5159
|
全球宏观-机构宏观
|
|
@@ -4900,6 +5215,7 @@ from akshare.economic.macro_usa import (
|
|
|
4900
5215
|
macro_usa_cftc_c_holding,
|
|
4901
5216
|
macro_usa_cftc_merchant_currency_holding,
|
|
4902
5217
|
macro_usa_cftc_merchant_goods_holding,
|
|
5218
|
+
macro_usa_cme_merchant_goods_holding,
|
|
4903
5219
|
macro_usa_phs,
|
|
4904
5220
|
)
|
|
4905
5221
|
|
|
@@ -4994,14 +5310,6 @@ from akshare.economic.macro_china_nbs import (
|
|
|
4994
5310
|
macro_china_nbs_region
|
|
4995
5311
|
)
|
|
4996
5312
|
|
|
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
5313
|
"""
|
|
5006
5314
|
外汇
|
|
5007
5315
|
"""
|
|
@@ -5027,23 +5335,6 @@ from akshare.option.option_commodity import (
|
|
|
5027
5335
|
option_gfex_daily,
|
|
5028
5336
|
)
|
|
5029
5337
|
|
|
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
5338
|
"""
|
|
5048
5339
|
99期货-期货库存数据
|
|
5049
5340
|
"""
|
|
@@ -5125,7 +5416,6 @@ from akshare.futures.futures_roll_yield import (
|
|
|
5125
5416
|
from akshare.futures.futures_daily_bar import (
|
|
5126
5417
|
get_cffex_daily,
|
|
5127
5418
|
get_czce_daily,
|
|
5128
|
-
get_shfe_v_wap,
|
|
5129
5419
|
get_shfe_daily,
|
|
5130
5420
|
get_dce_daily,
|
|
5131
5421
|
get_futures_daily,
|
|
@@ -5142,6 +5432,19 @@ from akshare.fund.fund_xq import (
|
|
|
5142
5432
|
fund_individual_analysis_xq,
|
|
5143
5433
|
fund_individual_profit_probability_xq,
|
|
5144
5434
|
fund_individual_detail_info_xq,
|
|
5435
|
+
fund_individual_detail_hold_xq,
|
|
5436
|
+
)
|
|
5437
|
+
|
|
5438
|
+
"""
|
|
5439
|
+
异常处理模块
|
|
5440
|
+
"""
|
|
5441
|
+
from .exceptions import (
|
|
5442
|
+
AkshareException,
|
|
5443
|
+
APIError,
|
|
5444
|
+
DataParsingError,
|
|
5445
|
+
InvalidParameterError,
|
|
5446
|
+
NetworkError,
|
|
5447
|
+
RateLimitError,
|
|
5145
5448
|
)
|
|
5146
5449
|
|
|
5147
5450
|
"""
|