mns-common 1.5.0.1__tar.gz → 1.5.0.3__tar.gz
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 mns-common might be problematic. Click here for more details.
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/PKG-INFO +1 -1
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/akshare/k_line_api.py +19 -2
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/akshare/stock_bid_ask_api.py +10 -3
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/k_line/stock_k_line_data_api.py +2 -2
- mns_common-1.5.0.3/mns_common/api/xueqiu/xue_qiu_k_line_api.py +83 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common.egg-info/PKG-INFO +1 -1
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/setup.py +1 -1
- mns_common-1.5.0.1/mns_common/api/xueqiu/xue_qiu_k_line_api.py +0 -83
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/README.md +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/akshare/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/akshare/stock_dt_pool.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/akshare/stock_zb_pool.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/akshare/stock_zt_pool_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/akshare/yjyg_sync_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/concept/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/concept/em_concept_index_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/gd/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/gd/east_money_stock_gdfx_free_top_10_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/east_money_debt_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/east_money_etf_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/east_money_stock_a_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/east_money_stock_a_v2_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/east_money_stock_hk_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/east_money_stock_us_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/hk/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/hk/ths_hk_company_info_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/k_line/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/k_line/stock_minute_data_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/common/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/common/kpl_common_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/common/kpl_common_field_constant.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/concept/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/concept/kpl_concept_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/constant/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/constant/kpl_constant.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/industry/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/industry/kpl_industry_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/selection/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/selection/kpl_selection_plate_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/symbol/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/symbol/kpl_real_time_quotes_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/symbol/kpl_symbol_common_field_constant.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/symbol/symbol_his_quotes_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/msg/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/msg/push_msg_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/proxies/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/proxies/liu_guan_proxy_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/qmt/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/qmt/qmt_minunte_tick_data.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/big_deal/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/big_deal/ths_big_deal_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/company/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/company/ths_company_announce_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/company/ths_company_info_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/app/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/app/ths_concept_detail_app.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/app/ths_concept_index_app.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/web/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/web/ths_common_js_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/web/ths_company_info_web.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/web/ths_concept_detail_web.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/web/ths_concept_index_web.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/self_choose/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/self_choose/ths_self_choose_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/wen_cai/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/wen_cai/ths_wen_cai_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/zt/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/zt/ths_stock_zt_pool_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/zt/ths_stock_zt_pool_v2_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/us/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/us/ths_us_company_info_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/xueqiu/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/cache/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/cache/cache_service.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/classify/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/classify/symbol_classify_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/classify/symbol_classify_param.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/common_service_fun_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/company/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/company/company_common_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/company/company_common_service_new_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/concept/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/concept/kpl_concept_common_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/concept/ths_concept_common_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/cookie/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/cookie/cookie_enum.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/cookie/cookie_info_service.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/data/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/data/data_init_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/deal/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/deal/deal_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/deal/deal_service_v2_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/deal/terminal_enum.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/em/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/em/em_real_time_quotes_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/em/em_stock_info_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/exception/ExceptionMonitor.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/exception/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/hk/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/hk/company_hk_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/industry/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/industry/ths_industry_index_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/k_line/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/k_line/clean/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/k_line/clean/k_line_param.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/k_line/clean/sh_small_normal_zt_k_line_check_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/k_line/common/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/k_line/common/k_line_common_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/k_line/patterns/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/k_line/patterns/k_line_patterns_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/k_line/patterns/pattern_Enum.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/price/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/price/trade_price_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/proxies/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/proxies/proxy_common_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/qmt/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/qmt/qmt_buy_service.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/real_time/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/real_time/real_time_common_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/redis_msg/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/redis_msg/redis_msg_publish_service.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/self_choose/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/self_choose/black_list_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/self_choose/self_choose_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/task/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/task/real_time_data_sync_check.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/tfp/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/tfp/stock_tfp_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/trade_date/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/trade_date/trade_date_common_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/us/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/us/us_stock_etf_info_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/zt/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/zt/zt_common_service_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/constant/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/constant/black_list_classify_enum.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/constant/db_name_constant.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/constant/east_money_stock_api.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/constant/extra_income_db_name.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/constant/price_enum.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/constant/redis_msg_constant.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/constant/self_choose_constant.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/constant/strategy_classify.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/db/MongodbUtil.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/db/MongodbUtilLocal.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/db/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/db/v2/MongodbUtilV2.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/db/v2/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/utils/__init__.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/utils/async_fun.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/utils/cmd_util.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/utils/data_frame_util.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/utils/date_handle_util.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/utils/db_util.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/utils/file_util.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/utils/ip_util.py +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common.egg-info/SOURCES.txt +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common.egg-info/dependency_links.txt +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common.egg-info/top_level.txt +0 -0
- {mns_common-1.5.0.1 → mns_common-1.5.0.3}/setup.cfg +0 -0
|
@@ -18,6 +18,7 @@ def stock_zh_a_hist(
|
|
|
18
18
|
start_date: str = "19700101",
|
|
19
19
|
end_date: str = "22220101",
|
|
20
20
|
adjust: str = "",
|
|
21
|
+
proxies: str = None
|
|
21
22
|
) -> pd.DataFrame:
|
|
22
23
|
"""
|
|
23
24
|
东方财富网-行情首页-沪深京 A 股-每日行情
|
|
@@ -32,6 +33,9 @@ def stock_zh_a_hist(
|
|
|
32
33
|
:type end_date: str
|
|
33
34
|
:param adjust: choice of {"qfq": "前复权", "hfq": "后复权", "": "不复权"}
|
|
34
35
|
:type adjust: str
|
|
36
|
+
:param proxies: 代理ip
|
|
37
|
+
:type proxies: str
|
|
38
|
+
|
|
35
39
|
:return: 每日行情
|
|
36
40
|
:rtype: pandas.DataFrame
|
|
37
41
|
"""
|
|
@@ -53,7 +57,12 @@ def stock_zh_a_hist(
|
|
|
53
57
|
"end": "20500000",
|
|
54
58
|
"_": now_time,
|
|
55
59
|
}
|
|
56
|
-
|
|
60
|
+
|
|
61
|
+
if proxies is None:
|
|
62
|
+
r = requests.get(url, params=params)
|
|
63
|
+
else:
|
|
64
|
+
r = requests.get(url, params=params, proxies=proxies)
|
|
65
|
+
|
|
57
66
|
data_json = r.json()
|
|
58
67
|
temp_df = pd.DataFrame([item.split(",") for item in data_json["data"]["klines"]])
|
|
59
68
|
temp_df.columns = [
|
|
@@ -100,7 +109,15 @@ def stock_zh_a_hist(
|
|
|
100
109
|
return temp_df
|
|
101
110
|
|
|
102
111
|
|
|
112
|
+
import mns_common.component.proxies.proxy_common_api as proxy_common_api
|
|
113
|
+
|
|
103
114
|
if __name__ == '__main__':
|
|
104
115
|
while True:
|
|
105
|
-
|
|
116
|
+
proxy_ip = proxy_common_api.get_proxy_ip(5)
|
|
117
|
+
df = stock_zh_a_hist("0.000001",
|
|
118
|
+
'daily',
|
|
119
|
+
"19700101",
|
|
120
|
+
"22220101",
|
|
121
|
+
"",
|
|
122
|
+
proxy_ip)
|
|
106
123
|
print(df)
|
|
@@ -9,7 +9,7 @@ import pandas as pd
|
|
|
9
9
|
import requests
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
def stock_bid_ask_em(symbol: str = "000001") ->
|
|
12
|
+
def stock_bid_ask_em(symbol: str = "000001") -> pd.DataFrame:
|
|
13
13
|
"""
|
|
14
14
|
东方财富-行情报价
|
|
15
15
|
https://quote.eastmoney.com/sz000001.html
|
|
@@ -22,8 +22,15 @@ def stock_bid_ask_em(symbol: str = "000001") -> dict:
|
|
|
22
22
|
params = {
|
|
23
23
|
"fltt": "2",
|
|
24
24
|
"invt": "2",
|
|
25
|
-
"fields": "
|
|
26
|
-
|
|
25
|
+
"fields": "f120,f121,f122,f174,f175,f59,f163,f43,f57,f58,f169,f170,f46,f44,f51,"
|
|
26
|
+
"f168,f47,f164,f116,f60,f45,f52,f50,f48,f167,f117,f71,f161,f49,f530,"
|
|
27
|
+
"f135,f136,f137,f138,f139,f141,f142,f144,f145,f147,f148,f140,f143,f146,"
|
|
28
|
+
"f149,f55,f62,f162,f92,f173,f104,f105,f84,f85,f183,f184,f185,f186,f187,"
|
|
29
|
+
"f188,f189,f190,f191,f192,f107,f111,f86,f177,f78,f110,f262,f263,f264,f267,"
|
|
30
|
+
"f268,f255,f256,f257,f258,f127,f199,f128,f198,f259,f260,f261,f171,f277,f278,"
|
|
31
|
+
"f279,f288,f152,f250,f251,f252,f253,f254,f269,f270,f271,f272,f273,f274,f275,"
|
|
32
|
+
"f276,f265,f266,f289,f290,f286,f285,f292,f293,f294,f295",
|
|
33
|
+
|
|
27
34
|
"secid": symbol,
|
|
28
35
|
}
|
|
29
36
|
r = requests.get(url, params=params)
|
|
@@ -33,7 +33,7 @@ def stock_k_line_hist(
|
|
|
33
33
|
:type adjust: str
|
|
34
34
|
:param timeout: choice of None or a positive float number
|
|
35
35
|
:type timeout: float
|
|
36
|
-
|
|
36
|
+
:param proxies: 代理ip
|
|
37
37
|
:type proxies: str
|
|
38
38
|
|
|
39
39
|
:return: 每日行情
|
|
@@ -55,10 +55,10 @@ def stock_k_line_hist(
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
if proxies is None:
|
|
58
|
-
|
|
59
58
|
r = requests.get(url, params=params, timeout=timeout)
|
|
60
59
|
else:
|
|
61
60
|
r = requests.get(url, params=params, proxies=proxies, timeout=timeout)
|
|
61
|
+
|
|
62
62
|
data_json = r.json()
|
|
63
63
|
if not (data_json["data"] and data_json["data"]["klines"]):
|
|
64
64
|
return pd.DataFrame()
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import sys
|
|
2
|
+
import os
|
|
3
|
+
|
|
4
|
+
file_path = os.path.abspath(__file__)
|
|
5
|
+
end = file_path.index('mns') + 16
|
|
6
|
+
project_path = file_path[0:end]
|
|
7
|
+
sys.path.append(project_path)
|
|
8
|
+
import requests
|
|
9
|
+
import pandas as pd
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
# year 年
|
|
13
|
+
# quarter 季度
|
|
14
|
+
# month 月度
|
|
15
|
+
# week 周
|
|
16
|
+
# day 日
|
|
17
|
+
def get_xue_qiu_k_line(symbol, period, cookie, end_time, hq):
|
|
18
|
+
url = "https://stock.xueqiu.com/v5/stock/chart/kline.json"
|
|
19
|
+
|
|
20
|
+
params = {
|
|
21
|
+
"symbol": symbol,
|
|
22
|
+
"begin": end_time,
|
|
23
|
+
"period": period,
|
|
24
|
+
"type": hq,
|
|
25
|
+
"count": "-120084",
|
|
26
|
+
"indicator": "kline,pe,pb,ps,pcf,market_capital,agt,ggt,balance"
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
headers = {
|
|
30
|
+
"accept": "application/json, text/plain, */*",
|
|
31
|
+
"accept-language": "zh-CN,zh;q=0.9",
|
|
32
|
+
"origin": "https://xueqiu.com",
|
|
33
|
+
"priority": "u=1, i",
|
|
34
|
+
"referer": "https://xueqiu.com/S/SZ300879?md5__1038=n4%2BxgDniDQeWqxYwq0y%2BbDyG%2BYDtODuD7q%2BqRYID",
|
|
35
|
+
"sec-ch-ua": '"Chromium";v="134", "Not:A-Brand";v="24", "Google Chrome";v="134"',
|
|
36
|
+
"sec-ch-ua-mobile": "?0",
|
|
37
|
+
"sec-ch-ua-platform": '"Windows"',
|
|
38
|
+
"sec-fetch-dest": "empty",
|
|
39
|
+
"sec-fetch-mode": "cors",
|
|
40
|
+
"sec-fetch-site": "same-site",
|
|
41
|
+
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36",
|
|
42
|
+
"cookie": cookie
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
response = requests.get(
|
|
46
|
+
url=url,
|
|
47
|
+
params=params,
|
|
48
|
+
headers=headers
|
|
49
|
+
)
|
|
50
|
+
|
|
51
|
+
if response.status_code == 200:
|
|
52
|
+
response_data = response.json()
|
|
53
|
+
df = pd.DataFrame(
|
|
54
|
+
data=response_data['data']['item'],
|
|
55
|
+
columns=response_data['data']['column']
|
|
56
|
+
)
|
|
57
|
+
|
|
58
|
+
# 1. 转换为 datetime(自动处理毫秒级时间戳)
|
|
59
|
+
df["beijing_time"] = pd.to_datetime(df["timestamp"], unit="ms")
|
|
60
|
+
|
|
61
|
+
# 2. 设置 UTC 时区
|
|
62
|
+
df["beijing_time"] = df["beijing_time"].dt.tz_localize("UTC")
|
|
63
|
+
|
|
64
|
+
# 3. 转换为北京时间(UTC+8)
|
|
65
|
+
df["beijing_time"] = df["beijing_time"].dt.tz_convert("Asia/Shanghai")
|
|
66
|
+
|
|
67
|
+
# 4. 提取年月日(格式:YYYY-MM-DD)
|
|
68
|
+
df["str_day"] = df["beijing_time"].dt.strftime("%Y-%m-%d %H:%M:%S")
|
|
69
|
+
del df["beijing_time"]
|
|
70
|
+
|
|
71
|
+
return df
|
|
72
|
+
else:
|
|
73
|
+
# 直接抛出带有明确信息的异常
|
|
74
|
+
raise ValueError("调用雪球接口失败")
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
if __name__ == '__main__':
|
|
78
|
+
number = 1
|
|
79
|
+
cookies ='cookiesu=291756518429127; device_id=8c5eef4332e51dbcbcd92943b0dd91e4; s=bz17174k1c; xq_a_token=b9c7e702181cba3ed732d5019efe2dfe2fb054b0; xqat=b9c7e702181cba3ed732d5019efe2dfe2fb054b0; xq_r_token=c1edaf05e1c6fdf8122671eced8049e8df8a4290; xq_id_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJ1aWQiOi0xLCJpc3MiOiJ1YyIsImV4cCI6MTc2MTYxNDEwNywiY3RtIjoxNzU5OTc2NzUxOTI3LCJjaWQiOiJkOWQwbjRBWnVwIn0.JwQMnAT6E1lPSqfK-GnFpLNQz-Jr-xtZ6HoUfnCfeRTNKrDJqf0l5_iY7dhEo6A5m38MmXj0hgR-xYkzPm35fFcQCQnZ06dOK0XCP6AE9r5KVFd73GyqbXLijKDFPQVM0sPgbgCs9fTOmB7Nlju_7B_raPmZ8IIHzZRU6uSK9oXsrnwpo4TD0Mr2nMF3ktVwEQHdkZsjm9mdSZaT9fkDvayFKKmg_O-JbHDZ6mTF1i-zR6oH-5r3g6HJJU9-_NwzZMeBEVnLG8IWwO8_n9CWdpbqQ-qC-iue4yEHFdiTLBCRRgyFauVv0kJS1ZNKvvefxkETTVr-WgXobT82ED7ApA; u=291756518429127; Hm_lvt_1db88642e346389874251b5a1eded6e3=1759765103,1759808830,1759970243,1759976801; HMACCOUNT=4C4F802C04F4D70A; Hm_lpvt_1db88642e346389874251b5a1eded6e3=1759978805'
|
|
80
|
+
while True:
|
|
81
|
+
test_df = get_xue_qiu_k_line('SZ300188', '1m', cookies, '1760065317680', '')
|
|
82
|
+
print(number)
|
|
83
|
+
number = number + 1
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import sys
|
|
2
|
-
import os
|
|
3
|
-
|
|
4
|
-
file_path = os.path.abspath(__file__)
|
|
5
|
-
end = file_path.index('mns') + 16
|
|
6
|
-
project_path = file_path[0:end]
|
|
7
|
-
sys.path.append(project_path)
|
|
8
|
-
import requests
|
|
9
|
-
import pandas as pd
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
# year 年
|
|
13
|
-
# quarter 季度
|
|
14
|
-
# month 月度
|
|
15
|
-
# week 周
|
|
16
|
-
# day 日
|
|
17
|
-
def get_xue_qiu_k_line(symbol, period, cookie, end_time, hq):
|
|
18
|
-
url = "https://stock.xueqiu.com/v5/stock/chart/kline.json"
|
|
19
|
-
|
|
20
|
-
params = {
|
|
21
|
-
"symbol": symbol,
|
|
22
|
-
"begin": end_time,
|
|
23
|
-
"period": period,
|
|
24
|
-
"type": hq,
|
|
25
|
-
"count": "-120084",
|
|
26
|
-
"indicator": "kline,pe,pb,ps,pcf,market_capital,agt,ggt,balance"
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
headers = {
|
|
30
|
-
"accept": "application/json, text/plain, */*",
|
|
31
|
-
"accept-language": "zh-CN,zh;q=0.9",
|
|
32
|
-
"origin": "https://xueqiu.com",
|
|
33
|
-
"priority": "u=1, i",
|
|
34
|
-
"referer": "https://xueqiu.com/S/SZ300879?md5__1038=n4%2BxgDniDQeWqxYwq0y%2BbDyG%2BYDtODuD7q%2BqRYID",
|
|
35
|
-
"sec-ch-ua": '"Chromium";v="134", "Not:A-Brand";v="24", "Google Chrome";v="134"',
|
|
36
|
-
"sec-ch-ua-mobile": "?0",
|
|
37
|
-
"sec-ch-ua-platform": '"Windows"',
|
|
38
|
-
"sec-fetch-dest": "empty",
|
|
39
|
-
"sec-fetch-mode": "cors",
|
|
40
|
-
"sec-fetch-site": "same-site",
|
|
41
|
-
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36",
|
|
42
|
-
"cookie": cookie
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
response = requests.get(
|
|
46
|
-
url=url,
|
|
47
|
-
params=params,
|
|
48
|
-
headers=headers
|
|
49
|
-
)
|
|
50
|
-
|
|
51
|
-
if response.status_code == 200:
|
|
52
|
-
response_data = response.json()
|
|
53
|
-
df = pd.DataFrame(
|
|
54
|
-
data=response_data['data']['item'],
|
|
55
|
-
columns=response_data['data']['column']
|
|
56
|
-
)
|
|
57
|
-
|
|
58
|
-
# 1. 转换为 datetime(自动处理毫秒级时间戳)
|
|
59
|
-
df["beijing_time"] = pd.to_datetime(df["timestamp"], unit="ms")
|
|
60
|
-
|
|
61
|
-
# 2. 设置 UTC 时区
|
|
62
|
-
df["beijing_time"] = df["beijing_time"].dt.tz_localize("UTC")
|
|
63
|
-
|
|
64
|
-
# 3. 转换为北京时间(UTC+8)
|
|
65
|
-
df["beijing_time"] = df["beijing_time"].dt.tz_convert("Asia/Shanghai")
|
|
66
|
-
|
|
67
|
-
# 4. 提取年月日(格式:YYYY-MM-DD)
|
|
68
|
-
df["str_day"] = df["beijing_time"].dt.strftime("%Y-%m-%d %H:%M:%S")
|
|
69
|
-
del df["beijing_time"]
|
|
70
|
-
|
|
71
|
-
return df
|
|
72
|
-
else:
|
|
73
|
-
# 直接抛出带有明确信息的异常
|
|
74
|
-
raise ValueError("调用雪球接口失败")
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
if __name__ == '__main__':
|
|
78
|
-
number = 1
|
|
79
|
-
cookies ='cookiesu=431747207996803; device_id=e7bd664c2ad4091241066c3a2ddbd736; xq_is_login=1; u=9627701445; s=ck12tdw0na; bid=7a2d53b7ab3873ab7ec53349413f0a21_mb9aqxtx; xq_a_token=287767c9ca1fce01ce3022eceec5e0ce14f77840; xqat=287767c9ca1fce01ce3022eceec5e0ce14f77840; xq_id_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJ1aWQiOjk2Mjc3MDE0NDUsImlzcyI6InVjIiwiZXhwIjoxNzU0NzkxNTExLCJjdG0iOjE3NTIxOTk1MTE2OTYsImNpZCI6ImQ5ZDBuNEFadXAifQ.lAu_FRmvtIgHoK08PJo-a2RPBXiEd7mYp_Iw6S18CIciREuHnGsGkSRz64ZziGD4HRH3_tu8I24DZ1zFHTujFD2t6MBVVFGdN7JV6mhw0JJos2sgIAr6ykm3KJ9rNqiBeSQ1OGBm-5NC5kV3CJNZJj7YICJLJIjKx7940T1TFa3q5gxdDsg2UaRuWprW7cwLp3wtF7NUZ6Kv-OE9C-VaeNlosIFrs5fv1Egp5C5v4INGEK2WwKrhI7GBqfUvWSXXAw4Y-i1UiDVA2L1P_jJgLxvD-ObwgaB40H9hEXd9GpioObTeL1fVylZUpCBO3U03kMBoWj3IBIalEv4jwMIY7Q; xq_r_token=46ef264c7236f56849c570ed35df3f676411df2e; is_overseas=0; Hm_lvt_1db88642e346389874251b5a1eded6e3=1752678044,1752761137,1752849755,1752932654; Hm_lpvt_1db88642e346389874251b5a1eded6e3=1752932654; HMACCOUNT=16733F9B51C8BBB0; ssxmod_itna=QqjOAKYIwGkYDQG0bGCYG2DmxewDAo40QDXDUqAQtGgnDFqAPDODCOGKD5=RmIqg3qmrBG03oBpBqNDl6GeDZDGKQDqx0ob0/Gq4N5iWA0EjK5ooq4HvdmgeHpNQN4hg5yRbGkDunLTjGCFDrPjouxli4DHxi8DBIiAgPDx1PD5xDTDWeDGDD3HxGaDmeDe=SmD04v+83fC8o3D7eDXxGC7G4jDiPD72O4hxxvMRBviDDzijQeoWPtRDi3CF3w9+4KDiyDp4YvD7y3Dlcx+NQD0=zgij8ECq7nQOo6n40OD0IUwSYKnlOLv8brq=RrKd2dRD5mBDtODSotiADdgt=AO=YhsAxm0ha7Y32DY4ozOmmDDi2wIpebBpNmD4i+gOXl2EZcNbAiO0vh00e0mdReeEDYW2hKQbjmzlwGQmdfmGFhdm2qowa+I3YD; ssxmod_itna2=QqjOAKYIwGkYDQG0bGCYG2DmxewDAo40QDXDUqAQtGgnDFqAPDODCOGKD5=RmIqg3qmrBG03oBpBqoDi2MrbKDFr9xYbVhwDD/Uz1i4U0e+aSDYkhpYjW9qKmzrqfshLF9aysbTz/k/6oaPAxux6OB5Mxqt6owO3tH4q7IQEZhW/OH4b1gD3zgIBni8Q9ohL2EO0gBHiQSWHZxCdCp8NUc4HfF1B/r6olczq3PQeA3UttTkiGKLdv0Fzbj246aqovDwV1Dwfcgz1MB4iuF0koTRtFZieygxBSpOmM3vsY/xVnP2tbiPE=H2mHCQI8nKhY0IGhXQuAGrPQm8A9MW7iYKt3acIr63apIhU7e/+TPIKvewm8vOIB4iO+bqea5nWuYaFYKY35DtjmWU+Q0h+9nHW+dvO9BneZo2WR2UT6i5FIYxSF4W5h/DrEfpnpbNwp/PF5T4vfDc7bV8+9yHMOb=aC9Hke30+cOFF/Kwk658nPcfmbypO8IFhgg9Bsy+UDpqbTRAKHfPkaAkg3mHnbvocYm8ZFh5udkp+qypgqD2g750QV27Mx2Yq7nOedZ1Z5tI4mr08Co9CWq/ot4pWYG7mhj9OwetU+0f1yFU7O24ntCk8=xcw/3YpDepZmLcFQpfSSYDcI1nk31ook=QDYVeuQV8yUn5+EUCma11vKDoj54bRkgKaj+GBNDuXZx8wNGoCPfD4KAhjKXuCrdWazQaNBIehVazl5upQG3PG90hge7iP17Whoiqe4472KtaChYKKHbrCPa0AQG=ix0iKqqn8A+=b=NGWAPmDoDxqOrUeZ0Neeq2cAe5irbm=i/2q4D'
|
|
80
|
-
while True:
|
|
81
|
-
test_df = get_xue_qiu_k_line('IBM', 'day', cookies, '1753019072159', '')
|
|
82
|
-
print(number)
|
|
83
|
-
number = number + 1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/east_money_debt_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/east_money_stock_a_api.py
RENAMED
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/east_money_stock_a_v2_api.py
RENAMED
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/east_money_stock_hk_api.py
RENAMED
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/em/real_time/east_money_stock_us_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/common/kpl_common_field_constant.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/selection/kpl_selection_plate_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/symbol/kpl_real_time_quotes_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/kpl/symbol/symbol_his_quotes_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/company/ths_company_announce_api.py
RENAMED
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/company/ths_company_info_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/app/ths_concept_detail_app.py
RENAMED
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/app/ths_concept_index_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/web/ths_common_js_api.py
RENAMED
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/web/ths_company_info_web.py
RENAMED
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/web/ths_concept_detail_web.py
RENAMED
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/concept/web/ths_concept_index_web.py
RENAMED
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/api/ths/self_choose/ths_self_choose_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/classify/symbol_classify_api.py
RENAMED
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/classify/symbol_classify_param.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/company/company_common_service_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/cookie/cookie_info_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/em/em_real_time_quotes_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/exception/ExceptionMonitor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/industry/ths_industry_index_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/k_line/patterns/pattern_Enum.py
RENAMED
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/price/trade_price_service_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/self_choose/black_list_service_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mns_common-1.5.0.1 → mns_common-1.5.0.3}/mns_common/component/task/real_time_data_sync_check.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|