a_share_quote|stock::SymbolParams|stock|Get A-share real-time quote|self.client.a_share_quote(&symbol)
a_share_candles|stock::CandlesParams|stock|Get A-share K-line candles|self.client.a_share_candles(&symbol, "qfq", limit)
hk_quote|stock::SymbolParams|stock|Get HK stock real-time quote|self.client.hk_quote(&symbol)
hk_candles|stock::CandlesParams|stock|Get HK stock K-line candles|self.client.hk_candles(&symbol, limit)
us_quote|stock::SymbolParams|stock|Get US stock real-time quote|self.client.us_quote(&symbol)
us_candles|stock::CandlesParams|stock|Get US stock K-line candles|self.client.us_candles(&symbol, limit)
stock_zh_a_spot_em|_|stock|Get A-share real-time spot data from Eastmoney|self.client.stock_zh_a_spot_em()
stock_hk_spot_em|_|stock|Get HK stock real-time spot data from Eastmoney|self.client.stock_hk_spot_em()
stock_us_spot_em|_|stock|Get US stock real-time spot data from Eastmoney|self.client.stock_us_spot_em()
stock_zh_a_hist|stock::StockHistParams|stock|Get A-share historical data from Eastmoney|self.client.stock_zh_a_hist(&symbol, &period, &adjust, &start_date, &end_date)
stock_hk_hist|stock::StockHistParams|stock|Get HK stock historical data from Eastmoney|self.client.stock_hk_hist(&symbol, &period, &adjust, &start_date, &end_date)
stock_us_hist|stock::StockHistParams|stock|Get US stock historical data from Eastmoney|self.client.stock_us_hist(&symbol, &period, &adjust, &start_date, &end_date)
stock_zh_a_hist_min|stock::StockHistParams|stock|Get A-share minute-level K-line. Period: '1','5','15','30','60'|self.client.stock_zh_a_hist_min_em(&symbol, &period, &adjust, &start_date, &end_date)
stock_hk_hist_min|stock::StockHistParams|stock|Get HK stock minute-level K-line. Period: '1','5','15','30','60'|self.client.stock_hk_hist_min_em(&symbol, &period, &adjust, &start_date, &end_date)
stock_us_hist_min|stock::StockHistParams|stock|Get US stock minute-level K-line. Period: '1','5','15','30','60'|self.client.stock_us_hist_min_em(&symbol, &period, &adjust, &start_date, &end_date)
stock_zh_a_daily|stock::StockHistParams|stock|Get A-share daily K-line from Sina. Adjust: '','qfq','hfq'|self.client.stock_zh_a_daily(&symbol, &start_date, &end_date, &adjust)
stock_hk_daily|stock::StockHistParams|stock|Get HK stock daily K-line from Sina. Adjust: '','qfq','hfq'|self.client.stock_hk_daily(&symbol, &start_date, &end_date, &adjust)
stock_us_daily|stock::StockDailyParams|stock|Get US stock daily K-line from Eastmoney|self.client.stock_us_daily(&symbol, &start_date, &end_date)
stock_hk_famous_spot_em|_|stock|Get famous HK stocks from Eastmoney|self.client.stock_hk_famous_spot_em()
stock_hk_hot_rank_em|_|stock|Get HK stock hot rank from Eastmoney|self.client.stock_hk_hot_rank_em()
stock_hk_hot_rank_latest_em|stock::SymbolParams|stock|Get HK stock latest hot rank detail|self.client.stock_hk_hot_rank_latest_em(&symbol)
stock_hk_hot_rank_detail_em|stock::SymbolParams|stock|Get HK stock historical hot rank detail|self.client.stock_hk_hot_rank_detail_em(&symbol)
stock_hk_index_spot_em|_|stock|Get HK index real-time spot data|self.client.stock_hk_index_spot_em()
stock_hk_index_daily_em|stock::SymbolParams|stock|Get HK index daily K-line. Symbol: e.g. 'HSTECH', 'HSI'|self.client.stock_hk_index_daily_em(&symbol)
stock_hk_financial_indicator_em|stock::SymbolParams|stock|Get HK stock financial indicators from Eastmoney|self.client.stock_hk_financial_indicator_em(&symbol)
stock_hk_dividend_payout_em|stock::SymbolParams|stock|Get HK stock dividend payout history from Eastmoney|self.client.stock_hk_dividend_payout_em(&symbol)
stock_hk_scale_comparison_em|stock::SymbolParams|stock|Get HK stock scale comparison from Eastmoney|self.client.stock_hk_scale_comparison_em(&symbol)
stock_hk_gxl_lg|_|stock|Get HSI (Hang Seng Index) dividend yield history|self.client.stock_hk_gxl_lg()
stock_hk_ggt_components_em|_|stock|Get HK Stock Connect (港股通) constituent stocks|self.client.stock_hk_ggt_components_em()
stock_hk_security_profile_em|stock::SymbolParams|stock|Get HK security profile from Eastmoney|self.client.stock_hk_security_profile_em(&symbol)
stock_hk_company_profile_em|stock::SymbolParams|stock|Get HK company profile from Eastmoney|self.client.stock_hk_company_profile_em(&symbol)
stock_hk_growth_comparison_em|stock::SymbolParams|stock|Get HK growth comparison (peer comparison) from Eastmoney|self.client.stock_hk_growth_comparison_em(&symbol)
stock_hk_valuation_comparison_em|stock::SymbolParams|stock|Get HK valuation comparison (peer comparison) from Eastmoney|self.client.stock_hk_valuation_comparison_em(&symbol)
stock_hk_spot|_|stock|Get all HK stock spot data from Sina|self.client.stock_hk_spot()
stock_hk_index_daily_sina|stock::SymbolParams|stock|Get HK index daily K-line from Sina|self.client.stock_hk_index_daily_sina(&symbol)
stock_hk_index_spot_sina|_|stock|Get HK index spot data from Sina|self.client.stock_hk_index_spot_sina()
stock_hk_hot_rank_detail_realtime_em|stock::SymbolParams|stock|Get HK stock realtime hot rank detail|self.client.stock_hk_hot_rank_detail_realtime_em(&symbol)
stock_hk_fhpx_detail_ths|stock::SymbolParams|stock|Get HK stock dividend detail from THS (同花顺)|self.client.stock_hk_fhpx_detail_ths(&symbol)
stock_hk_indicator_eniu|stock::SymbolParams|stock|Get HK stock indicators from Eniu (requires auth, may return error)|self.client.stock_hk_indicator_eniu(&symbol)
stock_zh_a_hot_rank_em|_|stock|Get A-share real-time hot rank from Eastmoney|self.client.stock_hot_rank_em(100)
stock_zh_a_hot_rank_latest_em|stock::SymbolParams|stock|Get A-share latest hot rank detail|self.client.stock_hot_rank_latest_em(&symbol)
stock_zh_a_hot_rank_detail_em|stock::SymbolParams|stock|Get A-share historical hot rank detail|self.client.stock_hot_rank_detail_em(&symbol)
stock_zh_a_hot_rank_detail_realtime_em|stock::SymbolParams|stock|Get A-share realtime hot rank detail|self.client.stock_hot_rank_detail_realtime_em(&symbol)
stock_zh_a_index_spot_em|_|stock|Get A-share index real-time spot data from Eastmoney|self.client.stock_zh_index_spot_em()
stock_zh_a_index_daily_em|stock::StockDailyParams|stock|Get A-share index daily K-line from Eastmoney|self.client.stock_zh_index_daily_em(&symbol, &start_date, &end_date)
stock_zh_a_index_spot_sina|_|stock|Get A-share index spot data from Sina|self.client.stock_zh_index_spot_sina()
stock_zh_a_scale_comparison_em|stock::SymbolParams|stock|Get A-share scale comparison from Eastmoney|self.client.stock_zh_scale_comparison_em(&symbol)
stock_zh_a_growth_comparison_em|stock::SymbolParams|stock|Get A-share growth comparison (peer comparison) from Eastmoney|self.client.stock_zh_growth_comparison_em(&symbol)
stock_zh_a_valuation_comparison_em|stock::SymbolParams|stock|Get A-share valuation comparison (peer comparison) from Eastmoney|self.client.stock_zh_valuation_comparison_em(&symbol)
stock_zh_a_gxl_lg|_|stock|Get A-share (CSI) dividend yield history from Legulegu|self.client.stock_a_gxl_lg()
stock_zh_a_fhps_detail_ths|stock::SymbolParams|stock|Get A-share dividend detail from THS (同花顺)|self.client.stock_fhps_detail_ths(&symbol)
stock_zh_a_financial_indicator_em|stock::SymbolParams|stock|Get A-share financial indicators from Eastmoney|self.client.stock_zh_a_financial_indicator_em(&symbol)
stock_zh_a_dividend_payout_em|stock::SymbolParams|stock|Get A-share dividend payout history from Eastmoney|self.client.stock_zh_a_dividend_payout_em(&symbol)
stock_zh_a_profile_cninfo|stock::SymbolParams|stock|Get A-share company profile from cninfo (巨潮资讯)|self.client.stock_profile_cninfo(&symbol)
stock_zh_a_dividend_cninfo|stock::SymbolParams|stock|Get A-share dividend data from cninfo (巨潮资讯)|self.client.stock_dividend_cninfo(&symbol)
stock_zh_a_fhps_detail_em|stock::SymbolParams|stock|Get A-share dividend detail from Eastmoney|self.client.stock_fhps_detail_em(&symbol)
stock_zh_a_dupont_comparison_em|stock::SymbolParams|stock|Get A-share Dupont comparison from Eastmoney|self.client.stock_zh_dupont_comparison_em(&symbol)
stock_zh_a_hot_rank_relate_em|stock::SymbolParams|stock|Get A-share related hot rank stocks from Eastmoney|self.client.stock_hot_rank_relate_em(&symbol)
stock_zh_a_hot_keyword_em|stock::SymbolParams|stock|Get A-share hot keywords from Eastmoney|self.client.stock_hot_keyword_em(&symbol)
stock_zh_a_hot_up_em|_|stock|Get A-share hot rising stocks from Eastmoney|self.client.stock_hot_up_em(100)
stock_zh_a_info_global_em|_|stock|Get A-share global financial news from Eastmoney|self.client.stock_info_global_em()
stock_us_pink_spot_em|_|stock|Get US pink sheet (OTC) stocks from Eastmoney|self.client.stock_us_pink_spot_em()
get_us_stock_name|_|stock|Get US stock name list from Sina|self.client.get_us_stock_name()
stock_us_company_profile_em|stock::SymbolParams|stock|Get US stock company profile from Yahoo Finance|self.client.us_stock_profile(&symbol)
stock_us_key_stats_em|stock::SymbolParams|stock|Get US stock key statistics from Yahoo Finance|self.client.us_stock_key_stats(&symbol)
stock_us_news_em|stock::SymbolParams|stock|Get US stock news from Eastmoney|self.client.stock_news_em_us(&symbol)
stock_us_financial_indicator_em|stock::SymbolParams|stock|Get US stock financial indicators from Eastmoney|self.client.stock_us_financial_indicator_em(&symbol)
stock_us_dividend_payout_em|stock::SymbolParams|stock|Get US stock dividend payout from Eastmoney|self.client.stock_us_dividend_payout_em(&symbol)
stock_us_gxl_lg|_|stock|Get US S&P 500 dividend yield from Legulegu|self.client.stock_us_gxl_lg()
stock_us_hot_rank_em|_|stock|Get US stock hot rank from Eastmoney|self.client.stock_us_hot_rank_em()
stock_us_hot_rank_latest_em|stock::SymbolParams|stock|Get US stock latest hot rank detail|self.client.stock_us_hot_rank_latest_em(&symbol)
stock_us_hot_rank_detail_em|stock::SymbolParams|stock|Get US stock historical hot rank detail|self.client.stock_us_hot_rank_detail_em(&symbol)
stock_us_hot_rank_detail_realtime_em|stock::SymbolParams|stock|Get US stock realtime hot rank detail|self.client.stock_us_hot_rank_detail_realtime_em(&symbol)
stock_us_growth_comparison_em|stock::SymbolParams|stock|Get US growth comparison from Eastmoney|self.client.stock_us_growth_comparison_em(&symbol)
stock_us_valuation_comparison_em|stock::SymbolParams|stock|Get US valuation comparison from Eastmoney|self.client.stock_us_valuation_comparison_em(&symbol)
stock_us_scale_comparison_em|stock::SymbolParams|stock|Get US scale comparison from Eastmoney|self.client.stock_us_scale_comparison_em(&symbol)
stock_us_index_spot_em|_|stock|Get US index real-time spot data from Eastmoney|self.client.stock_us_index_spot_em()
stock_us_index_daily_em|stock::SymbolParams|stock|Get US index daily K-line. Symbol: e.g. 'NDX', 'DJIA', 'SPX'|self.client.stock_us_index_daily_em(&symbol)
stock_us_index_spot_sina|_|stock|Get US index spot data from Sina|self.client.stock_us_index_spot_sina()
stock_us_hot_keyword_em|stock::SymbolParams|stock|Get US hot keyword from Eastmoney|self.client.stock_us_hot_keyword_em(&symbol)
stock_board_industry_name_em|_|stock|Get industry board list from Eastmoney|self.client.stock_board_industry_name_em(100)
fund_etf_hist|fund::FundHistParams|fund|Get ETF historical K-line candles|self.client.fund_etf_hist(&symbol, limit)
fund_manager_em|_|fund|Get fund manager list from Eastmoney|self.client.fund_manager_em()
fund_etf_spot_em|_|fund|Get ETF real-time spot data from Eastmoney|self.client.fund_etf_spot_em()
fund_lof_spot_em|_|fund|Get LOF real-time spot data from Eastmoney|self.client.fund_lof_spot_em()
fund_open_fund_rank_em|fund::FundRankParams|fund|Get open fund ranking from Eastmoney|self.client.fund_open_fund_rank_em(&symbol, limit)
fund_hk_rank_em|_|fund|Get HK fund ranking from Eastmoney|self.client.fund_hk_rank_em()
bond_zh_us_rate|bond::BondRateParams|bond|Get China/US government bond yield rates|self.client.bond_zh_us_rate(&start_date)
bond_corporate_yields|bond::BondLimitParams|bond|Get corporate bond yields|self.client.bond_corporate_yields(limit)
bond_china_yield|bond::BondYieldParams|bond|Get China bond yield curve|self.client.bond_china_yield(&start_date, &end_date)
bond_spot_deal|_|bond|Get bond spot deal data|self.client.bond_spot_deal()
bond_spot_rates|bond::BondLimitParams|bond|Get bond spot rates|self.client.bond_spot_rates(limit)
futures_spot_prices|futures::FuturesLimitParams|futures|Get futures spot prices snapshot|self.client.futures_spot_prices(limit)
futures_main_sina|futures::FuturesCandlesParams|futures|Get futures main contract K-line from Sina|self.client.futures_main_sina(&symbol, limit)
futures_daily_cffex|futures::DateParams|futures|Get CFFEX daily futures data|self.client.futures_daily_cffex(&date)
futures_daily_shfe|futures::DateParams|futures|Get SHFE daily futures data|self.client.futures_daily_shfe(&date)
futures_shfe_position_rank|futures::DateParams|futures|Get SHFE futures position rank|self.client.futures_shfe_position_rank(&date)
option_sse_greeks_sina|option::OptionSymbolParams|option|Get SSE option Greeks from Sina|self.client.option_sse_greeks_sina(&symbol)
option_current_day_sse|_|option|Get SSE option current day data|self.client.option_current_day_sse()
option_hist_czce|option::OptionHistParams|option|Get CZCE option history data|self.client.option_hist_czce(&symbol, &date)
option_daily_stats_sse|futures::DateParams|option|Get SSE option daily statistics|self.client.option_daily_stats_sse(&date)
forex_boc_rates|_|forex|Get BOC (Bank of China) forex rates|self.client.forex_boc_rates()
forex_em_rates|_|forex|Get Eastmoney forex rates|self.client.forex_em_rates()
forex_spot_em|_|forex|Get real-time forex spot rates from Eastmoney|self.client.forex_spot_em()
currency_boc_sina|forex::CurrencyParams|forex|Get BOC currency exchange rates from Sina|self.client.currency_boc_sina(&symbol, &start_date, &end_date)
crypto_bitcoin_cme|crypto::CryptoDateParams|crypto|Get Bitcoin CME futures data|self.client.crypto_bitcoin_cme(&date)
crypto_bitcoin_hold_report|_|crypto|Get Bitcoin holding report|self.client.crypto_bitcoin_hold_report()
index_global_candles|index::IndexCandlesParams|index|Get global index K-line candles from Yahoo|self.client.index_global_candles(&symbol, limit)
index_stock_cons|index::IndexSymbolParams|index|Get index constituent stocks|self.client.index_stock_cons(&symbol)
index_stock_info|_|index|Get index stock info list|self.client.index_stock_info()
stock_zh_index_hist_csindex|index::IndexHistParams|index|Get CSIndex A-share index history|self.client.stock_zh_index_hist_csindex(&symbol, &start_date, &end_date)
index_hk_spot_sina|_|index|Get HK index spot data from Sina (index module)|self.client.index_hk_spot_sina()
index_hk_spot_em|_|index|Get HK index spot data from Eastmoney (index module)|self.client.index_hk_spot_em()
index_us_stock_sina|index::IndexSymbolParams|index|Get US stock index from Sina (requires JS decoding, may return error)|self.client.index_us_stock_sina(&symbol)
macro_china_gdp|_|macro_data|Get China GDP data|self.client.macro_china_gdp()
macro_usa_cpi_yoy|_|macro_data|Get US CPI year-over-year data|self.client.macro_usa_cpi_yoy()
macro_china_gdp_yearly|_|macro_data|Get China GDP yearly data|self.client.macro_china_gdp_yearly()
macro_usa_cpi_monthly|_|macro_data|Get US CPI monthly data|self.client.macro_usa_cpi_monthly()
economy_auto_sales|_|economy|Get China auto sales data|self.client.economy_auto_sales()
economy_box_office|_|economy|Get box office data|self.client.economy_box_office()
movie_boxoffice_realtime|_|economy|Get real-time movie box office data|self.client.movie_boxoffice_realtime()
nlp_answer|economy::NlpParams|economy|NLP question answering for financial queries|self.client.nlp_answer(&question)
news_cctv|news::NewsDateParams|news|Get CCTV news for a given date|self.client.news_cctv(&date)
news_search|news::NewsSearchParams|news|Search financial news|self.client.news_search(&query, limit)
news_economic_baidu|news::NewsSymbolParams|news|Get economic news from Baidu|self.client.news_economic_baidu(&symbol)
news_trade_notify_dividend_baidu|news::NewsDateParams|news|Get dividend trade notifications from Baidu|self.client.news_trade_notify_dividend_baidu(&date)
bond_sh_buy_back_em|bond::BondLimitParams|bond|Get Shanghai exchange bond buyback list|self.client.bond_sh_buy_back_em(limit)
bond_sz_buy_back_em|bond::BondLimitParams|bond|Get Shenzhen exchange bond buyback list|self.client.bond_sz_buy_back_em(limit)
bond_buy_back_hist_em|bond::BondSymbolLimitParams|bond|Get bond buyback historical daily candles from Eastmoney|self.client.bond_buy_back_hist_em(&symbol, limit)
bond_cb_profile_sina|bond::BondSymbolParams|bond|Get convertible bond profile from Sina Finance|self.client.bond_cb_profile_sina(&symbol)
bond_cb_summary_sina|bond::BondSymbolParams|bond|Get convertible bond summary from Sina Finance|self.client.bond_cb_summary_sina(&symbol)
bond_zh_cov_info_ths|_|bond|Get convertible bond issue info from THS|self.client.bond_zh_cov_info_ths()
bond_index_general_cbond|bond::BondIndicatorPeriodParams|bond|Get CBond general index data by indicator and period|self.client.bond_index_general_cbond(&indicator, &period)
bond_treasury_index_cbond|bond::BondIndicatorPeriodParams|bond|Get CBond treasury index data by indicator and period|self.client.bond_treasury_index_cbond(&indicator, &period)
bond_new_composite_index_cbond|bond::BondIndicatorPeriodParams|bond|Get CBond new composite index data by indicator and period|self.client.bond_new_composite_index_cbond(&indicator, &period)
bond_available_index_cbond|_|bond|Get list of all available CBond indices|self.client.bond_available_index_cbond()
bond_composite_index_cbond|bond::BondIndicatorPeriodParams|bond|Get CBond composite index data by indicator and period|self.client.bond_composite_index_cbond(&indicator, &period)
bond_china_close_return|bond::BondCloseReturnParams|bond|Get ChinaMoney close yield curve historical data|self.client.bond_china_close_return(&symbol, &period, &start_date, &end_date)
macro_china_swap_rate|bond::BondYieldParams|bond|Get FR007 interest rate swap curve historical data from ChinaMoney|self.client.macro_china_swap_rate(&start_date, &end_date)
macro_china_bond_public|bond::BondLimitParams|bond|Get bond issuance info from ChinaMoney|self.client.macro_china_bond_public(limit as u32)
bond_convertible_list|bond::BondLimitParams|bond|Get convertible bond real-time list from Eastmoney|self.client.bond_convertible_list(limit)
bond_convertible_hist|bond::BondSymbolLimitParams|bond|Get convertible bond historical daily klines from Eastmoney|self.client.bond_convertible_hist(&symbol, limit)
bond_gb_zh_sina|bond::BondSymbolParams|bond|Get China government bond yield data from Sina Finance|self.client.bond_gb_zh_sina(&symbol)
bond_gb_us_sina|bond::BondSymbolParams|bond|Get US government bond yield data from Sina Finance|self.client.bond_gb_us_sina(&symbol)
bond_treasure_issue_cninfo|bond::BondYieldParams|bond|Get government bond issuance data from CNINFO|self.client.bond_treasure_issue_cninfo(&start_date, &end_date)
bond_local_gov_issue_cninfo|bond::BondYieldParams|bond|Get local government bond issuance data from CNINFO|self.client.bond_local_gov_issue_cninfo(&start_date, &end_date)
bond_corporate_issue_cninfo|bond::BondYieldParams|bond|Get corporate bond issuance data from CNINFO|self.client.bond_corporate_issue_cninfo(&start_date, &end_date)
bond_cov_issue_cninfo|bond::BondYieldParams|bond|Get convertible bond issuance data from CNINFO|self.client.bond_cov_issue_cninfo(&start_date, &end_date)
bond_local_government_issue_cninfo|bond::BondYieldParams|bond|Get local government bond issuance data from CNINFO (Python alias)|self.client.bond_local_government_issue_cninfo(&start_date, &end_date)
bond_cov_stock_issue_cninfo|_|bond|Get convertible bond stock conversion data from CNINFO|self.client.bond_cov_stock_issue_cninfo()
bond_cb_jsl|_|bond|Get convertible bond list with pricing from Jisilu|self.client.bond_cb_jsl()
bond_cb_index_jsl|_|bond|Get convertible bond market index from Jisilu|self.client.bond_cb_index_jsl()
bond_cb_adj_logs_jsl|_|bond|Get convertible bond conversion price adjustment logs from Jisilu|self.client.bond_cb_adj_logs_jsl()
bond_cb_redeem_jsl|_|bond|Get convertible bond forced redemption data from Jisilu|self.client.bond_cb_redeem_jsl()
bond_debt_nafmii|bond::BondPageParams|bond|Get NAFMII bond registration data by page|self.client.bond_debt_nafmii(page as u32)
bond_spot_quote|_|bond|Get bond spot quote data from ChinaMoney interbank market|self.client.bond_spot_quote()
bond_cash_summary_sse|bond::BondDateParams|bond|Get bond cash market summary from SSE|self.client.bond_cash_summary_sse(&date)
bond_deal_summary_sse|bond::BondDateParams|bond|Get bond deal summary from SSE|self.client.bond_deal_summary_sse(&date)
bond_zh_cov|bond::BondLimitParams|bond|Get convertible bond list with pricing from Eastmoney datacenter|self.client.bond_zh_cov(limit)
bond_cov_comparison|bond::BondLimitParams|bond|Get convertible bond vs stock comparison table from Eastmoney|self.client.bond_cov_comparison(limit)
bond_zh_hs_cov_daily|bond::BondSymbolParams|bond|Get convertible bond daily OHLCV data from Eastmoney|self.client.bond_zh_hs_cov_daily(&symbol)
bond_zh_hs_cov_min|bond::BondSymbolPeriodParams|bond|Get convertible bond minute-level data from Eastmoney|self.client.bond_zh_hs_cov_min(&symbol, &period)
bond_zh_hs_cov_pre_min|bond::BondSymbolParams|bond|Get convertible bond pre-market minute data from Eastmoney|self.client.bond_zh_hs_cov_pre_min(&symbol)
bond_zh_hs_cov_spot|bond::BondSymbolParams|bond|Get convertible bond real-time spot data from Eastmoney|self.client.bond_zh_hs_cov_spot(&symbol)
bond_zh_hs_spot|bond::BondLimitParams|bond|Get Chinese bond real-time spot quotes from Sina Finance|self.client.bond_zh_hs_spot(limit)
bond_zh_hs_daily|bond::BondSymbolParams|bond|Get Chinese bond historical daily data from Sina Finance|self.client.bond_zh_hs_daily(&symbol)
crypto_js_spot|_|crypto|Get crypto spot prices from Jin10 (JS)|self.client.crypto_js_spot()
crypto_spot|_|crypto|Get crypto spot prices from Jin10 data center|self.client.crypto_spot()
economy_air_quality|economy::CityParam|economy|Get air quality index data for a given Chinese city|self.client.economy_air_quality(&city)
air_quality_hebei|_|economy|Get Hebei province air quality forecast data|self.client.air_quality_hebei()
air_city_table|_|economy|Get list of cities available for air quality monitoring|self.client.air_city_table()
air_quality_hist|economy::AirHistParam|economy|Get historical air quality data for a city with date range|self.client.air_quality_hist(&city, &start_date, &end_date)
air_quality_rank|_|economy|Get air quality ranking across Chinese cities|self.client.air_quality_rank()
air_quality_watch_point|economy::AirHistParam|economy|Get air quality monitoring station data for a specific city|self.client.air_quality_watch_point(&city, &start_date, &end_date)
sunrise_daily|economy::DateCityParam|economy|Get sunrise and sunset data for a specific date and city|self.client.sunrise_daily(&date, &city)
sunrise_monthly|economy::DateCityParam|economy|Get monthly sunrise and sunset data for a city|self.client.sunrise_monthly(&date, &city)
economy_amac_stats|_|fund|Get AMAC fund industry statistics including AUM and product counts|self.client.economy_amac_stats()
amac_manager_info|_|fund|Get AMAC fund manager information|self.client.amac_manager_info()
amac_manager_classify_info|_|fund|Get AMAC fund manager classification information|self.client.amac_manager_classify_info()
amac_manager_cancelled_info|_|fund|Get information about cancelled AMAC fund managers|self.client.amac_manager_cancelled_info()
amac_fund_info|_|fund|Get AMAC private fund product information|self.client.amac_fund_info()
amac_fund_abs|_|fund|Get AMAC asset-backed securities product information|self.client.amac_fund_abs()
amac_fund_sub_info|_|fund|Get AMAC private fund sub-fund investment information|self.client.amac_fund_sub_info()
amac_fund_account_info|_|fund|Get AMAC fund dedicated account manager product information|self.client.amac_fund_account_info()
amac_member_info|_|fund|Get AMAC member institution information|self.client.amac_member_info()
amac_member_sub_info|_|fund|Get AMAC member institution subsidiary information|self.client.amac_member_sub_info()
amac_securities_info|_|fund|Get AMAC securities and futures operating institution information|self.client.amac_securities_info()
amac_futures_info|_|fund|Get AMAC futures operating institution information|self.client.amac_futures_info()
amac_aoin_info|_|fund|Get AMAC practitioner information|self.client.amac_aoin_info()
amac_person_bond_org_list|_|fund|Get AMAC bond practitioner institution list|self.client.amac_person_bond_org_list()
amac_person_fund_org_list|_|fund|Get AMAC fund practitioner institution list|self.client.amac_person_fund_org_list()
article_epu_index|economy::SymbolParam|economy|Get Economic Policy Uncertainty index for a country or region|self.client.article_epu_index(&symbol)
fred_md|economy::DateParam|economy|Get FRED-MD monthly macroeconomic dataset for a given date|self.client.fred_md(&date)
fred_qd|economy::DateParam|economy|Get FRED-QD quarterly macroeconomic dataset for a given date|self.client.fred_qd(&date)
article_oman_rv|economy::SymbolIndexParam|economy|Get Oxford-Man realized volatility data for a symbol and index|self.client.article_oman_rv(&symbol, &index)
article_oman_rv_short|economy::SymbolParam|economy|Get Oxford-Man realized volatility short front-page chart data|self.client.article_oman_rv_short(&symbol)
article_rlab_rv|economy::SymbolParam|economy|Get Risk Lab realized volatility data for a stock ticker|self.client.article_rlab_rv(&symbol)
car_market_country_cpca|economy::SymbolParam|economy|Get CPCA country market data for a given country|self.client.car_market_country_cpca(&symbol)
car_market_segment_cpca|economy::SymbolIndicatorParam|economy|Get CPCA segment market data by vehicle type and indicator|self.client.car_market_segment_cpca(&symbol, &indicator)
car_market_total_cpca|economy::SymbolIndicatorParam|economy|Get CPCA total passenger car market data by type and indicator|self.client.car_market_total_cpca(&symbol, &indicator)
car_market_man_rank_cpca|economy::SymbolIndicatorParam|economy|Get CPCA manufacturer ranking data by type and indicator|self.client.car_market_man_rank_cpca(&symbol, &indicator)
car_market_cate_cpca|economy::SymbolIndicatorParam|economy|Get CPCA vehicle category market data by type and indicator|self.client.car_market_cate_cpca(&symbol, &indicator)
car_market_fuel_cpca|economy::SymbolParam|economy|Get CPCA new energy vehicle market data by segment|self.client.car_market_fuel_cpca(&symbol)
car_sale_rank_gasgoo|economy::SymbolDateParam|economy|Get Gasgoo auto sales ranking by symbol and date|self.client.car_sale_rank_gasgoo(&symbol, &date)
migration_area_baidu|economy::MigrationAreaParam|economy|Get Baidu migration area-level details for a city or province|self.client.migration_area_baidu(&area, &indicator, &date)
migration_scale_baidu|economy::MigrationScaleParam|economy|Get Baidu migration scale index time series for an area|self.client.migration_scale_baidu(&area, &indicator)
index_bloomberg_billionaires|_|economy|Get Bloomberg Billionaires Index current top billionaires|self.client.index_bloomberg_billionaires()
index_bloomberg_billionaires_hist|economy::YearParam|economy|Get Bloomberg Billionaires Index historical data by year|self.client.index_bloomberg_billionaires_hist(&year)
forbes_rank|economy::SymbolParam|economy|Get Forbes China rankings by list name|self.client.forbes_rank(&symbol)
hurun_rank|economy::HurunParam|economy|Get Hurun Rich List rankings by indicator and year|self.client.hurun_rank(&indicator, &year)
xincaifu_rank|economy::YearParam|economy|Get Xincaifu 500 Rich List rankings by year|self.client.xincaifu_rank(&year)
movie_boxoffice_cinema_daily|economy::DateParam|economy|Get cinema daily box office data for a given date|self.client.movie_boxoffice_cinema_daily(&date)
movie_boxoffice_cinema_weekly|economy::DateParam|economy|Get cinema weekly box office data for a given date|self.client.movie_boxoffice_cinema_weekly(&date)
movie_boxoffice_daily|economy::DateParam|economy|Get daily movie box office data for a given date|self.client.movie_boxoffice_daily(&date)
movie_boxoffice_monthly|economy::DateParam|economy|Get monthly movie box office data for a given year-month|self.client.movie_boxoffice_monthly(&date)
movie_boxoffice_weekly|economy::DateParam|economy|Get weekly movie box office data for a given date|self.client.movie_boxoffice_weekly(&date)
movie_boxoffice_yearly|economy::YearParam|economy|Get yearly movie box office data for a given year|self.client.movie_boxoffice_yearly(&year)
movie_boxoffice_yearly_first_week|economy::YearParam|economy|Get first week box office data for movies in a given year|self.client.movie_boxoffice_yearly_first_week(&year)
economy_sentiment_index|_|economy|Get financial sentiment and EPU index data|self.client.economy_sentiment_index()
nlp_ownthink|economy::NlpOwnthinkParam|economy|Query Ownthink knowledge graph for entity information|self.client.nlp_ownthink(&word, &indicator)
business_value_artist|_|economy|Get business value artist rankings|self.client.business_value_artist()
online_value_artist|_|economy|Get online influence artist rankings|self.client.online_value_artist()
video_tv|_|economy|Get TV series ranking data|self.client.video_tv()
video_variety_show|_|economy|Get variety show ranking data|self.client.video_variety_show()
game_hot_rank_taptap|economy::SymbolParam|economy|Get TapTap game hot ranking by category|self.client.game_hot_rank_taptap(&symbol)
forex_em_hist|forex::ForexEmHistParams|forex|Get recent forex kline data from Eastmoney by symbol and limit|self.client.forex_em_hist(&symbol, limit)
currency_latest|forex::CurrencyLatestParams|forex|Get latest exchange rates from CurrencyBeacon|self.client.currency_latest(&base, &symbols, &api_key)
currency_history|forex::CurrencyHistoryParams|forex|Get historical exchange rates from CurrencyBeacon for a specific date|self.client.currency_history(&base, &date, &symbols, &api_key)
currency_time_series|forex::CurrencyTimeSeriesParams|forex|Get time-series exchange rates from CurrencyBeacon for a date range|self.client.currency_time_series(&base, &start_date, &end_date, &symbols, &api_key)
currency_currencies|forex::CurrencyCurrenciesParams|forex|List all supported currencies from CurrencyBeacon|self.client.currency_currencies(&c_type, &api_key)
currency_convert|forex::CurrencyConvertParams|forex|Convert currency via CurrencyBeacon|self.client.currency_convert(&from, &to, amount, &api_key)
currency_pair_map|_|forex|Get CFETS FX currency pair map from Bank of China data|self.client.currency_pair_map()
fx_c_swap_cm|_|forex|Get CFETS FX C-Swap (Currency Swap) benchmark rates from China Money|self.client.fx_c_swap_cm()
fx_spot_quote|_|forex|Get FX spot market quotes from China Money|self.client.fx_spot_quote()
fx_swap_quote|_|forex|Get FX swap market quotes from China Money|self.client.fx_swap_quote()
fx_quote_baidu|forex::CurrencyPairParams|forex|Get real-time FX quote from Baidu Finance|self.client.fx_quote_baidu(&pair)
fund_announcement_report_em|stock::SymbolParams|fund|Get fund report announcements from Eastmoney (fund code e.g. '000001')|self.client.fund_announcement_report_em(&symbol)
fund_aum_em|_|fund|Get fund company AUM (Assets Under Management) ranking from Eastmoney|self.client.fund_aum_em()
fund_aum_trend_em|_|fund|Get fund market AUM trend from Eastmoney|self.client.fund_aum_trend_em()
fund_aum_hist_em|stock::DateParams|fund|Get fund company historical AUM ranking by year (e.g. '2025')|self.client.fund_aum_hist_em(&date)
fund_cf_em|stock::DateParams|fund|Get fund split data by year (e.g. '2025') from Eastmoney|self.client.fund_cf_em(&date)
fund_purchase_em|stock::LimitParams|fund|Get fund purchase/redemption status from Eastmoney|self.client.fund_purchase_em(limit)
fund_name_em|_|fund|Get all fund names and types from Eastmoney|self.client.fund_name_em()
fund_etf_fund_daily_em|stock::LimitParams|fund|Get ETF fund daily listing data from Eastmoney|self.client.fund_etf_fund_daily_em(limit)
fund_etf_scale_sse|stock::DateParams|fund|Get SSE ETF scale data by date (format: YYYYMMDD)|self.client.fund_etf_scale_sse(&date)
fund_etf_scale_szse|_|fund|Get SZSE ETF scale data|self.client.fund_etf_scale_szse()
fund_etf_spot_ths|stock::DateParams|fund|Get THS ETF spot data. Date format: YYYYMMDD or empty for latest|self.client.fund_etf_spot_ths(&date)
fund_etf_hist_sina|stock::SymbolParams|fund|Get ETF historical data from Sina Finance|self.client.fund_etf_hist_sina(&symbol)
fund_fee_em|stock::LimitParams|fund|Get fund fee data from Eastmoney|self.client.fund_fee_em(limit)
fund_fh_em|stock::DateParams|fund|Get fund dividend data by year (e.g. '2025') from Eastmoney|self.client.fund_fh_em(&date)
fund_fh_rank_em|_|fund|Get fund dividend ranking from Eastmoney|self.client.fund_fh_rank_em()
fund_financial_fund_daily_em|_|fund|Get financial fund daily data from Eastmoney|self.client.fund_financial_fund_daily_em()
fund_financial_fund_info_em|stock::SymbolParams|fund|Get financial fund info (historical NAV) from Eastmoney|self.client.fund_financial_fund_info_em(&symbol)
fund_graded|stock::LimitParams|fund|Get graded fund daily snapshot from Eastmoney|self.client.fund_graded(limit)
fund_graded_fund_daily_em|_|fund|Get graded fund daily data from Eastmoney|self.client.fund_graded_fund_daily_em()
fund_graded_fund_info_em|stock::SymbolParams|fund|Get graded fund info (historical NAV) from Eastmoney|self.client.fund_graded_fund_info_em(&symbol)
fund_hold_structure_em|_|fund|Get fund holder structure data from Eastmoney|self.client.fund_hold_structure_em()
fund_info_ths|stock::LimitParams|fund|Get fund info from THS (同花顺)|self.client.fund_info_ths(limit)
fund_new_found_em|_|fund|Get newly established funds from Eastmoney|self.client.fund_new_found_em()
fund_new_found_ths|stock::SymbolParams|fund|Get new funds from THS (同花顺). Symbol: '发行中' or '将发行'|self.client.fund_new_found_ths(&symbol)
fund_lcx_rank_em|_|fund|Get financial fund ranking from Eastmoney|self.client.fund_lcx_rank_em()
fund_lof_list|stock::LimitParams|fund|Get LOF fund list from Eastmoney|self.client.fund_lof_list(limit)
fund_lof_hist|fund::FundHistParams|fund|Get LOF fund historical K-line candles|self.client.fund_lof_hist(&symbol, limit)
fund_lof_ths|stock::LimitParams|fund|Get LOF fund data from THS (同花顺)|self.client.fund_lof_ths(limit)
fund_money_market|stock::LimitParams|fund|Get money market fund rankings from Eastmoney|self.client.fund_money_market(limit)
fund_money_fund_daily_em|_|fund|Get money fund daily data from Eastmoney|self.client.fund_money_fund_daily_em()
fund_money_fund_info_em|stock::SymbolParams|fund|Get money fund info (historical NAV) from Eastmoney|self.client.fund_money_fund_info_em(&symbol)
fund_money_rank_em|_|fund|Get money fund ranking from Eastmoney|self.client.fund_money_rank_em()
fund_open_end_daily|stock::LimitParams|fund|Get daily NAV snapshot for all open-end funds from Eastmoney|self.client.fund_open_end_daily(limit)
fund_open_end_nav|fund::FundHistParams|fund|Get NAV history for a specific open-end fund|self.client.fund_open_end_nav(&symbol, limit)
fund_open_fund_daily_em|_|fund|Get all open-end fund daily NAV data from Eastmoney|self.client.fund_open_fund_daily_em()
fund_overview_em|stock::LimitParams|fund|Get fund overview from Eastmoney|self.client.fund_overview_em(limit)
fund_portfolio_hold_em|stock::SymbolDateParams|fund|Get fund portfolio holdings from Eastmoney|self.client.fund_portfolio_hold_em(&symbol, &date)
fund_portfolio_bond_hold_em|stock::SymbolParams|fund|Get fund bond holdings from Eastmoney|self.client.fund_portfolio_bond_hold_em(&symbol)
fund_portfolio_asset_allocation_em|stock::SymbolParams|fund|Get fund asset allocation from Eastmoney|self.client.fund_portfolio_asset_allocation_em(&symbol)
fund_portfolio_industry_allocation_em|stock::SymbolParams|fund|Get fund portfolio industry allocation from Eastmoney|self.client.fund_portfolio_industry_allocation_em(&symbol)
fund_portfolio_change_em|stock::SymbolIndicatorParams|fund|Get fund portfolio major changes. Indicator: '累计买入' or '累计卖出'|self.client.fund_portfolio_change_em(&symbol, &indicator)
fund_position_lg|stock::SymbolParams|fund|Get fund position estimates from Legu (乐咕)|self.client.fund_position_lg(&symbol)
fund_position_hist_lg|stock::SymbolParams|fund|Get fund position estimate history from Legu (乐咕)|self.client.fund_position_hist_lg(&symbol)
fund_position_est_lg|_|fund|Get fund position estimate summary from Legu (乐咕)|self.client.fund_position_est_lg()
fund_stock_position_lg|_|fund|Get stock-type fund position from Legu (乐咕)|self.client.fund_stock_position_lg()
fund_balance_position_lg|_|fund|Get balanced fund position from Legu (乐咕)|self.client.fund_balance_position_lg()
fund_linghuo_position_lg|_|fund|Get flexible allocation fund position from Legu (乐咕)|self.client.fund_linghuo_position_lg()
fund_exchange_rank_em|_|fund|Get exchange fund ranking from Eastmoney|self.client.fund_exchange_rank_em()
fund_rating_em|stock::LimitParams|fund|Get fund ratings from Eastmoney|self.client.fund_rating_em(limit)
fund_rating_zs|_|fund|Get fund ratings from Zhaoshang (招商)|self.client.fund_rating_zs()
fund_rating_tiantian|_|fund|Get fund ratings from Tiantian (天天基金)|self.client.fund_rating_tiantian()
fund_rating_jiashi|_|fund|Get fund ratings from JiShi (济安金信)|self.client.fund_rating_jiashi()
fund_rating_all|_|fund|Get all fund ratings summary|self.client.fund_rating_all()
fund_rating_sh|stock::DateParams|fund|Get Shanghai Securities fund ratings by date|self.client.fund_rating_sh(&date)
fund_rating_ja|stock::DateParams|fund|Get Ji'an Jinxin fund ratings by date|self.client.fund_rating_ja(&date)
fund_report_cninfo|stock::SymbolParams|fund|Get fund annual report data from CNINFO (巨潮资讯)|self.client.fund_report_cninfo(&symbol)
fund_report_half_year_cninfo|stock::SymbolParams|fund|Get fund semi-annual report data from CNINFO (巨潮资讯)|self.client.fund_report_half_year_cninfo(&symbol)
fund_report_quarter_cninfo|stock::SymbolParams|fund|Get fund quarterly report data from CNINFO (巨潮资讯)|self.client.fund_report_quarter_cninfo(&symbol)
fund_report_stock_cninfo|stock::DateParams|fund|Get fund heavy stock holdings from CNINFO by date|self.client.fund_report_stock_cninfo(&date)
fund_report_industry_allocation_cninfo|stock::DateParams|fund|Get fund industry allocation from CNINFO by date|self.client.fund_report_industry_allocation_cninfo(&date)
fund_report_asset_allocation_cninfo|_|fund|Get fund asset allocation from CNINFO|self.client.fund_report_asset_allocation_cninfo()
fund_scale_change_em|_|fund|Get fund scale change data from Eastmoney|self.client.fund_scale_change_em()
fund_scale_close_sina|_|fund|Get closed-end fund scale data from Sina Finance|self.client.fund_scale_close_sina()
fund_scale_money_sina|_|fund|Get money market fund scale data from Sina Finance|self.client.fund_scale_money_sina()
fund_scale_structured_sina|_|fund|Get structured fund scale data from Sina Finance|self.client.fund_scale_structured_sina()
fund_xueqiu_info|stock::SymbolParams|fund|Get fund info from Xueqiu/Danjuan (蛋卷基金)|self.client.fund_xueqiu_info(&symbol)
fund_xueqiu_achievement|stock::SymbolParams|fund|Get fund performance/achievement data from Xueqiu/Danjuan|self.client.fund_xueqiu_achievement(&symbol)
fund_individual_basic_info_xq|stock::SymbolParams|fund|Get fund basic info from Xueqiu/Danjuan (基金基本资料)|self.client.fund_individual_basic_info_xq(&symbol)
fund_individual_achievement_xq|stock::SymbolParams|fund|Get fund achievement (annual + stage performance) from Xueqiu/Danjuan|self.client.fund_individual_achievement_xq(&symbol)
fund_individual_analysis_xq|stock::SymbolParams|fund|Get fund analysis (risk/return metrics) from Xueqiu/Danjuan|self.client.fund_individual_analysis_xq(&symbol)
fund_individual_profit_probability_xq|stock::SymbolParams|fund|Get fund profit probability by holding period from Xueqiu/Danjuan|self.client.fund_individual_profit_probability_xq(&symbol)
fund_individual_detail_info_xq|stock::SymbolParams|fund|Get fund detail info (trading rules) from Xueqiu/Danjuan|self.client.fund_individual_detail_info_xq(&symbol)
futures_spot_price|futures::DateParams|futures|Get futures spot price and basis data from 100ppi.com for a given date|self.client.futures_spot_price(&date)
futures_spot_price_daily|futures::FuturesDateRangeParams|futures|Get futures spot price daily range basis data from 100ppi.com|self.client.futures_spot_price_daily(&start_date, &end_date)
futures_spot_price_previous|futures::DateParams|futures|Get historical spot price and basis from 100ppi.com sf2 format|self.client.futures_spot_price_previous(&date)
futures_comex_inventory|stock::SymbolParams|futures|Get COMEX gold or silver inventory data from Eastmoney|self.client.futures_comex_inventory(&symbol)
futures_fees_info_openctp|_|futures|Get futures fee reference table from openctp|self.client.futures_fees_info_openctp()
futures_comm_js|futures::DateParams|futures|Get futures commission data from Jin10 for a given date|self.client.futures_comm_js(&date)
futures_fees_info|stock::SymbolParams|futures|Get futures fee information from 9qihuo for a given symbol|self.client.futures_fees_info(&symbol)
futures_comm_info|stock::SymbolParams|futures|Get futures commission info from 9qihuo for a given exchange|self.client.futures_comm_info(&symbol)
futures_contract_detail_sina|stock::SymbolParams|futures|Get futures contract detail from Sina Finance|self.client.futures_contract_detail_sina(&symbol)
futures_contract_detail_em|stock::SymbolParams|futures|Get futures contract detail from Eastmoney|self.client.futures_contract_detail_em(&symbol)
futures_contract_detail|stock::SymbolParams|futures|Get futures contract detail (unified entry point)|self.client.futures_contract_detail(&symbol)
match_main_contract|stock::SymbolParams|futures|Get main contract for a given futures variety|self.client.match_main_contract(&symbol)
futures_czce_position_rank|futures::DateParams|futures|Get CZCE futures position rank data|self.client.futures_czce_position_rank(&date)
futures_cffex_position_rank|futures::DateParams|futures|Get CFFEX futures position rank data|self.client.futures_cffex_position_rank(&date)
futures_dce_position_rank|futures::DateParams|futures|Get DCE futures position rank data|self.client.futures_dce_position_rank(&date)
futures_gfex_position_rank|futures::DateParams|futures|Get GFEX futures position rank data|self.client.futures_gfex_position_rank(&date)
futures_dce_position_rank_other|futures::FuturesDateSymbolParams|futures|Get DCE position rank for other categories|self.client.futures_dce_position_rank_other(&date, &symbol)
futures_hold_pos_sina|futures::FuturesHoldPosParams|futures|Get Sina futures position data for a single contract|self.client.futures_hold_pos_sina(&data_type, &contract, &date)
futures_daily_ine|futures::DateParams|futures|Get INE daily futures data|self.client.futures_daily_ine(&date)
futures_daily_dce|futures::DateParams|futures|Get DCE daily futures data|self.client.futures_daily_dce(&date)
futures_daily_czce|futures::DateParams|futures|Get CZCE daily futures data|self.client.futures_daily_czce(&date)
futures_daily_gfex|futures::DateParams|futures|Get GFEX daily futures data|self.client.futures_daily_gfex(&date)
get_futures_daily|futures::FuturesDateMarketParams|futures|Get futures daily data from a specific exchange|self.client.get_futures_daily(&date, &market)
futures_to_spot_shfe|futures::DateParams|futures|Get SHFE futures-to-spot (期转现) data|self.client.futures_to_spot_shfe(&date)
futures_delivery_shfe|futures::DateParams|futures|Get SHFE delivery statistics by month|self.client.futures_delivery_shfe(&date)
futures_delivery_dce|futures::DateParams|futures|Get DCE delivery statistics|self.client.futures_delivery_dce(&date)
futures_to_spot_dce|futures::DateParams|futures|Get DCE futures-to-spot (期转现) data|self.client.futures_to_spot_dce(&date)
futures_delivery_match_czce|futures::DateParams|futures|Get CZCE delivery matching data|self.client.futures_delivery_match_czce(&date)
futures_delivery_czce|futures::DateParams|futures|Get CZCE monthly delivery data|self.client.futures_delivery_czce(&date)
futures_delivery_match_dce|futures::DateParams|futures|Get DCE delivery match data|self.client.futures_delivery_match_dce(&date)
futures_to_spot_czce|futures::DateParams|futures|Get CZCE futures-to-spot statistics|self.client.futures_to_spot_czce(&date)
futures_contract_info_cffex|futures::DateParams|futures|Get CFFEX contract trading parameters|self.client.futures_contract_info_cffex(&date)
futures_contract_info_czce|futures::DateParams|futures|Get CZCE contract reference data|self.client.futures_contract_info_czce(&date)
futures_contract_info_dce|_|futures|Get DCE futures contract information|self.client.futures_contract_info_dce()
futures_contract_info_gfex|_|futures|Get GFEX futures contract information|self.client.futures_contract_info_gfex()
futures_contract_info_ine|futures::DateParams|futures|Get INE futures contract base info|self.client.futures_contract_info_ine(&date)
futures_contract_info_shfe|futures::DateParams|futures|Get SHFE futures contract base info|self.client.futures_contract_info_shfe(&date)
futures_hog_core|stock::SymbolParams|futures|Get hog core price data from Zhuwang|self.client.futures_hog_core(&symbol)
futures_hog_cost|stock::SymbolParams|futures|Get hog cost dimension data from Zhuwang|self.client.futures_hog_cost(&symbol)
futures_hog_supply|stock::SymbolParams|futures|Get hog supply dimension data from Zhuwang|self.client.futures_hog_supply(&symbol)
futures_display_main_sina|_|futures|Get all main continuous contracts from Sina across exchanges|self.client.futures_display_main_sina()
futures_main_sina_derivative|futures::FuturesMainSinaDerivativeParams|futures|Get main contract daily data from Sina with date filtering|self.client.futures_main_sina_derivative(&symbol, &start_date, &end_date)
futures_spot_sys|futures::FuturesSymbolIndicatorParams|futures|Get spot-futures comparison data from 100ppi.com|self.client.futures_spot_sys(&symbol, &indicator)
get_cffex_daily|futures::DateParams|futures|Get CFFEX daily bar data (exchange wrapper)|self.client.get_cffex_daily(&date)
get_cffex_rank_table|futures::FuturesDateSymbolParams|futures|Get CFFEX rank table (position ranking)|self.client.get_cffex_rank_table(&date, &symbol)
get_czce_daily|futures::DateParams|futures|Get CZCE daily bar data (exchange wrapper)|self.client.get_czce_daily(&date)
get_dce_daily|futures::DateParams|futures|Get DCE daily bar data (exchange wrapper)|self.client.get_dce_daily(&date, None)
get_dce_rank_table|futures::FuturesDateSymbolParams|futures|Get DCE rank table (position ranking)|self.client.get_dce_rank_table(&date, &symbol)
get_gfex_daily|futures::DateParams|futures|Get GFEX daily bar data (exchange wrapper)|self.client.get_gfex_daily(&date)
get_ine_daily|futures::DateParams|futures|Get INE daily bar data (exchange wrapper)|self.client.get_ine_daily(&date)
get_shfe_daily|futures::DateParams|futures|Get SHFE daily bar data (exchange wrapper)|self.client.get_shfe_daily(&date)
get_shfe_rank_table|futures::FuturesDateSymbolParams|futures|Get SHFE rank table (position ranking)|self.client.get_shfe_rank_table(&date, &symbol)
get_rank_table_czce|futures::DateParams|futures|Get CZCE rank table (position ranking)|self.client.get_rank_table_czce(&date, None)
get_roll_yield_bar|futures::DateParams|futures|Get roll yield bar cross-section for all varieties|self.client.get_roll_yield_bar(&date, None, None, None)
get_rank_sum|futures::DateParams|futures|Get aggregated position ranking sum across exchanges|self.client.get_rank_sum(&date)
get_rank_sum_daily|futures::DateParams|futures|Get daily aggregated position ranking data|self.client.get_rank_sum_daily(&date)
get_receipt|futures::DateParams|futures|Get warehouse receipt data from DCE and SHFE|self.client.get_receipt(&date, None)
futures_foreign_hist|stock::SymbolParams|futures|Get foreign futures historical daily kline from Sina|self.client.futures_foreign_hist(&symbol)
get_qhkc_fund_bs|futures::DateParams|futures|Get QHKC fund buy/sell data|self.client.get_qhkc_fund_bs(&date)
get_qhkc_fund_money_change|futures::DateParams|futures|Get QHKC fund money change data|self.client.get_qhkc_fund_money_change(&date)
get_qhkc_fund_position|futures::DateParams|futures|Get QHKC fund position data|self.client.get_qhkc_fund_position(&date)
get_qhkc_index|futures::DateParams|futures|Get QHKC index data|self.client.get_qhkc_index(&date)
get_qhkc_index_profit_loss|futures::DateParams|futures|Get QHKC index profit/loss data|self.client.get_qhkc_index_profit_loss(&date)
get_qhkc_index_trend|futures::DateParams|futures|Get QHKC index trend data|self.client.get_qhkc_index_trend(&date)
qhkc_tool_foreign|_|futures|Get QHKC foreign commodity tool data|self.client.qhkc_tool_foreign()
qhkc_tool_gdp|_|futures|Get QHKC GDP tool data|self.client.qhkc_tool_gdp()
futures_foreign_detail|stock::SymbolParams|futures|Get foreign futures contract detail from Sina|self.client.futures_foreign_detail(&symbol)
futures_global_spot_em|_|futures|Get global futures realtime quotes from Eastmoney|self.client.futures_global_spot_em()
futures_global_hist_em|stock::SymbolParams|futures|Get global futures historical kline data from Eastmoney|self.client.futures_global_hist_em(&symbol)
futures_hist_table_em|_|futures|Get Eastmoney futures market table (品种对照表)|self.client.futures_hist_table_em()
futures_hist_em|futures::FuturesHistEmParams|futures|Get Eastmoney futures historical kline data|self.client.futures_hist_em(&symbol, &period, &start_date, &end_date)
futures_index_ccidx|stock::SymbolParams|futures|Get CCIDX futures commodity index from 中证商品指数|self.client.futures_index_ccidx(&symbol)
futures_inventory_em|stock::SymbolParams|futures|Get Eastmoney futures inventory data|self.client.futures_inventory_em(&symbol)
futures_inventory_99|stock::SymbolParams|futures|Get 99qh futures inventory data|self.client.futures_inventory_99(&symbol)
futures_news_shmet|futures::FuturesCategoryParams|futures|Get SHMET news flash from Shanghai Metals Market|self.client.futures_news_shmet(&category)
get_dce_receipt|futures::DateParams|futures|Get DCE registered warehouse receipt data|self.client.get_dce_receipt(&date)
get_shfe_receipt|futures::DateParams|futures|Get SHFE registered warehouse receipt data|self.client.get_shfe_receipt(&date)
get_roll_yield|futures::FuturesDateSymbolParams|futures|Get roll yield between two futures contracts|self.client.get_roll_yield(&date, &symbol, None, None)
futures_roll_yield_bar|futures::DateParams|futures|Get roll yield cross-section for all varieties on a given date|self.client.futures_roll_yield_bar(&date)
futures_rule_gtja|futures::DateParams|futures|Get Guotai Junan Futures trading calendar and rules|self.client.futures_rule_gtja(&date)
futures_rule|futures::DateParams|futures|Get futures trading rules (unified entry point)|self.client.futures_rule(&date)
futures_rule_em|_|futures|Get Eastmoney futures trading rules|self.client.futures_rule_em()
futures_settle_cffex|futures::DateParams|futures|Get CFFEX settlement parameters|self.client.futures_settle_cffex(&date)
futures_settle_czce|futures::DateParams|futures|Get CZCE settlement parameters|self.client.futures_settle_czce(&date)
futures_settle_shfe|futures::DateParams|futures|Get SHFE settlement parameters|self.client.futures_settle_shfe(&date)
futures_settle_ine|futures::DateParams|futures|Get INE settlement parameters|self.client.futures_settle_ine(&date)
futures_settle_gfex|futures::DateParams|futures|Get GFEX settlement parameters|self.client.futures_settle_gfex(&date)
futures_stock_shfe_js|stock::SymbolParams|futures|Get SHFE settlement parameters for a given symbol|self.client.futures_stock_shfe_js(&symbol)
futures_settle|futures::FuturesDateMarketParams|futures|Get unified settlement data across exchanges|self.client.futures_settle(&date, &market)
futures_settlement_price_sgx|futures::DateParams|futures|Get SGX derivatives historical settlement prices|self.client.futures_settlement_price_sgx(&date)
futures_symbol_mark|_|futures|Get futures symbol-to-mark mapping from Sina|self.client.futures_symbol_mark()
futures_zh_realtime|stock::SymbolParams|futures|Get realtime quotes for all contracts of a futures variety from Sina|self.client.futures_zh_realtime(&symbol)
futures_zh_spot|futures::FuturesSymbolMarketParams|futures|Get realtime spot quotes for specific futures contracts from Sina|self.client.futures_zh_spot(&symbols, &market)
futures_zh_minute_sina|futures::FuturesSymbolPeriodKlineParams|futures|Get minute-frequency kline data for a futures contract from Sina|self.client.futures_zh_minute_sina(&symbol, &period)
futures_zh_daily_sina|stock::SymbolParams|futures|Get daily kline data for a specific futures contract from Sina|self.client.futures_zh_daily_sina(&symbol)
futures_spot_stock|futures::DateParams|futures|Get futures spot-to-stock mapping data|self.client.futures_spot_stock(&date)
futures_spot_stock_em|futures::FuturesCategoryParams|futures|Get Eastmoney spot-to-stock mapping data by category|self.client.futures_spot_stock_em(&category)
futures_warehouse_receipt_czce|futures::DateParams|futures|Get CZCE warehouse receipt data|self.client.futures_warehouse_receipt_czce(&date)
futures_warehouse_receipt_dce|futures::DateParams|futures|Get DCE warehouse receipt data|self.client.futures_warehouse_receipt_dce(&date)
futures_shfe_warehouse_receipt|futures::DateParams|futures|Get SHFE warehouse receipt data|self.client.futures_shfe_warehouse_receipt(&date)
futures_gfex_warehouse_receipt|futures::DateParams|futures|Get GFEX warehouse receipt data|self.client.futures_gfex_warehouse_receipt(&date)
futures_hist_daily_cffex|futures::DateParams|futures|Get CFFEX historical daily data|self.client.futures_hist_daily_cffex(&date)
index_a_share_candles|index::IndexCandlesParams|index|Get A-share index candles from Eastmoney|self.client.index_a_share_candles(&symbol, limit)
index_stock_zh_spot_em|index::IndexSymbolParams|index|Get A-share index real-time spot from Eastmoney by series|self.client.index_stock_zh_spot_em(&symbol)
index_stock_zh_spot_sina|_|index|Get A-share index real-time spot from Sina|self.client.index_stock_zh_spot_sina()
index_all_cni|_|index|Get all CNIndex (国证指数) indices for the latest trading day|self.client.index_all_cni()
index_hist_cni|index::IndexHistParams|index|Get CNIndex historical data with date range|self.client.index_hist_cni(&symbol, &start_date, &end_date)
index_detail_hist_cni|index::IndexHistParams|index|Get CNIndex detailed historical data (alias for index_hist_cni)|self.client.index_detail_hist_cni(&symbol, &start_date, &end_date)
index_stock_cons_sina|index::IndexSymbolParams|index|Get index constituent stocks from Sina (new API)|self.client.index_stock_cons_sina(&symbol)
index_stock_cons_csindex|index::IndexSymbolParams|index|Get index constituent stocks from CSIndex (returns XLS error)|self.client.index_stock_cons_csindex(&symbol)
index_stock_cons_weight_csindex|index::IndexSymbolParams|index|Get index constituent stock weights from CSIndex (returns XLS error)|self.client.index_stock_cons_weight_csindex(&symbol)
index_csindex_all|_|index|Get list of all CSIndex (中证指数) indices|self.client.index_csindex_all()
index_pmi_com_cx|_|index|Get Caixin composite PMI index|self.client.index_pmi_com_cx()
index_pmi_man_cx|_|index|Get Caixin manufacturing PMI index|self.client.index_pmi_man_cx()
index_pmi_ser_cx|_|index|Get Caixin services PMI index|self.client.index_pmi_ser_cx()
index_dei_cx|_|index|Get Caixin digital economy index|self.client.index_dei_cx()
index_ii_cx|_|index|Get Caixin industry index|self.client.index_ii_cx()
index_si_cx|_|index|Get Caixin spillover index|self.client.index_si_cx()
index_fi_cx|_|index|Get Caixin fusion index|self.client.index_fi_cx()
index_bi_cx|_|index|Get Caixin foundation index|self.client.index_bi_cx()
index_nei_cx|_|index|Get Caixin China new economy index|self.client.index_nei_cx()
index_li_cx|_|index|Get Caixin labor input index|self.client.index_li_cx()
index_ci_cx|_|index|Get Caixin capital input index|self.client.index_ci_cx()
index_ti_cx|_|index|Get Caixin technology input index|self.client.index_ti_cx()
index_neaw_cx|_|index|Get Caixin new economy average entry wage index|self.client.index_neaw_cx()
index_awpr_cx|_|index|Get Caixin new economy entry wage premium index|self.client.index_awpr_cx()
index_cci_cx|_|index|Get Caixin commodity index|self.client.index_cci_cx()
index_qli_cx|_|index|Get Caixin quality factor index|self.client.index_qli_cx()
index_ai_cx|_|index|Get Caixin AI strategy index|self.client.index_ai_cx()
index_bei_cx|_|index|Get Caixin cornerstone economy index|self.client.index_bei_cx()
index_neei_cx|_|index|Get Caixin new momentum index|self.client.index_neei_cx()
drewry_wci_index|index::IndexSymbolParams|index|Get Drewry World Container Index (stub, requires HTML scraping)|self.client.drewry_wci_index(&symbol)
index_eri|index::IndexSymbolParams|index|Get Zhejiang emission rights trading index. Symbol: '月度' or '季度'|self.client.index_eri(&symbol)
index_global_name_table_yahoo|_|index|Get global index name-to-symbol mapping from Yahoo Finance|self.client.index_global_name_table_yahoo()
index_global_spot_em|_|index|Get global index real-time spot from Eastmoney|self.client.index_global_spot_em()
index_global_hist_em|index::IndexHkDailyParams|index|Get global index historical K-line from Eastmoney|self.client.index_global_hist_em(&symbol, &internal_id, limit)
index_global_hist_sina|index::IndexSymbolParams|index|Get global index historical data from Sina|self.client.index_global_hist_sina(&symbol)
hf_sp_500|index::IndexSymbolParams|index|Get high-frequency S&P 500 minute data for a given year (2012-2018)|self.client.hf_sp_500(&symbol)
index_hog_spot_price|_|index|Get hog (生猪) spot price index|self.client.index_hog_spot_price()
index_kq_fz|index::IndexSymbolParams|index|Get Keqiao textile index. Symbol: '价格指数','景气指数','外贸指数'|self.client.index_kq_fz(&symbol)
index_kq_fashion|index::IndexSymbolParams|index|Get Keqiao fashion index and sub-indices|self.client.index_kq_fashion(&symbol)
index_option_50etf_qvix|_|option|Get 50ETF option QVIX volatility index (daily)|self.client.index_option_50etf_qvix()
index_option_300etf_qvix|_|option|Get 300ETF option QVIX volatility index (daily)|self.client.index_option_300etf_qvix()
index_option_500etf_qvix|_|option|Get 500ETF option QVIX volatility index (daily)|self.client.index_option_500etf_qvix()
index_option_cyb_qvix|_|option|Get ChiNext (创业板) option QVIX volatility index (daily)|self.client.index_option_cyb_qvix()
index_option_kcb_qvix|_|option|Get STAR Market (科创板) option QVIX volatility index (daily)|self.client.index_option_kcb_qvix()
index_option_100etf_qvix|_|option|Get SZSE 100ETF option QVIX volatility index (daily)|self.client.index_option_100etf_qvix()
index_option_300index_qvix|_|option|Get CSI 300 stock index option QVIX volatility index (daily)|self.client.index_option_300index_qvix()
index_option_1000index_qvix|_|option|Get CSI 1000 stock index option QVIX volatility index (daily)|self.client.index_option_1000index_qvix()
index_option_50index_qvix|_|option|Get SSE 50 stock index option QVIX volatility index (daily)|self.client.index_option_50index_qvix()
index_option_50etf_min_qvix|_|option|Get 50ETF option QVIX volatility index (intraday)|self.client.index_option_50etf_min_qvix()
index_option_300etf_min_qvix|_|option|Get 300ETF option QVIX volatility index (intraday)|self.client.index_option_300etf_min_qvix()
index_option_500etf_min_qvix|_|option|Get 500ETF option QVIX volatility index (intraday)|self.client.index_option_500etf_min_qvix()
index_option_cyb_min_qvix|_|option|Get ChiNext (创业板) option QVIX volatility index (intraday)|self.client.index_option_cyb_min_qvix()
index_option_kcb_min_qvix|_|option|Get STAR Market (科创板) option QVIX volatility index (intraday)|self.client.index_option_kcb_min_qvix()
index_option_100etf_min_qvix|_|option|Get SZSE 100ETF option QVIX volatility index (intraday)|self.client.index_option_100etf_min_qvix()
index_option_300index_min_qvix|_|option|Get CSI 300 stock index option QVIX volatility index (intraday)|self.client.index_option_300index_min_qvix()
index_option_1000index_min_qvix|_|option|Get CSI 1000 stock index option QVIX volatility index (intraday)|self.client.index_option_1000index_min_qvix()
index_option_50index_min_qvix|_|option|Get SSE 50 stock index option QVIX volatility index (intraday)|self.client.index_option_50index_min_qvix()
index_news_sentiment_scope|_|option|Get Chinascope A-share news sentiment index|self.client.index_news_sentiment_scope()
index_sugar_msweet|_|option|Get Msweet China sugar composite price index|self.client.index_sugar_msweet()
index_inner_quote_sugar_msweet|_|option|Get Msweet inner-quota import sugar estimate index|self.client.index_inner_quote_sugar_msweet()
index_outer_quote_sugar_msweet|_|option|Get Msweet outer-quota import sugar estimate index|self.client.index_outer_quote_sugar_msweet()
sw_index_candles|index::IndexCandlesParams|option|Get Shenwan industry index daily candles|self.client.sw_index_candles(&symbol, limit)
sw_index_first_info|_|option|Get Shenwan Level-1 industry index info|self.client.sw_index_first_info()
sw_index_second_info|_|option|Get Shenwan Level-2 industry index info|self.client.sw_index_second_info()
sw_index_third_cons|index::IndexSymbolParams|option|Get Shenwan Level-3 industry index constituents|self.client.sw_index_third_cons(&symbol)
sw_index_third_info|index::IndexSymbolParams|option|Get Shenwan Level-3 industry index info|self.client.sw_index_third_info(&symbol)
sw_index_list|_|option|Get Shenwan Level-1 industry index snapshot with latest prices|self.client.sw_index_list()
index_hist_fund_sw|index::IndexPeriodParams|fund|Get Shenwan fund index historical data. Period: 'day','week','month'|self.client.index_hist_fund_sw(&symbol, &period)
index_min_sw|index::IndexSymbolParams|fund|Get Shenwan research index intraday minute data|self.client.index_min_sw(&symbol)
index_component_sw|index::IndexSymbolParams|fund|Get Shenwan research index constituent stocks|self.client.index_component_sw(&symbol)
index_analysis_daily_sw|index::IndexHistParams|fund|Get Shenwan research daily analysis report|self.client.index_analysis_daily_sw(&symbol, &start_date, &end_date)
index_analysis_weekly_sw|index::SwAnalysisDateParams|fund|Get Shenwan research weekly analysis report|self.client.index_analysis_weekly_sw(&symbol, &date)
index_analysis_monthly_sw|index::SwAnalysisDateParams|fund|Get Shenwan research monthly analysis report|self.client.index_analysis_monthly_sw(&symbol, &date)
index_zh_a_hist_min_em|index::IndexZhAHistMinEmParams|fund|Get A-share index intraday data from Eastmoney (Python-compatible)|self.client.index_zh_a_hist_min_em(&symbol, &period, &start_date, &end_date, &adjust)
index_zh_a_hist_min|index::IndexPeriodParams|fund|Get A-share index intraday data from Eastmoney|self.client.index_zh_a_hist_min(&symbol, &period)
index_code_id_map_em|_|fund|Get Eastmoney stock-to-market-ID code mapping|self.client.index_code_id_map_em()
macro_china_cpi|_|macro_data|Get China CPI (Consumer Price Index) data|self.client.macro_china_cpi()
macro_china_cpi_monthly|_|macro_data|Get China CPI monthly rate data|self.client.macro_china_cpi_monthly()
macro_china_cpi_yearly|_|macro_data|Get China CPI yearly rate data|self.client.macro_china_cpi_yearly()
macro_china_ppi|_|macro_data|Get China PPI (Producer Price Index) data|self.client.macro_china_ppi()
macro_china_ppi_yearly|_|macro_data|Get China PPI yearly rate data|self.client.macro_china_ppi_yearly()
macro_china_pmi|_|macro_data|Get China PMI (Purchasing Managers' Index) data|self.client.macro_china_pmi()
macro_china_pmi_yearly|_|macro_data|Get China official manufacturing PMI yearly data|self.client.macro_china_pmi_yearly()
macro_china_cx_pmi_yearly|_|macro_data|Get China Caixin manufacturing PMI yearly data|self.client.macro_china_cx_pmi_yearly()
macro_china_cx_services_pmi_yearly|_|macro_data|Get China Caixin services PMI yearly data|self.client.macro_china_cx_services_pmi_yearly()
macro_china_non_man_pmi|_|macro_data|Get China non-manufacturing PMI data|self.client.macro_china_non_man_pmi()
macro_china_money_supply|_|macro_data|Get China money supply (M0, M1, M2) data|self.client.macro_china_money_supply()
macro_china_m2_yearly|_|macro_data|Get China M2 yearly rate data|self.client.macro_china_m2_yearly()
macro_china_trade_balance|_|macro_data|Get China trade balance data|self.client.macro_china_trade_balance()
macro_china_exports_yoy|_|macro_data|Get China exports year-over-year data|self.client.macro_china_exports_yoy()
macro_china_imports_yoy|_|macro_data|Get China imports year-over-year data|self.client.macro_china_imports_yoy()
macro_china_industrial_production_yoy|_|macro_data|Get China industrial production year-over-year data|self.client.macro_china_industrial_production_yoy()
macro_china_fx_reserves_yearly|_|macro_data|Get China FX reserves yearly data|self.client.macro_china_fx_reserves_yearly()
macro_china_fdi|_|macro_data|Get China foreign direct investment data|self.client.macro_china_fdi()
macro_china_fx_gold|_|macro_data|Get China FX and gold reserves data|self.client.macro_china_fx_gold()
macro_china_lpr|_|macro_data|Get China LPR (Loan Prime Rate) data|self.client.macro_china_lpr()
macro_china_new_house_price|_|macro_data|Get China new house price index data|self.client.macro_china_new_house_price()
macro_china_enterprise_boom_index|_|macro_data|Get China enterprise boom index data|self.client.macro_china_enterprise_boom_index()
macro_china_national_tax_receipts|_|macro_data|Get China national tax receipts data|self.client.macro_china_national_tax_receipts()
macro_china_new_financial_credit|_|macro_data|Get China new financial credit data|self.client.macro_china_new_financial_credit()
macro_china_stock_market_cap|_|macro_data|Get China stock market capitalization data|self.client.macro_china_stock_market_cap()
macro_china_consumer_goods_retail|_|macro_data|Get China consumer goods retail data|self.client.macro_china_consumer_goods_retail()
macro_china_bank_financing|_|macro_data|Get China bank financing products data|self.client.macro_china_bank_financing()
macro_china_insurance_income|_|macro_data|Get China insurance income data|self.client.macro_china_insurance_income()
macro_china_mobile_number|_|macro_data|Get China mobile phone shipments data|self.client.macro_china_mobile_number()
macro_china_vegetable_basket|_|macro_data|Get China vegetable basket index data|self.client.macro_china_vegetable_basket()
macro_china_agricultural_product|_|macro_data|Get China agricultural product price index data|self.client.macro_china_agricultural_product()
macro_china_agricultural_index|_|macro_data|Get China agricultural index data|self.client.macro_china_agricultural_index()
macro_china_energy_index|_|macro_data|Get China energy index data|self.client.macro_china_energy_index()
macro_china_commodity_price_index|_|macro_data|Get China commodity price index data|self.client.macro_china_commodity_price_index()
macro_china_yw_electronic_index|_|macro_data|Get China Yiwu small commodity index data|self.client.macro_china_yw_electronic_index()
macro_china_construction_index|_|macro_data|Get China construction industry index data|self.client.macro_china_construction_index()
macro_china_construction_price_index|_|macro_data|Get China construction material price index data|self.client.macro_china_construction_price_index()
macro_china_lpi_index|_|macro_data|Get China logistics prosperity index data|self.client.macro_china_lpi_index()
macro_china_bdti_index|_|macro_data|Get China BDTI (crude oil transport index) data|self.client.macro_china_bdti_index()
macro_china_bsi_index|_|macro_data|Get China BSI (supramax freight index) data|self.client.macro_china_bsi_index()
macro_china_real_estate|_|macro_data|Get China real estate index data|self.client.macro_china_real_estate()
macro_china_shibor_all|_|macro_data|Get China Shibor (Shanghai interbank offered rates) data|self.client.macro_china_shibor_all()
macro_china_hk_market_info|_|macro_data|Get China HIBOR (Hong Kong interbank offered rates) data|self.client.macro_china_hk_market_info()
macro_china_rmb|_|macro_data|Get China RMB central parity rate data|self.client.macro_china_rmb()
macro_china_market_margin_sz|_|macro_data|Get Shenzhen margin trading report data|self.client.macro_china_market_margin_sz()
macro_china_market_margin_sh|_|macro_data|Get Shanghai margin trading report data|self.client.macro_china_market_margin_sh()
macro_china_au_report|_|macro_data|Get Shanghai Gold Exchange report data|self.client.macro_china_au_report()
macro_china_czsr|_|macro_data|Get China fiscal revenue data|self.client.macro_china_czsr()
macro_china_gdzctz|_|macro_data|Get China fixed asset investment data|self.client.macro_china_gdzctz()
macro_china_gyzjz|_|macro_data|Get China industrial value-added growth data|self.client.macro_china_gyzjz()
macro_china_hgjck|_|macro_data|Get China customs trade data|self.client.macro_china_hgjck()
macro_china_whxd|_|macro_data|Get China FX loans data|self.client.macro_china_whxd()
macro_china_wbck|_|macro_data|Get China FX deposits data|self.client.macro_china_wbck()
macro_china_xfzxx|_|macro_data|Get China consumer confidence index data|self.client.macro_china_xfzxx()
macro_china_qyspjg|_|macro_data|Get China enterprise commodity price index data|self.client.macro_china_qyspjg()
macro_cnbs|_|macro_data|Get China CNBS macro leverage ratio data|self.client.macro_cnbs()
macro_china_central_bank_balance|_|macro_data|Get China central bank balance sheet data|self.client.macro_china_central_bank_balance()
macro_china_insurance|_|macro_data|Get China insurance industry data|self.client.macro_china_insurance()
macro_china_supply_of_money|_|macro_data|Get China money supply (Sina Finance) data|self.client.macro_china_supply_of_money()
macro_china_foreign_exchange_gold|_|macro_data|Get China FX and gold reserves (Sina Finance) data|self.client.macro_china_foreign_exchange_gold()
macro_china_retail_price_index|_|macro_data|Get China retail price index data|self.client.macro_china_retail_price_index()
macro_china_society_electricity|_|macro_data|Get China society electricity usage data|self.client.macro_china_society_electricity()
macro_china_society_traffic_volume|_|macro_data|Get China society traffic volume data|self.client.macro_china_society_traffic_volume()
macro_china_postal_telecommunicational|_|macro_data|Get China postal and telecommunications data|self.client.macro_china_postal_telecommunicational()
macro_china_international_tourism_fx|_|macro_data|Get China international tourism FX revenue data|self.client.macro_china_international_tourism_fx()
macro_china_passenger_load_factor|_|macro_data|Get China passenger load factor data|self.client.macro_china_passenger_load_factor()
macro_china_freight_index|_|macro_data|Get China freight index data|self.client.macro_china_freight_index()
macro_china_shrzgm|_|macro_data|Get China social financing scale data|self.client.macro_china_shrzgm()
macro_rmb_loan|_|macro_data|Get China RMB loan data|self.client.macro_rmb_loan()
macro_rmb_deposit|_|macro_data|Get China RMB deposit data|self.client.macro_rmb_deposit()
macro_china_daily_energy|_|macro_data|Get China daily energy data (Jin10)|self.client.macro_china_daily_energy()
macro_china_reserve_requirement_ratio|_|macro_data|Get China deposit reserve requirement ratio data|self.client.macro_china_reserve_requirement_ratio()
macro_china_urban_unemployment|_|macro_data|Get China urban survey unemployment rate data|self.client.macro_china_urban_unemployment()
macro_china_nbs_nation|macro_data::MacroNbsNationParams|macro_data|Get China NBS national data (National Bureau of Statistics)|self.client.macro_china_nbs_nation(&kind, &path, &period)
macro_china_nbs_region|macro_data::MacroNbsRegionParams|macro_data|Get China NBS regional data (National Bureau of Statistics)|self.client.macro_china_nbs_region(&kind, &path, &indicator, &period)
macro_usa_gdp_monthly|_|macro_data|Get US GDP monthly data|self.client.macro_usa_gdp_monthly()
macro_usa_core_cpi_monthly|_|macro_data|Get US core CPI monthly data|self.client.macro_usa_core_cpi_monthly()
macro_usa_pending_home_sales|_|macro_data|Get US pending home sales data|self.client.macro_usa_pending_home_sales()
macro_usa_phs|_|macro_data|Get US pending home sales (EM) data|self.client.macro_usa_phs()
macro_usa_personal_spending|_|macro_data|Get US personal spending data|self.client.macro_usa_personal_spending()
macro_usa_retail_sales|_|macro_data|Get US retail sales data|self.client.macro_usa_retail_sales()
macro_usa_import_price|_|macro_data|Get US import price index data|self.client.macro_usa_import_price()
macro_usa_export_price|_|macro_data|Get US export price index data|self.client.macro_usa_export_price()
macro_usa_lmci|_|macro_data|Get US LMCI (labor market conditions index) data|self.client.macro_usa_lmci()
macro_usa_unemployment_rate|_|macro_data|Get US unemployment rate data|self.client.macro_usa_unemployment_rate()
macro_usa_job_cuts|_|macro_data|Get US job cuts (Challenger) data|self.client.macro_usa_job_cuts()
macro_usa_non_farm|_|macro_data|Get US non-farm payrolls data|self.client.macro_usa_non_farm()
macro_usa_adp_employment|_|macro_data|Get US ADP employment data|self.client.macro_usa_adp_employment()
macro_usa_core_pce_price|_|macro_data|Get US core PCE price index data|self.client.macro_usa_core_pce_price()
macro_usa_real_consumer_spending|_|macro_data|Get US real consumer spending data|self.client.macro_usa_real_consumer_spending()
macro_usa_trade_balance|_|macro_data|Get US trade balance data|self.client.macro_usa_trade_balance()
macro_usa_current_account|_|macro_data|Get US current account data|self.client.macro_usa_current_account()
macro_usa_ppi|_|macro_data|Get US PPI (producer price index) data|self.client.macro_usa_ppi()
macro_usa_core_ppi|_|macro_data|Get US core PPI data|self.client.macro_usa_core_ppi()
macro_usa_api_crude_stock|_|macro_data|Get US API crude oil stock data|self.client.macro_usa_api_crude_stock()
macro_usa_pmi|_|macro_data|Get US manufacturing PMI data|self.client.macro_usa_pmi()
macro_usa_ism_pmi|_|macro_data|Get US ISM manufacturing PMI data|self.client.macro_usa_ism_pmi()
macro_usa_industrial_production|_|macro_data|Get US industrial production data|self.client.macro_usa_industrial_production()
macro_usa_durable_goods_orders|_|macro_data|Get US durable goods orders data|self.client.macro_usa_durable_goods_orders()
macro_usa_factory_orders|_|macro_data|Get US factory orders data|self.client.macro_usa_factory_orders()
macro_usa_services_pmi|_|macro_data|Get US services PMI data|self.client.macro_usa_services_pmi()
macro_usa_business_inventories|_|macro_data|Get US business inventories data|self.client.macro_usa_business_inventories()
macro_usa_ism_non_pmi|_|macro_data|Get US ISM non-manufacturing PMI data|self.client.macro_usa_ism_non_pmi()
macro_usa_nahb_house_market_index|_|macro_data|Get US NAHB housing market index data|self.client.macro_usa_nahb_house_market_index()
macro_usa_house_starts|_|macro_data|Get US housing starts data|self.client.macro_usa_house_starts()
macro_usa_new_home_sales|_|macro_data|Get US new home sales data|self.client.macro_usa_new_home_sales()
macro_usa_building_permits|_|macro_data|Get US building permits data|self.client.macro_usa_building_permits()
macro_usa_exist_home_sales|_|macro_data|Get US existing home sales data|self.client.macro_usa_exist_home_sales()
macro_usa_house_price_index|_|macro_data|Get US house price index data|self.client.macro_usa_house_price_index()
macro_usa_spcs20|_|macro_data|Get US S&P/Case-Shiller 20-city house price index data|self.client.macro_usa_spcs20()
macro_usa_cb_consumer_confidence|_|macro_data|Get US CB consumer confidence data|self.client.macro_usa_cb_consumer_confidence()
macro_usa_nfib_small_business|_|macro_data|Get US NFIB small business optimism data|self.client.macro_usa_nfib_small_business()
macro_usa_michigan_consumer_sentiment|_|macro_data|Get US Michigan consumer sentiment data|self.client.macro_usa_michigan_consumer_sentiment()
macro_usa_eia_crude_rate|_|macro_data|Get US EIA crude oil rate data|self.client.macro_usa_eia_crude_rate()
macro_usa_initial_jobless|_|macro_data|Get US initial jobless claims data|self.client.macro_usa_initial_jobless()
macro_usa_rig_count|_|macro_data|Get US Baker Hughes rig count data|self.client.macro_usa_rig_count()
macro_usa_crude_inner|_|macro_data|Get US crude oil production data|self.client.macro_usa_crude_inner()
macro_usa_cftc_nc_holding|_|macro_data|Get CFTC non-commercial holding data|self.client.macro_usa_cftc_nc_holding()
macro_usa_cftc_c_holding|_|macro_data|Get CFTC commodity non-commercial holding data|self.client.macro_usa_cftc_c_holding()
macro_usa_cftc_merchant_currency_holding|_|macro_data|Get CFTC merchant currency holding data|self.client.macro_usa_cftc_merchant_currency_holding()
macro_usa_cftc_merchant_goods_holding|_|macro_data|Get CFTC merchant goods holding data|self.client.macro_usa_cftc_merchant_goods_holding()
macro_usa_cme_merchant_goods_holding|_|macro_data|Get CME precious metals merchant goods holding data|self.client.macro_usa_cme_merchant_goods_holding()
macro_euro_gdp_yoy|_|macro_data|Get Euro area GDP year-over-year data|self.client.macro_euro_gdp_yoy()
macro_euro_cpi_mom|_|macro_data|Get Euro area CPI month-over-month data|self.client.macro_euro_cpi_mom()
macro_euro_cpi_yoy|_|macro_data|Get Euro area CPI year-over-year data|self.client.macro_euro_cpi_yoy()
macro_euro_ppi_mom|_|macro_data|Get Euro area PPI month-over-month data|self.client.macro_euro_ppi_mom()
macro_euro_retail_sales_mom|_|macro_data|Get Euro area retail sales month-over-month data|self.client.macro_euro_retail_sales_mom()
macro_euro_employment_change_qoq|_|macro_data|Get Euro area employment change quarter-over-quarter data|self.client.macro_euro_employment_change_qoq()
macro_euro_unemployment_rate_mom|_|macro_data|Get Euro area unemployment rate data|self.client.macro_euro_unemployment_rate_mom()
macro_euro_trade_balance|_|macro_data|Get Euro area trade balance data|self.client.macro_euro_trade_balance()
macro_euro_current_account_mom|_|macro_data|Get Euro area current account month-over-month data|self.client.macro_euro_current_account_mom()
macro_euro_industrial_production_mom|_|macro_data|Get Euro area industrial production month-over-month data|self.client.macro_euro_industrial_production_mom()
macro_euro_manufacturing_pmi|_|macro_data|Get Euro area manufacturing PMI data|self.client.macro_euro_manufacturing_pmi()
macro_euro_services_pmi|_|macro_data|Get Euro area services PMI data|self.client.macro_euro_services_pmi()
macro_euro_zew_economic_sentiment|_|macro_data|Get Euro area ZEW economic sentiment data|self.client.macro_euro_zew_economic_sentiment()
macro_euro_sentix_investor_confidence|_|macro_data|Get Euro area Sentix investor confidence data|self.client.macro_euro_sentix_investor_confidence()
macro_euro_lme_holding|_|macro_data|Get LME holdings report data|self.client.macro_euro_lme_holding()
macro_euro_lme_stock|_|macro_data|Get LME stock report data|self.client.macro_euro_lme_stock()
macro_uk_halifax_monthly|_|macro_data|Get UK Halifax house price index monthly data|self.client.macro_uk_halifax_monthly()
macro_uk_halifax_yearly|_|macro_data|Get UK Halifax house price index yearly data|self.client.macro_uk_halifax_yearly()
macro_uk_trade|_|macro_data|Get UK trade balance data|self.client.macro_uk_trade()
macro_uk_bank_rate|_|macro_data|Get UK bank rate (interest rate) data|self.client.macro_uk_bank_rate()
macro_uk_core_cpi_yearly|_|macro_data|Get UK core CPI yearly data|self.client.macro_uk_core_cpi_yearly()
macro_uk_core_cpi_monthly|_|macro_data|Get UK core CPI monthly data|self.client.macro_uk_core_cpi_monthly()
macro_uk_cpi_yearly|_|macro_data|Get UK CPI yearly data|self.client.macro_uk_cpi_yearly()
macro_uk_cpi_monthly|_|macro_data|Get UK CPI monthly data|self.client.macro_uk_cpi_monthly()
macro_uk_retail_monthly|_|macro_data|Get UK retail sales monthly data|self.client.macro_uk_retail_monthly()
macro_uk_retail_yearly|_|macro_data|Get UK retail sales yearly data|self.client.macro_uk_retail_yearly()
macro_uk_rightmove_monthly|_|macro_data|Get UK Rightmove house price index monthly data|self.client.macro_uk_rightmove_monthly()
macro_uk_rightmove_yearly|_|macro_data|Get UK Rightmove house price index yearly data|self.client.macro_uk_rightmove_yearly()
macro_uk_gdp_quarterly|_|macro_data|Get UK GDP quarterly data|self.client.macro_uk_gdp_quarterly()
macro_uk_gdp_yearly|_|macro_data|Get UK GDP yearly data|self.client.macro_uk_gdp_yearly()
macro_uk_unemployment_rate|_|macro_data|Get UK unemployment rate data|self.client.macro_uk_unemployment_rate()
macro_bank_usa_interest_rate|_|macro_data|Get US Federal Reserve interest rate decision data|self.client.macro_bank_usa_interest_rate()
macro_bank_euro_interest_rate|_|macro_data|Get ECB interest rate decision data|self.client.macro_bank_euro_interest_rate()
macro_bank_newzealand_interest_rate|_|macro_data|Get RBNZ (New Zealand) interest rate decision data|self.client.macro_bank_newzealand_interest_rate()
macro_bank_china_interest_rate|_|macro_data|Get PBOC (China) interest rate decision data|self.client.macro_bank_china_interest_rate()
macro_bank_switzerland_interest_rate|_|macro_data|Get SNB (Switzerland) interest rate decision data|self.client.macro_bank_switzerland_interest_rate()
macro_bank_english_interest_rate|_|macro_data|Get BOE (England) interest rate decision data|self.client.macro_bank_english_interest_rate()
macro_bank_australia_interest_rate|_|macro_data|Get RBA (Australia) interest rate decision data|self.client.macro_bank_australia_interest_rate()
macro_bank_japan_interest_rate|_|macro_data|Get BOJ (Japan) interest rate decision data|self.client.macro_bank_japan_interest_rate()
macro_bank_russia_interest_rate|_|macro_data|Get CBR (Russia) interest rate decision data|self.client.macro_bank_russia_interest_rate()
macro_bank_india_interest_rate|_|macro_data|Get RBI (India) interest rate decision data|self.client.macro_bank_india_interest_rate()
macro_bank_brazil_interest_rate|_|macro_data|Get BCB (Brazil) interest rate decision data|self.client.macro_bank_brazil_interest_rate()
macro_canada_new_house_rate|_|macro_data|Get Canada new housing starts data|self.client.macro_canada_new_house_rate()
macro_canada_unemployment_rate|_|macro_data|Get Canada unemployment rate data|self.client.macro_canada_unemployment_rate()
macro_canada_trade|_|macro_data|Get Canada trade balance data|self.client.macro_canada_trade()
macro_canada_retail_rate_monthly|_|macro_data|Get Canada retail sales monthly data|self.client.macro_canada_retail_rate_monthly()
macro_canada_bank_rate|_|macro_data|Get Canada bank rate (interest rate) data|self.client.macro_canada_bank_rate()
macro_canada_core_cpi_yearly|_|macro_data|Get Canada core CPI yearly data|self.client.macro_canada_core_cpi_yearly()
macro_canada_core_cpi_monthly|_|macro_data|Get Canada core CPI monthly data|self.client.macro_canada_core_cpi_monthly()
macro_canada_cpi_yearly|_|macro_data|Get Canada CPI yearly data|self.client.macro_canada_cpi_yearly()
macro_canada_cpi_monthly|_|macro_data|Get Canada CPI monthly data|self.client.macro_canada_cpi_monthly()
macro_canada_gdp_monthly|_|macro_data|Get Canada GDP monthly data|self.client.macro_canada_gdp_monthly()
macro_germany_ifo|_|macro_data|Get Germany IFO business climate index data|self.client.macro_germany_ifo()
macro_germany_cpi_monthly|_|macro_data|Get Germany CPI monthly data|self.client.macro_germany_cpi_monthly()
macro_germany_cpi_yearly|_|macro_data|Get Germany CPI yearly data|self.client.macro_germany_cpi_yearly()
macro_germany_trade_adjusted|_|macro_data|Get Germany trade balance adjusted data|self.client.macro_germany_trade_adjusted()
macro_germany_gdp|_|macro_data|Get Germany GDP data|self.client.macro_germany_gdp()
macro_germany_retail_sale_monthly|_|macro_data|Get Germany retail sales monthly data|self.client.macro_germany_retail_sale_monthly()
macro_germany_retail_sale_yearly|_|macro_data|Get Germany retail sales yearly data|self.client.macro_germany_retail_sale_yearly()
macro_germany_zew|_|macro_data|Get Germany ZEW economic sentiment data|self.client.macro_germany_zew()
macro_china_hk_cpi|_|macro_data|Get Hong Kong CPI data|self.client.macro_china_hk_cpi()
macro_china_hk_cpi_ratio|_|macro_data|Get Hong Kong CPI year-over-year data|self.client.macro_china_hk_cpi_ratio()
macro_china_hk_rate_of_unemployment|_|macro_data|Get Hong Kong unemployment rate data|self.client.macro_china_hk_rate_of_unemployment()
macro_china_hk_gbp|_|macro_data|Get Hong Kong GDP data|self.client.macro_china_hk_gbp()
macro_china_hk_gbp_ratio|_|macro_data|Get Hong Kong GDP year-over-year data|self.client.macro_china_hk_gbp_ratio()
macro_china_hk_building_volume|_|macro_data|Get Hong Kong building transaction volume data|self.client.macro_china_hk_building_volume()
macro_china_hk_building_amount|_|macro_data|Get Hong Kong building transaction amount data|self.client.macro_china_hk_building_amount()
macro_china_hk_trade_diff_ratio|_|macro_data|Get Hong Kong trade balance year-over-year data|self.client.macro_china_hk_trade_diff_ratio()
macro_china_hk_ppi|_|macro_data|Get Hong Kong PPI data|self.client.macro_china_hk_ppi()
macro_japan_bank_rate|_|macro_data|Get Japan bank rate (interest rate) data|self.client.macro_japan_bank_rate()
macro_japan_cpi_yearly|_|macro_data|Get Japan CPI yearly data|self.client.macro_japan_cpi_yearly()
macro_japan_core_cpi_yearly|_|macro_data|Get Japan core CPI yearly data|self.client.macro_japan_core_cpi_yearly()
macro_japan_unemployment_rate|_|macro_data|Get Japan unemployment rate data|self.client.macro_japan_unemployment_rate()
macro_japan_head_indicator|_|macro_data|Get Japan leading indicator data|self.client.macro_japan_head_indicator()
macro_australia_bank_rate|_|macro_data|Get Australia bank rate (interest rate) data|self.client.macro_australia_bank_rate()
macro_australia_cpi_quarterly|_|macro_data|Get Australia CPI quarterly data|self.client.macro_australia_cpi_quarterly()
macro_australia_cpi_yearly|_|macro_data|Get Australia CPI yearly data|self.client.macro_australia_cpi_yearly()
macro_australia_ppi_quarterly|_|macro_data|Get Australia PPI quarterly data|self.client.macro_australia_ppi_quarterly()
macro_australia_retail_rate_monthly|_|macro_data|Get Australia retail sales monthly data|self.client.macro_australia_retail_rate_monthly()
macro_australia_trade|_|macro_data|Get Australia trade balance data|self.client.macro_australia_trade()
macro_australia_unemployment_rate|_|macro_data|Get Australia unemployment rate data|self.client.macro_australia_unemployment_rate()
macro_swiss_svme|_|macro_data|Get Switzerland SVME PMI data|self.client.macro_swiss_svme()
macro_swiss_trade|_|macro_data|Get Switzerland trade balance data|self.client.macro_swiss_trade()
macro_swiss_cpi_yearly|_|macro_data|Get Switzerland CPI yearly data|self.client.macro_swiss_cpi_yearly()
macro_swiss_gdp_quarterly|_|macro_data|Get Switzerland GDP quarterly data|self.client.macro_swiss_gdp_quarterly()
macro_swiss_gbd_yearly|_|macro_data|Get Switzerland GDP yearly data|self.client.macro_swiss_gbd_yearly()
macro_swiss_gbd_bank_rate|_|macro_data|Get Switzerland bank rate (interest rate) data|self.client.macro_swiss_gbd_bank_rate()
macro_global_sox_index|_|macro_data|Get Philadelphia Semiconductor Index (SOX) data|self.client.macro_global_sox_index()
macro_shipping_bci|_|macro_data|Get Baltic Capesize Index (BCI) shipping data|self.client.macro_shipping_bci()
macro_shipping_bdi|_|macro_data|Get Baltic Dry Index (BDI) shipping data|self.client.macro_shipping_bdi()
macro_shipping_bpi|_|macro_data|Get Baltic Panamax Index (BPI) shipping data|self.client.macro_shipping_bpi()
macro_shipping_bcti|_|macro_data|Get Baltic Clean Tanker Index (BCTI) shipping data|self.client.macro_shipping_bcti()
macro_cons_gold|_|macro_data|Get SPDR Gold Trust ETF holdings data|self.client.macro_cons_gold()
macro_cons_silver|_|macro_data|Get iShares Silver Trust ETF holdings data|self.client.macro_cons_silver()
macro_cons_opec_month|_|macro_data|Get OPEC monthly report data|self.client.macro_cons_opec_month()
macro_crypto_spot|_|crypto|Get crypto spot prices from Jin10|self.client.macro_crypto_spot()
macro_stock_finance|_|crypto|Get stock finance data from THS|self.client.macro_stock_finance()
macro_fx_sentiment|macro_data::MacroDateRangeParams|crypto|Get FX sentiment report from Jin10|self.client.macro_fx_sentiment(&start_date, &end_date)
macro_info_ws|macro_data::MacroDateParams|crypto|Get Wall Street calendar macro data for a given date|self.client.macro_info_ws(&date)
repo_rate_query|macro_data::MacroSymbolParams|crypto|Get China Money repo fixing rate query data|self.client.repo_rate_query(&symbol)
repo_rate_hist|macro_data::MacroDateRangeParams|crypto|Get historical repo fixing rates for a date range|self.client.repo_rate_hist(&start_date, &end_date)
rate_interbank|macro_data::MacroInterbankParams|crypto|Get interbank lending rate data from Eastmoney|self.client.rate_interbank(&market, &symbol, &indicator)
news_report_time_baidu|news::NewsSymbolParams|news|Get Baidu stock report time data for a given stock symbol|self.client.news_report_time_baidu(&symbol)
baidu_news_search|news::NewsQueryTimeoutParams|news|Search news from Baidu News by keyword|self.client.baidu_news_search(&query, timeout_secs)
sogou_news_search|news::NewsQueryTimeoutParams|news|Search news from Sogou News by keyword|self.client.sogou_news_search(&query, timeout_secs)
google_news_rss|news::NewsQueryTimeoutParams|news|Search news from Google News RSS feed (English, US edition)|self.client.google_news_rss(&query, timeout_secs)
option_contract_info_ctp|_|option|Get option contract info from openctp|self.client.option_contract_info_ctp()
option_daily_stats_szse|futures::DateParams|option|Get SZSE option daily statistics|self.client.option_daily_stats_szse(&date)
option_current_day_szse|_|option|Get SZSE current day option contracts|self.client.option_current_day_szse()
option_risk_indicator_sse|futures::DateParams|option|Get SSE option risk indicators|self.client.option_risk_indicator_sse(&date)
option_finance_sse_underlying|option::OptionSymbolParams|option|Get SSE option underlying daily data|self.client.option_finance_sse_underlying(&symbol)
option_finance_board|option::OptionSymbolMonthParams|option|Get option finance board data|self.client.option_finance_board(&symbol, &end_month)
option_lhb_em|option::OptionLhbParams|option|Get option billboard (dragon-tiger list) from Eastmoney|self.client.option_lhb_em(&symbol, &indicator, &trade_date)
option_cffex_sz50_list_sina|_|option|Get CFFEX SZ50 index option contract list from Sina|self.client.option_cffex_sz50_list_sina()
option_cffex_hs300_list_sina|_|option|Get CFFEX HS300 index option contract list from Sina|self.client.option_cffex_hs300_list_sina()
option_cffex_zz1000_list_sina|_|option|Get CFFEX ZZ1000 index option contract list from Sina|self.client.option_cffex_zz1000_list_sina()
option_cffex_sz50_spot_sina|option::OptionSymbolParams|option|Get CFFEX SZ50 index option spot data from Sina|self.client.option_cffex_sz50_spot_sina(&symbol)
option_cffex_hs300_spot_sina|option::OptionSymbolParams|option|Get CFFEX HS300 index option spot data from Sina|self.client.option_cffex_hs300_spot_sina(&symbol)
option_cffex_zz1000_spot_sina|option::OptionSymbolParams|option|Get CFFEX ZZ1000 index option spot data from Sina|self.client.option_cffex_zz1000_spot_sina(&symbol)
option_cffex_sz50_daily_sina|option::OptionSymbolParams|option|Get CFFEX SZ50 index option daily kline from Sina|self.client.option_cffex_sz50_daily_sina(&symbol)
option_cffex_hs300_daily_sina|option::OptionSymbolParams|option|Get CFFEX HS300 index option daily kline from Sina|self.client.option_cffex_hs300_daily_sina(&symbol)
option_cffex_zz1000_daily_sina|option::OptionSymbolParams|option|Get CFFEX ZZ1000 index option daily kline from Sina|self.client.option_cffex_zz1000_daily_sina(&symbol)
option_commodity_contract_sina|option::OptionSymbolParams|option|Get commodity option contract list from Sina|self.client.option_commodity_contract_sina(&symbol)
option_commodity_contract_table_sina|option::OptionSymbolContractParams|option|Get commodity option contract table (call/put pairs) from Sina|self.client.option_commodity_contract_table_sina(&symbol, &contract)
option_commodity_hist_sina|option::OptionSymbolParams|option|Get commodity option daily history from Sina|self.client.option_commodity_hist_sina(&symbol)
option_premium_analysis_em|_|option|Get option premium analysis from Eastmoney|self.client.option_premium_analysis_em()
option_value_analysis_em|_|option|Get option value analysis from Eastmoney|self.client.option_value_analysis_em()
option_risk_analysis_em|_|option|Get option risk analysis from Eastmoney|self.client.option_risk_analysis_em()
option_hist_yearly_czce|option::OptionSymbolYearParams|option|Get CZCE yearly option history|self.client.option_hist_yearly_czce(&symbol, &year)
option_comm_symbol|_|option|Get available commodity option symbols from 9qihuo|self.client.option_comm_symbol()
option_comm_info|option::OptionSymbolParams|option|Get commodity option commission info from 9qihuo|self.client.option_comm_info(&symbol)
option_sse_list_sina|option::OptionSymbolExchangeParams|option|Get SSE option expiry month list from Sina|self.client.option_sse_list_sina(&symbol, &exchange)
option_sse_expire_day_sina|option::OptionSseExpireDayParams|option|Get SSE option expiry day and remaining days from Sina|self.client.option_sse_expire_day_sina(&trade_date, &symbol, &exchange)
option_sse_codes_sina|option::OptionSseCodesParams|option|Get SSE option codes (call or put) from Sina|self.client.option_sse_codes_sina(&symbol, &trade_date, &underlying)
option_sse_spot_price_sina|option::OptionSymbolParams|option|Get SSE option spot price from Sina|self.client.option_sse_spot_price_sina(&symbol)
option_sse_underlying_spot_price_sina|option::OptionSymbolParams|option|Get SSE option underlying spot price from Sina|self.client.option_sse_underlying_spot_price_sina(&symbol)
option_sse_minute_sina|option::OptionSymbolParams|option|Get SSE option minute data from Sina|self.client.option_sse_minute_sina(&symbol)
option_sse_daily_sina|option::OptionSymbolParams|option|Get SSE option daily kline data from Sina|self.client.option_sse_daily_sina(&symbol)
option_finance_minute_sina|option::OptionSymbolParams|option|Get option finance 5-day minute data from Sina|self.client.option_finance_minute_sina(&symbol)
option_chain|option::OptionChainParams|option|Get option chain snapshots from Eastmoney|self.client.option_chain(&symbol, limit)
option_current_em|_|option|Get all current-day options from Eastmoney (SSE/SZSE + CFFEX)|self.client.option_current_em()
option_current_cffex_em|_|option|Get CFFEX options from Eastmoney|self.client.option_current_cffex_em()
option_minute_em|option::OptionSymbolParams|option|Get option minute (intraday trend) data from Eastmoney|self.client.option_minute_em(&symbol)
option_hist_dce|option::OptionSymbolDateParams|option|Get DCE option daily data|self.client.option_hist_dce(&symbol, &date)
option_hist_shfe|option::OptionSymbolDateParams|option|Get SHFE option daily data|self.client.option_hist_shfe(&symbol, &date)
option_vol_shfe|option::OptionSymbolDateParams|option|Get SHFE option implied volatility data|self.client.option_vol_shfe(&symbol, &date)
option_hist_gfex|option::OptionSymbolDateParams|option|Get GFEX option daily data|self.client.option_hist_gfex(&symbol, &date)
option_vol_gfex|option::OptionSymbolDateParams|option|Get GFEX option implied volatility data|self.client.option_vol_gfex(&symbol, &date)
option_margin_symbol|_|option|Get available commodity option margin symbols|self.client.option_margin_symbol()
option_margin|option::OptionSymbolParams|option|Get commodity option margin data|self.client.option_margin(&symbol)
stooq_candles|stock::CandlesParams|economy|stooq_candles|self.client.stooq_candles(&symbol, limit)
sina_a_share_realtime|stock::SymbolParams|economy|sina_a_share_realtime|self.client.sina_a_share_realtime(&symbol)
sina_us_daily|stock::CandlesParams|economy|sina_us_daily|self.client.sina_us_daily(&symbol, limit)
tool_trade_date_hist_sina|_|economy|tool_trade_date_hist_sina|self.client.tool_trade_date_hist_sina()
index_detail_cni|stock::SymbolParams|index|index_detail_cni|self.client.index_detail_cni(&symbol)
index_realtime_sw|stock::SymbolParams|index|index_realtime_sw|self.client.index_realtime_sw(&symbol)
index_analysis_week_month_sw|stock::SymbolParams|index|index_analysis_week_month_sw|self.client.index_analysis_week_month_sw(&symbol)
index_realtime_fund_sw|stock::SymbolParams|index|index_realtime_fund_sw|self.client.index_realtime_fund_sw(&symbol)
index_yw|stock::SymbolParams|index|index_yw|self.client.index_yw(&symbol)
stock_zh_index_daily|stock::SymbolParams|stock|stock_zh_index_daily|self.client.stock_zh_index_daily(&symbol)
spot_goods|stock::SymbolParams|economy|spot_goods|self.client.spot_goods(&symbol)
index_price_cflp|stock::SymbolParams|index|index_price_cflp|self.client.index_price_cflp(&symbol)
index_volume_cflp|stock::SymbolParams|index|index_volume_cflp|self.client.index_volume_cflp(&symbol)
swiss_svme|_|economy|swiss_svme|self.client.swiss_svme()
swiss_trade|_|economy|swiss_trade|self.client.swiss_trade()
swiss_cpi_yearly|_|economy|swiss_cpi_yearly|self.client.swiss_cpi_yearly()
swiss_gdp_quarterly|_|economy|swiss_gdp_quarterly|self.client.swiss_gdp_quarterly()
swiss_gdp_yearly|_|economy|swiss_gdp_yearly|self.client.swiss_gdp_yearly()
swiss_bank_rate|_|economy|swiss_bank_rate|self.client.swiss_bank_rate()
germany_ifo|_|economy|germany_ifo|self.client.germany_ifo()
germany_cpi_monthly|_|economy|germany_cpi_monthly|self.client.germany_cpi_monthly()
germany_cpi_yearly|_|economy|germany_cpi_yearly|self.client.germany_cpi_yearly()
germany_trade_adjusted|_|economy|germany_trade_adjusted|self.client.germany_trade_adjusted()
germany_gdp|_|economy|germany_gdp|self.client.germany_gdp()
germany_retail_sale_monthly|_|economy|germany_retail_sale_monthly|self.client.germany_retail_sale_monthly()
germany_retail_sale_yearly|_|economy|germany_retail_sale_yearly|self.client.germany_retail_sale_yearly()
germany_zew|_|economy|germany_zew|self.client.germany_zew()
uk_halifax_monthly|_|economy|uk_halifax_monthly|self.client.uk_halifax_monthly()
uk_halifax_yearly|_|economy|uk_halifax_yearly|self.client.uk_halifax_yearly()
uk_trade|_|economy|uk_trade|self.client.uk_trade()
uk_bank_rate|_|economy|uk_bank_rate|self.client.uk_bank_rate()
uk_core_cpi_yearly|_|economy|uk_core_cpi_yearly|self.client.uk_core_cpi_yearly()
uk_core_cpi_monthly|_|economy|uk_core_cpi_monthly|self.client.uk_core_cpi_monthly()
uk_cpi_yearly|_|economy|uk_cpi_yearly|self.client.uk_cpi_yearly()
uk_cpi_monthly|_|economy|uk_cpi_monthly|self.client.uk_cpi_monthly()
uk_retail_monthly|_|economy|uk_retail_monthly|self.client.uk_retail_monthly()
uk_retail_yearly|_|economy|uk_retail_yearly|self.client.uk_retail_yearly()
uk_rightmove_yearly|_|economy|uk_rightmove_yearly|self.client.uk_rightmove_yearly()
uk_rightmove_monthly|_|economy|uk_rightmove_monthly|self.client.uk_rightmove_monthly()
uk_gdp_quarterly|_|economy|uk_gdp_quarterly|self.client.uk_gdp_quarterly()
uk_gdp_yearly|_|economy|uk_gdp_yearly|self.client.uk_gdp_yearly()
uk_unemployment_rate|_|economy|uk_unemployment_rate|self.client.uk_unemployment_rate()
euro_gdp_yoy|_|economy|euro_gdp_yoy|self.client.euro_gdp_yoy()
euro_cpi_mom|_|economy|euro_cpi_mom|self.client.euro_cpi_mom()
euro_cpi_yoy|_|economy|euro_cpi_yoy|self.client.euro_cpi_yoy()
euro_ppi_mom|_|economy|euro_ppi_mom|self.client.euro_ppi_mom()
euro_retail_sales_mom|_|economy|euro_retail_sales_mom|self.client.euro_retail_sales_mom()
euro_employment_change_qoq|_|economy|euro_employment_change_qoq|self.client.euro_employment_change_qoq()
euro_unemployment_rate|_|economy|euro_unemployment_rate|self.client.euro_unemployment_rate()
euro_trade_balance|_|economy|euro_trade_balance|self.client.euro_trade_balance()
euro_current_account_mom|_|economy|euro_current_account_mom|self.client.euro_current_account_mom()
euro_industrial_production_mom|_|economy|euro_industrial_production_mom|self.client.euro_industrial_production_mom()
euro_manufacturing_pmi|_|economy|euro_manufacturing_pmi|self.client.euro_manufacturing_pmi()
euro_services_pmi|_|economy|euro_services_pmi|self.client.euro_services_pmi()
euro_zew_economic_sentiment|_|economy|euro_zew_economic_sentiment|self.client.euro_zew_economic_sentiment()
euro_sentix_investor_confidence|_|economy|euro_sentix_investor_confidence|self.client.euro_sentix_investor_confidence()
euro_lme_holding|_|economy|euro_lme_holding|self.client.euro_lme_holding()
euro_lme_stock|_|economy|euro_lme_stock|self.client.euro_lme_stock()
china_gdp|_|macro_data|china_gdp|self.client.china_gdp()
china_cpi|_|macro_data|china_cpi|self.client.china_cpi()
china_ppi|_|macro_data|china_ppi|self.client.china_ppi()
china_pmi|_|macro_data|china_pmi|self.client.china_pmi()
china_money_supply|_|macro_data|china_money_supply|self.client.china_money_supply()
china_trade|_|macro_data|china_trade|self.client.china_trade()
china_goods_index|_|macro_data|china_goods_index|self.client.china_goods_index()
china_fdi|_|macro_data|china_fdi|self.client.china_fdi()
china_lpr|_|macro_data|china_lpr|self.client.china_lpr()
china_new_house_price|_|macro_data|china_new_house_price|self.client.china_new_house_price()
china_enterprise_boom_index|_|macro_data|china_enterprise_boom_index|self.client.china_enterprise_boom_index()
china_national_tax_receipts|_|macro_data|china_national_tax_receipts|self.client.china_national_tax_receipts()
china_new_financial_credit|_|macro_data|china_new_financial_credit|self.client.china_new_financial_credit()
china_fx_gold|_|macro_data|china_fx_gold|self.client.china_fx_gold()
china_stock_market_cap|_|macro_data|china_stock_market_cap|self.client.china_stock_market_cap()
china_fixed_asset_investment|_|macro_data|china_fixed_asset_investment|self.client.china_fixed_asset_investment()
china_fiscal_revenue|_|macro_data|china_fiscal_revenue|self.client.china_fiscal_revenue()
china_fx_loans|_|macro_data|china_fx_loans|self.client.china_fx_loans()
china_fx_deposits|_|macro_data|china_fx_deposits|self.client.china_fx_deposits()
china_consumer_confidence|_|macro_data|china_consumer_confidence|self.client.china_consumer_confidence()
china_industrial_growth|_|macro_data|china_industrial_growth|self.client.china_industrial_growth()
china_reserve_requirement_ratio|_|macro_data|china_reserve_requirement_ratio|self.client.china_reserve_requirement_ratio()
china_consumer_goods_retail|_|macro_data|china_consumer_goods_retail|self.client.china_consumer_goods_retail()
china_bank_financing|_|macro_data|china_bank_financing|self.client.china_bank_financing()
china_insurance_income|_|macro_data|china_insurance_income|self.client.china_insurance_income()
china_mobile_number|_|macro_data|china_mobile_number|self.client.china_mobile_number()
china_vegetable_basket|_|macro_data|china_vegetable_basket|self.client.china_vegetable_basket()
china_agricultural_product|_|macro_data|china_agricultural_product|self.client.china_agricultural_product()
china_agricultural_index|_|macro_data|china_agricultural_index|self.client.china_agricultural_index()
china_energy_index|_|macro_data|china_energy_index|self.client.china_energy_index()
china_commodity_price_index|_|macro_data|china_commodity_price_index|self.client.china_commodity_price_index()
china_yw_electronic_index|_|macro_data|china_yw_electronic_index|self.client.china_yw_electronic_index()
china_construction_index|_|macro_data|china_construction_index|self.client.china_construction_index()
china_construction_price_index|_|macro_data|china_construction_price_index|self.client.china_construction_price_index()
china_lpi_index|_|macro_data|china_lpi_index|self.client.china_lpi_index()
china_bdti_index|_|macro_data|china_bdti_index|self.client.china_bdti_index()
china_bsi_index|_|macro_data|china_bsi_index|self.client.china_bsi_index()
china_real_estate|_|macro_data|china_real_estate|self.client.china_real_estate()
china_gdp_yearly|_|macro_data|china_gdp_yearly|self.client.china_gdp_yearly()
china_cpi_yearly|_|macro_data|china_cpi_yearly|self.client.china_cpi_yearly()
china_cpi_monthly|_|macro_data|china_cpi_monthly|self.client.china_cpi_monthly()
china_ppi_yearly|_|macro_data|china_ppi_yearly|self.client.china_ppi_yearly()
china_exports_yoy|_|macro_data|china_exports_yoy|self.client.china_exports_yoy()
china_imports_yoy|_|macro_data|china_imports_yoy|self.client.china_imports_yoy()
china_trade_balance_jin10|_|macro_data|china_trade_balance_jin10|self.client.china_trade_balance_jin10()
china_industrial_production_yoy|_|macro_data|china_industrial_production_yoy|self.client.china_industrial_production_yoy()
china_pmi_jin10|_|macro_data|china_pmi_jin10|self.client.china_pmi_jin10()
china_caixin_pmi|_|macro_data|china_caixin_pmi|self.client.china_caixin_pmi()
china_caixin_services_pmi|_|macro_data|china_caixin_services_pmi|self.client.china_caixin_services_pmi()
china_non_man_pmi|_|macro_data|china_non_man_pmi|self.client.china_non_man_pmi()
china_fx_reserves_yearly|_|macro_data|china_fx_reserves_yearly|self.client.china_fx_reserves_yearly()
china_m2_yearly|_|macro_data|china_m2_yearly|self.client.china_m2_yearly()
china_shibor|_|macro_data|china_shibor|self.client.china_shibor()
china_hibor|_|macro_data|china_hibor|self.client.china_hibor()
china_rmb_central_parity|_|macro_data|china_rmb_central_parity|self.client.china_rmb_central_parity()
china_margin_sz|_|macro_data|china_margin_sz|self.client.china_margin_sz()
china_margin_sh|_|macro_data|china_margin_sh|self.client.china_margin_sh()
china_sge_report|_|macro_data|china_sge_report|self.client.china_sge_report()
gold_etf_holding|_|economy|gold_etf_holding|self.client.gold_etf_holding()
silver_etf_holding|_|economy|silver_etf_holding|self.client.silver_etf_holding()
bank_usa_interest_rate|_|economy|bank_usa_interest_rate|self.client.bank_usa_interest_rate()
bank_euro_interest_rate|_|economy|bank_euro_interest_rate|self.client.bank_euro_interest_rate()
bank_newzealand_interest_rate|_|economy|bank_newzealand_interest_rate|self.client.bank_newzealand_interest_rate()
bank_china_interest_rate|_|economy|bank_china_interest_rate|self.client.bank_china_interest_rate()
bank_switzerland_interest_rate|_|economy|bank_switzerland_interest_rate|self.client.bank_switzerland_interest_rate()
bank_england_interest_rate|_|economy|bank_england_interest_rate|self.client.bank_england_interest_rate()
bank_australia_interest_rate|_|economy|bank_australia_interest_rate|self.client.bank_australia_interest_rate()
bank_japan_interest_rate|_|economy|bank_japan_interest_rate|self.client.bank_japan_interest_rate()
bank_russia_interest_rate|_|economy|bank_russia_interest_rate|self.client.bank_russia_interest_rate()
bank_india_interest_rate|_|economy|bank_india_interest_rate|self.client.bank_india_interest_rate()
bank_brazil_interest_rate|_|economy|bank_brazil_interest_rate|self.client.bank_brazil_interest_rate()
canada_new_house_rate|_|economy|canada_new_house_rate|self.client.canada_new_house_rate()
canada_unemployment_rate|_|economy|canada_unemployment_rate|self.client.canada_unemployment_rate()
canada_trade|_|economy|canada_trade|self.client.canada_trade()
canada_retail_rate_monthly|_|economy|canada_retail_rate_monthly|self.client.canada_retail_rate_monthly()
canada_bank_rate|_|economy|canada_bank_rate|self.client.canada_bank_rate()
canada_core_cpi_yearly|_|economy|canada_core_cpi_yearly|self.client.canada_core_cpi_yearly()
canada_core_cpi_monthly|_|economy|canada_core_cpi_monthly|self.client.canada_core_cpi_monthly()
canada_cpi_yearly|_|economy|canada_cpi_yearly|self.client.canada_cpi_yearly()
canada_cpi_monthly|_|economy|canada_cpi_monthly|self.client.canada_cpi_monthly()
canada_gdp_monthly|_|economy|canada_gdp_monthly|self.client.canada_gdp_monthly()
hk_cpi|_|stock|hk_cpi|self.client.hk_cpi()
hk_cpi_ratio|_|stock|hk_cpi_ratio|self.client.hk_cpi_ratio()
hk_unemployment_rate|_|stock|hk_unemployment_rate|self.client.hk_unemployment_rate()
hk_gdp|_|stock|hk_gdp|self.client.hk_gdp()
hk_gdp_ratio|_|stock|hk_gdp_ratio|self.client.hk_gdp_ratio()
hk_building_volume|_|stock|hk_building_volume|self.client.hk_building_volume()
hk_building_amount|_|stock|hk_building_amount|self.client.hk_building_amount()
hk_trade_diff_ratio|_|stock|hk_trade_diff_ratio|self.client.hk_trade_diff_ratio()
hk_ppi|_|stock|hk_ppi|self.client.hk_ppi()
japan_bank_rate|_|economy|japan_bank_rate|self.client.japan_bank_rate()
japan_cpi_yearly|_|economy|japan_cpi_yearly|self.client.japan_cpi_yearly()
japan_core_cpi_yearly|_|economy|japan_core_cpi_yearly|self.client.japan_core_cpi_yearly()
japan_unemployment_rate|_|economy|japan_unemployment_rate|self.client.japan_unemployment_rate()
japan_leading_indicator|_|economy|japan_leading_indicator|self.client.japan_leading_indicator()
us_pending_home_sales|_|stock|us_pending_home_sales|self.client.us_pending_home_sales()
us_cpi_yoy|_|stock|us_cpi_yoy|self.client.us_cpi_yoy()
us_gdp_monthly|_|stock|us_gdp_monthly|self.client.us_gdp_monthly()
us_cpi_monthly|_|stock|us_cpi_monthly|self.client.us_cpi_monthly()
us_core_cpi_monthly|_|stock|us_core_cpi_monthly|self.client.us_core_cpi_monthly()
us_personal_spending|_|stock|us_personal_spending|self.client.us_personal_spending()
us_retail_sales|_|stock|us_retail_sales|self.client.us_retail_sales()
us_import_price|_|stock|us_import_price|self.client.us_import_price()
us_export_price|_|stock|us_export_price|self.client.us_export_price()
us_lmci|_|stock|us_lmci|self.client.us_lmci()
us_unemployment_rate|_|stock|us_unemployment_rate|self.client.us_unemployment_rate()
us_job_cuts|_|stock|us_job_cuts|self.client.us_job_cuts()
us_non_farm|_|stock|us_non_farm|self.client.us_non_farm()
us_adp_employment|_|stock|us_adp_employment|self.client.us_adp_employment()
us_core_pce_price|_|stock|us_core_pce_price|self.client.us_core_pce_price()
us_real_consumer_spending|_|stock|us_real_consumer_spending|self.client.us_real_consumer_spending()
us_trade_balance|_|stock|us_trade_balance|self.client.us_trade_balance()
us_current_account|_|stock|us_current_account|self.client.us_current_account()
us_ppi|_|stock|us_ppi|self.client.us_ppi()
us_core_ppi|_|stock|us_core_ppi|self.client.us_core_ppi()
us_api_crude_stock|_|stock|us_api_crude_stock|self.client.us_api_crude_stock()
us_pmi|_|stock|us_pmi|self.client.us_pmi()
us_ism_pmi|_|stock|us_ism_pmi|self.client.us_ism_pmi()
us_industrial_production|_|stock|us_industrial_production|self.client.us_industrial_production()
us_durable_goods_orders|_|stock|us_durable_goods_orders|self.client.us_durable_goods_orders()
us_factory_orders|_|stock|us_factory_orders|self.client.us_factory_orders()
us_services_pmi|_|stock|us_services_pmi|self.client.us_services_pmi()
us_business_inventories|_|stock|us_business_inventories|self.client.us_business_inventories()
us_ism_non_pmi|_|stock|us_ism_non_pmi|self.client.us_ism_non_pmi()
us_nahb_house_market_index|_|stock|us_nahb_house_market_index|self.client.us_nahb_house_market_index()
us_house_starts|_|stock|us_house_starts|self.client.us_house_starts()
us_new_home_sales|_|stock|us_new_home_sales|self.client.us_new_home_sales()
us_building_permits|_|stock|us_building_permits|self.client.us_building_permits()
us_exist_home_sales|_|stock|us_exist_home_sales|self.client.us_exist_home_sales()
us_house_price_index|_|stock|us_house_price_index|self.client.us_house_price_index()
us_spcs20|_|stock|us_spcs20|self.client.us_spcs20()
us_pending_home_sales_jin10|_|stock|us_pending_home_sales_jin10|self.client.us_pending_home_sales_jin10()
us_cb_consumer_confidence|_|stock|us_cb_consumer_confidence|self.client.us_cb_consumer_confidence()
us_nfib_small_business|_|stock|us_nfib_small_business|self.client.us_nfib_small_business()
us_michigan_consumer_sentiment|_|stock|us_michigan_consumer_sentiment|self.client.us_michigan_consumer_sentiment()
us_eia_crude_rate|_|stock|us_eia_crude_rate|self.client.us_eia_crude_rate()
us_initial_jobless|_|stock|us_initial_jobless|self.client.us_initial_jobless()
us_rig_count|_|stock|us_rig_count|self.client.us_rig_count()
us_crude_production|_|stock|us_crude_production|self.client.us_crude_production()
us_cftc_nc_holding|_|stock|us_cftc_nc_holding|self.client.us_cftc_nc_holding()
us_cftc_c_holding|_|stock|us_cftc_c_holding|self.client.us_cftc_c_holding()
us_cftc_merchant_currency_holding|_|stock|us_cftc_merchant_currency_holding|self.client.us_cftc_merchant_currency_holding()
us_cftc_merchant_goods_holding|_|stock|us_cftc_merchant_goods_holding|self.client.us_cftc_merchant_goods_holding()
australia_retail_rate_monthly|_|economy|australia_retail_rate_monthly|self.client.australia_retail_rate_monthly()
australia_trade|_|economy|australia_trade|self.client.australia_trade()
australia_unemployment_rate|_|economy|australia_unemployment_rate|self.client.australia_unemployment_rate()
australia_ppi_quarterly|_|economy|australia_ppi_quarterly|self.client.australia_ppi_quarterly()
australia_cpi_quarterly|_|economy|australia_cpi_quarterly|self.client.australia_cpi_quarterly()
australia_cpi_yearly|_|economy|australia_cpi_yearly|self.client.australia_cpi_yearly()
australia_bank_rate|_|economy|australia_bank_rate|self.client.australia_bank_rate()
spot_quotations_sge|stock::SymbolParams|economy|spot_quotations_sge|self.client.spot_quotations_sge(&symbol)
spot_hist_sge|stock::SymbolParams|economy|spot_hist_sge|self.client.spot_hist_sge(&symbol)
spot_golden_benchmark_sge|_|economy|spot_golden_benchmark_sge|self.client.spot_golden_benchmark_sge()
spot_silver_benchmark_sge|_|economy|spot_silver_benchmark_sge|self.client.spot_silver_benchmark_sge()
spot_hog_soozhu|_|economy|spot_hog_soozhu|self.client.spot_hog_soozhu()
spot_hog_year_trend_soozhu|_|economy|spot_hog_year_trend_soozhu|self.client.spot_hog_year_trend_soozhu()
spot_hog_lean_price_soozhu|_|economy|spot_hog_lean_price_soozhu|self.client.spot_hog_lean_price_soozhu()
spot_hog_three_way_soozhu|_|economy|spot_hog_three_way_soozhu|self.client.spot_hog_three_way_soozhu()
spot_hog_crossbred_soozhu|_|economy|spot_hog_crossbred_soozhu|self.client.spot_hog_crossbred_soozhu()
spot_corn_price_soozhu|_|economy|spot_corn_price_soozhu|self.client.spot_corn_price_soozhu()
spot_soybean_price_soozhu|_|economy|spot_soybean_price_soozhu|self.client.spot_soybean_price_soozhu()
spot_mixed_feed_soozhu|_|economy|spot_mixed_feed_soozhu|self.client.spot_mixed_feed_soozhu()
spot_price_qh|stock::SymbolParams|economy|spot_price_qh|self.client.spot_price_qh(&symbol)
spot_price_table_qh|_|economy|spot_price_table_qh|self.client.spot_price_table_qh()
fx_pair_quote|forex::CurrencyPairParams|forex|fx_pair_quote|self.client.fx_pair_quote(&pair)
currency_boc_safe|_|forex|currency_boc_safe|self.client.currency_boc_safe()
forex_sina_rates|_|forex|forex_sina_rates|self.client.forex_sina_rates()
bank_fjcf_table_detail|stock::SymbolParams|economy|bank_fjcf_table_detail|self.client.bank_fjcf_table_detail(&symbol)
reits_list|stock::LimitParams|economy|reits_list|self.client.reits_list(limit)
reits_realtime_em|_|economy|reits_realtime_em|self.client.reits_realtime_em()
reits_hist|stock::CandlesParams|economy|reits_hist|self.client.reits_hist(&symbol, limit)
stock_individual_spot_xq|stock::SymbolParams|stock|stock_individual_spot_xq|self.client.stock_individual_spot_xq(&symbol)
stock_js_weibo_nlp_time|_|stock|stock_js_weibo_nlp_time|self.client.stock_js_weibo_nlp_time()
stock_js_weibo_report|stock::SymbolIndicatorParams|stock|stock_js_weibo_report|self.client.stock_js_weibo_report(&indicator)
stock_sector_spot|stock::SymbolIndicatorParams|stock|stock_sector_spot|self.client.stock_sector_spot(&indicator)
stock_zh_kcb_spot|_|stock|stock_zh_kcb_spot|self.client.stock_zh_kcb_spot()
stock_hsgt_kamt_flow_em|stock::LimitParams|stock|stock_hsgt_kamt_flow_em|self.client.stock_hsgt_kamt_flow_em(limit)
stock_board_concept_spot_em|stock::SymbolParams|stock|stock_board_concept_spot_em|self.client.stock_board_concept_spot_em(&symbol)
stock_board_industry_spot_em|stock::SymbolParams|stock|stock_board_industry_spot_em|self.client.stock_board_industry_spot_em(&symbol)
stock_board_change_em|stock::SymbolParams|stock|stock_board_change_em|self.client.stock_board_change_em(&symbol)
stock_zh_b_spot|_|stock|stock_zh_b_spot|self.client.stock_zh_b_spot()
stock_board_concept_name_ths|_|stock|stock_board_concept_name_ths|self.client.stock_board_concept_name_ths()
stock_board_concept_info_ths|stock::SymbolParams|stock|stock_board_concept_info_ths|self.client.stock_board_concept_info_ths(&symbol)
stock_board_industry_name_ths|_|stock|stock_board_industry_name_ths|self.client.stock_board_industry_name_ths()
stock_board_industry_info_ths|stock::SymbolParams|stock|stock_board_industry_info_ths|self.client.stock_board_industry_info_ths(&symbol)
stock_zh_a_spot|_|stock|stock_zh_a_spot|self.client.stock_zh_a_spot()
stock_zh_a_new|_|stock|stock_zh_a_new|self.client.stock_zh_a_new()
stock_zh_a_stop_em|_|stock|stock_zh_a_stop_em|self.client.stock_zh_a_stop_em()
stock_ipo_hk_ths|_|stock|stock_ipo_hk_ths|self.client.stock_ipo_hk_ths()
stock_zyjs_ths|stock::SymbolParams|stock|stock_zyjs_ths|self.client.stock_zyjs_ths(&symbol)
stock_ipo_declare_em|_|stock|stock_ipo_declare_em|self.client.stock_ipo_declare_em()
stock_ipo_review_em|_|stock|stock_ipo_review_em|self.client.stock_ipo_review_em()
stock_ipo_tutor_em|_|stock|stock_ipo_tutor_em|self.client.stock_ipo_tutor_em()
stock_history_dividend|_|stock|stock_history_dividend|self.client.stock_history_dividend()
stock_bid_ask_em|stock::SymbolParams|stock|stock_bid_ask_em|self.client.stock_bid_ask_em(&symbol)
stock_intraday_em|stock::SymbolParams|stock|stock_intraday_em|self.client.stock_intraday_em(&symbol)
stock_individual_info_em|stock::SymbolParams|stock|stock_individual_info_em|self.client.stock_individual_info_em(&symbol)
stock_info_by_secid|stock::SymbolParams|stock|stock_info_by_secid|self.client.stock_info_by_secid(&symbol)
stock_zh_index_value_csindex|stock::SymbolParams|stock|stock_zh_index_value_csindex|self.client.stock_zh_index_value_csindex(&symbol)
a_share_announcement_detail|stock::SymbolParams|stock|a_share_announcement_detail|self.client.a_share_announcement_detail(&symbol)
stock_us_spot|_|stock|stock_us_spot|self.client.stock_us_spot()
stock_us_famous_spot_em|stock::SymbolParams|stock|stock_us_famous_spot_em|self.client.stock_us_famous_spot_em(&symbol)
stock_us_index_daily_sina|stock::SymbolParams|stock|stock_us_index_daily_sina|self.client.stock_us_index_daily_sina(&symbol)
stock_zh_ah_spot|_|stock|stock_zh_ah_spot|self.client.stock_zh_ah_spot()
stock_gdfx_holding_change_em|stock::DateParams|stock|stock_gdfx_holding_change_em|self.client.stock_gdfx_holding_change_em(&date)
stock_gdfx_top_10_em|stock::SymbolDateParams|stock|stock_gdfx_top_10_em|self.client.stock_gdfx_top_10_em(&symbol, &date)
stock_gdfx_holding_teamwork_em|stock::SymbolParams|stock|stock_gdfx_holding_teamwork_em|self.client.stock_gdfx_holding_teamwork_em(&symbol)
stock_hold_change_cninfo|stock::SymbolParams|stock|stock_hold_change_cninfo|self.client.stock_hold_change_cninfo(&symbol)
stock_hold_control_cninfo|stock::SymbolParams|stock|stock_hold_control_cninfo|self.client.stock_hold_control_cninfo(&symbol)
stock_comment_em|_|stock|stock_comment_em|self.client.stock_comment_em()
stock_info_cjzc_em|_|stock|stock_info_cjzc_em|self.client.stock_info_cjzc_em()
stock_info_change_name|_|stock|stock_info_change_name|self.client.stock_info_change_name()
stock_info_sh_delist|_|stock|stock_info_sh_delist|self.client.stock_info_sh_delist()
stock_info_sz_change_name|_|stock|stock_info_sz_change_name|self.client.stock_info_sz_change_name()
stock_info_sz_delist|_|stock|stock_info_sz_delist|self.client.stock_info_sz_delist()
stock_info_global_cls|_|stock|stock_info_global_cls|self.client.stock_info_global_cls()
stock_info_global_futu|_|stock|stock_info_global_futu|self.client.stock_info_global_futu()
stock_info_global_sina|_|stock|stock_info_global_sina|self.client.stock_info_global_sina()
stock_info_global_ths|_|stock|stock_info_global_ths|self.client.stock_info_global_ths()
stock_info_sh_name_code|stock::SymbolParams|stock|stock_info_sh_name_code|self.client.stock_info_sh_name_code(&symbol)
stock_info_sz_name_code|stock::SymbolParams|stock|stock_info_sz_name_code|self.client.stock_info_sz_name_code(&symbol)
stock_info_bj_name_code|_|stock|stock_info_bj_name_code|self.client.stock_info_bj_name_code()
stock_irm_cninfo|stock::SymbolParams|stock|stock_irm_cninfo|self.client.stock_irm_cninfo(&symbol)
stock_irm_ans_cninfo|stock::SymbolParams|stock|stock_irm_ans_cninfo|self.client.stock_irm_ans_cninfo(&symbol)
stock_info_a_code_name|_|stock|stock_info_a_code_name|self.client.stock_info_a_code_name()
stock_changes_em|stock::SymbolParams|stock|stock_changes_em|self.client.stock_changes_em(&symbol)
stock_dzjy_mrtj|stock::DateRangeParams|stock|stock_dzjy_mrtj|self.client.stock_dzjy_mrtj(&start_date, &end_date)
stock_gpzy_profile_em|_|stock|stock_gpzy_profile_em|self.client.stock_gpzy_profile_em()
stock_gpzy_pledge_ratio_em|_|stock|stock_gpzy_pledge_ratio_em|self.client.stock_gpzy_pledge_ratio_em()
stock_gpzy_pledge_detail_em|_|stock|stock_gpzy_pledge_detail_em|self.client.stock_gpzy_pledge_detail_em()
stock_gpzy_industry_data_em|_|stock|stock_gpzy_industry_data_em|self.client.stock_gpzy_industry_data_em()
stock_gpzy_pledge_ratio_detail_em|_|stock|stock_gpzy_pledge_ratio_detail_em|self.client.stock_gpzy_pledge_ratio_detail_em()
stock_esg_msci_sina|_|stock|stock_esg_msci_sina|self.client.stock_esg_msci_sina()
stock_esg_rft_sina|_|stock|stock_esg_rft_sina|self.client.stock_esg_rft_sina()
stock_esg_zd_sina|_|stock|stock_esg_zd_sina|self.client.stock_esg_zd_sina()
stock_esg_hz_sina|_|stock|stock_esg_hz_sina|self.client.stock_esg_hz_sina()
stock_yjbb_em|stock::DateParams|stock|stock_yjbb_em|self.client.stock_yjbb_em(&date)
stock_lhb_jgstatistic_em|stock::SymbolParams|stock|stock_lhb_jgstatistic_em|self.client.stock_lhb_jgstatistic_em(&symbol)
stock_lhb_yybph_em|stock::SymbolParams|stock|stock_lhb_yybph_em|self.client.stock_lhb_yybph_em(&symbol)
stock_lhb_yyb_detail_em|stock::SymbolParams|stock|stock_lhb_yyb_detail_em|self.client.stock_lhb_yyb_detail_em(&symbol)
stock_lhb_detail_daily_sina|stock::DateParams|stock|stock_lhb_detail_daily_sina|self.client.stock_lhb_detail_daily_sina(&date)
stock_lhb_ggtj_sina|_|stock|stock_lhb_ggtj_sina|self.client.stock_lhb_ggtj_sina()
stock_lhb_jgmx_sina|_|stock|stock_lhb_jgmx_sina|self.client.stock_lhb_jgmx_sina()
stock_lhb_jgzz_sina|stock::SymbolParams|stock|stock_lhb_jgzz_sina|self.client.stock_lhb_jgzz_sina(&symbol)
stock_lhb_yytj_sina|stock::SymbolParams|stock|stock_lhb_yytj_sina|self.client.stock_lhb_yytj_sina(&symbol)
stock_qbzf_em|_|stock|stock_qbzf_em|self.client.stock_qbzf_em()
stock_pg_em|_|stock|stock_pg_em|self.client.stock_pg_em()
stock_jgdy_tj_em|stock::DateParams|stock|stock_jgdy_tj_em|self.client.stock_jgdy_tj_em(&date)
stock_jgdy_detail_em|stock::DateParams|stock|stock_jgdy_detail_em|self.client.stock_jgdy_detail_em(&date)
stock_fund_flow_individual|stock::SymbolParams|stock|stock_fund_flow_individual|self.client.stock_fund_flow_individual(&symbol)
stock_fund_flow_concept|stock::SymbolParams|stock|stock_fund_flow_concept|self.client.stock_fund_flow_concept(&symbol)
stock_fund_flow_industry|stock::SymbolParams|stock|stock_fund_flow_industry|self.client.stock_fund_flow_industry(&symbol)
stock_fund_flow_big_deal|stock::SymbolParams|stock|stock_fund_flow_big_deal|self.client.stock_fund_flow_big_deal(&symbol)
stock_sector_fund_flow_summary|_|stock|stock_sector_fund_flow_summary|self.client.stock_sector_fund_flow_summary()
stock_main_fund_flow|stock::SymbolParams|stock|stock_main_fund_flow|self.client.stock_main_fund_flow(&symbol)
stock_market_fund_flow|_|stock|stock_market_fund_flow|self.client.stock_market_fund_flow()
stock_gdhs_em|stock::DateParams|stock|stock_gdhs_em|self.client.stock_gdhs_em(&date)
stock_gdhs_detail_em|stock::SymbolParams|stock|stock_gdhs_detail_em|self.client.stock_gdhs_detail_em(&symbol)
stock_zh_a_gdhs|stock::SymbolParams|stock|stock_zh_a_gdhs|self.client.stock_zh_a_gdhs(&symbol)
stock_zh_a_gdhs_detail_em|stock::SymbolParams|stock|stock_zh_a_gdhs_detail_em|self.client.stock_zh_a_gdhs_detail_em(&symbol)
stock_industry_category_cninfo|_|stock|stock_industry_category_cninfo|self.client.stock_industry_category_cninfo()
stock_industry_change_cninfo|stock::SymbolParams|stock|stock_industry_change_cninfo|self.client.stock_industry_change_cninfo(&symbol)
stock_industry_clf_hist_sw|stock::SymbolParams|stock|stock_industry_clf_hist_sw|self.client.stock_industry_clf_hist_sw(&symbol)
stock_register_all_em|_|stock|stock_register_all_em|self.client.stock_register_all_em()
stock_register_bj|_|stock|stock_register_bj|self.client.stock_register_bj()
stock_register_cyb|_|stock|stock_register_cyb|self.client.stock_register_cyb()
stock_register_db|_|stock|stock_register_db|self.client.stock_register_db()
stock_register_kcb|_|stock|stock_register_kcb|self.client.stock_register_kcb()
stock_register_sh|_|stock|stock_register_sh|self.client.stock_register_sh()
stock_register_sz|_|stock|stock_register_sz|self.client.stock_register_sz()
stock_lh_yyb_most|_|stock|stock_lh_yyb_most|self.client.stock_lh_yyb_most()
stock_lh_yyb_capital|_|stock|stock_lh_yyb_capital|self.client.stock_lh_yyb_capital()
stock_lh_yyb_control|_|stock|stock_lh_yyb_control|self.client.stock_lh_yyb_control()
stock_fhps_em|stock::DateParams|stock|stock_fhps_em|self.client.stock_fhps_em(&date)
stock_zcfz_em|stock::DateParams|stock|stock_zcfz_em|self.client.stock_zcfz_em(&date)
stock_lrb_em|stock::DateParams|stock|stock_lrb_em|self.client.stock_lrb_em(&date)
stock_xjll_em|stock::DateParams|stock|stock_xjll_em|self.client.stock_xjll_em(&date)
stock_hsgt_fund_flow_summary_em|_|stock|stock_hsgt_fund_flow_summary_em|self.client.stock_hsgt_fund_flow_summary_em()
stock_hsgt_hist_em|stock::SymbolParams|stock|stock_hsgt_hist_em|self.client.stock_hsgt_hist_em(&symbol)
stock_hsgt_fund_min_em|stock::SymbolParams|stock|stock_hsgt_fund_min_em|self.client.stock_hsgt_fund_min_em(&symbol)
stock_inner_trade_xq|_|stock|stock_inner_trade_xq|self.client.stock_inner_trade_xq()
stock_margin_account_info|_|stock|stock_margin_account_info|self.client.stock_margin_account_info()
stock_margin_detail_sse|stock::DateParams|stock|stock_margin_detail_sse|self.client.stock_margin_detail_sse(&date)
stock_margin_detail_szse|stock::DateParams|stock|stock_margin_detail_szse|self.client.stock_margin_detail_szse(&date)
stock_margin_szse|stock::DateParams|stock|stock_margin_szse|self.client.stock_margin_szse(&date)
stock_dxsyl_em|_|stock|stock_dxsyl_em|self.client.stock_dxsyl_em()
stock_xgsglb_em|stock::DateMarketParams|stock|stock_xgsglb_em|self.client.stock_xgsglb_em(&market)
stock_hot_follow_xq|stock::SymbolParams|stock|stock_hot_follow_xq|self.client.stock_hot_follow_xq(&symbol)
stock_hot_tweet_xq|stock::SymbolParams|stock|stock_hot_tweet_xq|self.client.stock_hot_tweet_xq(&symbol)
stock_hot_deal_xq|stock::SymbolParams|stock|stock_hot_deal_xq|self.client.stock_hot_deal_xq(&symbol)
stock_yjkb_em|stock::DateParams|stock|stock_yjkb_em|self.client.stock_yjkb_em(&date)
stock_yjyg_em|stock::DateParams|stock|stock_yjyg_em|self.client.stock_yjyg_em(&date)
stock_yysj_em|stock::DateMarketParams|stock|stock_yysj_em|self.client.stock_yysj_em(&date, &market)
stock_zt_pool_em|stock::DateParams|stock|stock_zt_pool_em|self.client.stock_zt_pool_em(&date)
stock_zt_pool_dtgc_em|stock::DateParams|stock|stock_zt_pool_dtgc_em|self.client.stock_zt_pool_dtgc_em(&date)
stock_zt_pool_previous_em|stock::DateParams|stock|stock_zt_pool_previous_em|self.client.stock_zt_pool_previous_em(&date)
stock_zt_pool_strong_em|stock::DateParams|stock|stock_zt_pool_strong_em|self.client.stock_zt_pool_strong_em(&date)
stock_zt_pool_sub_new_em|stock::DateParams|stock|stock_zt_pool_sub_new_em|self.client.stock_zt_pool_sub_new_em(&date)
stock_zt_pool_zbgc_em|stock::DateParams|stock|stock_zt_pool_zbgc_em|self.client.stock_zt_pool_zbgc_em(&date)
stock_ggcg_em|stock::SymbolParams|stock|stock_ggcg_em|self.client.stock_ggcg_em(&symbol)
stock_rank_cxd_ths|_|stock|stock_rank_cxd_ths|self.client.stock_rank_cxd_ths()
stock_rank_cxfl_ths|_|stock|stock_rank_cxfl_ths|self.client.stock_rank_cxfl_ths()
stock_rank_cxg_ths|_|stock|stock_rank_cxg_ths|self.client.stock_rank_cxg_ths()
stock_rank_cxsl_ths|_|stock|stock_rank_cxsl_ths|self.client.stock_rank_cxsl_ths()
stock_rank_lxsz_ths|_|stock|stock_rank_lxsz_ths|self.client.stock_rank_lxsz_ths()
stock_rank_lxxd_ths|_|stock|stock_rank_lxxd_ths|self.client.stock_rank_lxxd_ths()
stock_rank_ljqd_ths|_|stock|stock_rank_ljqd_ths|self.client.stock_rank_ljqd_ths()
stock_rank_ljqs_ths|_|stock|stock_rank_ljqs_ths|self.client.stock_rank_ljqs_ths()
stock_rank_xstp_ths|_|stock|stock_rank_xstp_ths|self.client.stock_rank_xstp_ths()
stock_rank_xxtp_ths|_|stock|stock_rank_xxtp_ths|self.client.stock_rank_xxtp_ths()
stock_rank_xzjp_ths|_|stock|stock_rank_xzjp_ths|self.client.stock_rank_xzjp_ths()
stock_rank_forecast_cninfo|stock::DateParams|stock|stock_rank_forecast_cninfo|self.client.stock_rank_forecast_cninfo(&date)
stock_sy_profile_em|_|stock|stock_sy_profile_em|self.client.stock_sy_profile_em()
stock_sy_yq_em|stock::SymbolIndicatorParams|stock|stock_sy_yq_em|self.client.stock_sy_yq_em(&indicator)
stock_sy_jz_em|stock::SymbolParams|stock|stock_sy_jz_em|self.client.stock_sy_jz_em(&symbol)
stock_sy_em|stock::SymbolParams|stock|stock_sy_em|self.client.stock_sy_em(&symbol)
stock_sh_a_spot_em|_|stock|stock_sh_a_spot_em|self.client.stock_sh_a_spot_em()
stock_sz_a_spot_em|_|stock|stock_sz_a_spot_em|self.client.stock_sz_a_spot_em()
stock_bj_a_spot_em|_|stock|stock_bj_a_spot_em|self.client.stock_bj_a_spot_em()
stock_new_a_spot_em|_|stock|stock_new_a_spot_em|self.client.stock_new_a_spot_em()
stock_cy_a_spot_em|_|stock|stock_cy_a_spot_em|self.client.stock_cy_a_spot_em()
stock_kc_a_spot_em|_|stock|stock_kc_a_spot_em|self.client.stock_kc_a_spot_em()
stock_zh_ab_comparison_em|_|stock|stock_zh_ab_comparison_em|self.client.stock_zh_ab_comparison_em()
stock_zh_b_spot_em|_|stock|stock_zh_b_spot_em|self.client.stock_zh_b_spot_em()
stock_hk_main_board_spot_em|_|stock|stock_hk_main_board_spot_em|self.client.stock_hk_main_board_spot_em()
stock_account_statistics_em|_|stock|stock_account_statistics_em|self.client.stock_account_statistics_em()
stock_allotment_cninfo|stock::SymbolParams|stock|stock_allotment_cninfo|self.client.stock_allotment_cninfo(&symbol)
stock_a_all_pb|_|stock|stock_a_all_pb|self.client.stock_a_all_pb()
stock_a_below_net_asset_statistics|_|stock|stock_a_below_net_asset_statistics|self.client.stock_a_below_net_asset_statistics()
stock_a_code_to_symbol|stock::SymbolParams|stock|stock_a_code_to_symbol|self.client.stock_a_code_to_symbol(&symbol)
stock_a_congestion_lg|_|stock|stock_a_congestion_lg|self.client.stock_a_congestion_lg()
stock_a_high_low_statistics|_|stock|stock_a_high_low_statistics|self.client.stock_a_high_low_statistics()
stock_a_ttm_lyr|_|stock|stock_a_ttm_lyr|self.client.stock_a_ttm_lyr()
stock_buffett_index_lg|_|stock|stock_buffett_index_lg|self.client.stock_buffett_index_lg()
stock_classify_sina|stock::SymbolParams|stock|stock_classify_sina|self.client.stock_classify_sina(&symbol)
stock_concept_cons_futu|stock::SymbolParams|stock|stock_concept_cons_futu|self.client.stock_concept_cons_futu(&symbol)
stock_cyq_em|stock::CyqParams|stock|stock_cyq_em|self.client.stock_cyq_em(&symbol, &adjust)
stock_ebs_lg|_|stock|stock_ebs_lg|self.client.stock_ebs_lg()
stock_esg_rate_sina|stock::SymbolParams|stock|stock_esg_rate_sina|self.client.stock_esg_rate_sina(&symbol)
stock_gddh_em|_|stock|stock_gddh_em|self.client.stock_gddh_em()
stock_ipo_benefit_ths|_|stock|stock_ipo_benefit_ths|self.client.stock_ipo_benefit_ths()
stock_ipo_summary_cninfo|_|stock|stock_ipo_summary_cninfo|self.client.stock_ipo_summary_cninfo()
stock_market_activity_legu|_|stock|stock_market_activity_legu|self.client.stock_market_activity_legu()
stock_market_pb_lg|_|stock|stock_market_pb_lg|self.client.stock_market_pb_lg()
stock_market_pe_lg|_|stock|stock_market_pe_lg|self.client.stock_market_pe_lg()
stock_new_gh_cninfo|_|stock|stock_new_gh_cninfo|self.client.stock_new_gh_cninfo()
stock_new_ipo_cninfo|_|stock|stock_new_ipo_cninfo|self.client.stock_new_ipo_cninfo()
stock_news_em|stock::SymbolParams|stock|stock_news_em|self.client.stock_news_em(&symbol)
stock_news_em_hk|stock::SymbolParams|stock|stock_news_em_hk|self.client.stock_news_em_hk(&symbol)
stock_news_main_cx|stock::SymbolParams|stock|stock_news_main_cx|self.client.stock_news_main_cx(&symbol)
stock_price_js|stock::SymbolParams|stock|stock_price_js|self.client.stock_price_js(&symbol)
stock_qsjy_em|stock::DateParams|stock|stock_qsjy_em|self.client.stock_qsjy_em(&date)
stock_report_disclosure|stock::DateParams|stock|stock_report_disclosure|self.client.stock_report_disclosure(&date)
stock_report_fund_hold_detail|stock::DateParams|stock|stock_report_fund_hold_detail|self.client.stock_report_fund_hold_detail(&date)
stock_research_report_em|stock::SymbolParams|stock|stock_research_report_em|self.client.stock_research_report_em(&symbol)
stock_sector_detail|stock::SymbolSectorParams|stock|stock_sector_detail|self.client.stock_sector_detail(&sector)
stock_sgt_reference_exchange_rate_sse|_|stock|stock_sgt_reference_exchange_rate_sse|self.client.stock_sgt_reference_exchange_rate_sse()
stock_sgt_reference_exchange_rate_szse|_|stock|stock_sgt_reference_exchange_rate_szse|self.client.stock_sgt_reference_exchange_rate_szse()
stock_sgt_settlement_exchange_rate_sse|_|stock|stock_sgt_settlement_exchange_rate_sse|self.client.stock_sgt_settlement_exchange_rate_sse()
stock_sgt_settlement_exchange_rate_szse|_|stock|stock_sgt_settlement_exchange_rate_szse|self.client.stock_sgt_settlement_exchange_rate_szse()
stock_share_change_cninfo|stock::SymbolParams|stock|stock_share_change_cninfo|self.client.stock_share_change_cninfo(&symbol)
stock_sns_sseinfo|stock::SymbolParams|stock|stock_sns_sseinfo|self.client.stock_sns_sseinfo(&symbol)
stock_sse_deal_daily|stock::DateParams|stock|stock_sse_deal_daily|self.client.stock_sse_deal_daily(&date)
stock_sy_hy_em|_|stock|stock_sy_hy_em|self.client.stock_sy_hy_em()
stock_szse_area_summary|stock::DateParams|stock|stock_szse_area_summary|self.client.stock_szse_area_summary(&date)
stock_szse_sector_summary|stock::DateParams|stock|stock_szse_sector_summary|self.client.stock_szse_sector_summary(&date)
stock_szse_summary|stock::DateParams|stock|stock_szse_summary|self.client.stock_szse_summary(&date)
stock_tfp_em|stock::DateParams|stock|stock_tfp_em|self.client.stock_tfp_em(&date)
stock_value_em|stock::SymbolParams|stock|stock_value_em|self.client.stock_value_em(&symbol)
stock_xgsr_ths|stock::SymbolParams|stock|stock_xgsr_ths|self.client.stock_xgsr_ths(&symbol)
stock_yzxdr_em|stock::DateParams|stock|stock_yzxdr_em|self.client.stock_yzxdr_em(&date)
stock_cg_guarantee_cninfo|stock::SymbolParams|stock|stock_cg_guarantee_cninfo|self.client.stock_cg_guarantee_cninfo(&symbol)
stock_cg_lawsuit_cninfo|stock::SymbolParams|stock|stock_cg_lawsuit_cninfo|self.client.stock_cg_lawsuit_cninfo(&symbol)
stock_zcfz_bj_em|stock::SymbolParams|stock|stock_zcfz_bj_em|self.client.stock_zcfz_bj_em(&symbol)
stock_index_pb_lg|stock::SymbolParams|stock|stock_index_pb_lg|self.client.stock_index_pb_lg(&symbol)
stock_index_pe_lg|stock::SymbolParams|stock|stock_index_pe_lg|self.client.stock_index_pe_lg(&symbol)
stock_zh_a_spot_em_flex|stock::LimitParams|stock|stock_zh_a_spot_em_flex|self.client.stock_zh_a_spot_em_flex(limit)
stock_zh_a_st_em|stock::LimitParams|stock|stock_zh_a_st_em|self.client.stock_zh_a_st_em(limit)
stock_zh_a_new_em|stock::LimitParams|stock|stock_zh_a_new_em|self.client.stock_zh_a_new_em(limit)
stock_staq_net_stop|stock::LimitParams|stock|stock_staq_net_stop|self.client.stock_staq_net_stop(limit)
stock_hk_spot_em_flex|stock::LimitParams|stock|stock_hk_spot_em_flex|self.client.stock_hk_spot_em_flex(limit)
stock_us_spot_em_flex|stock::LimitParams|stock|stock_us_spot_em_flex|self.client.stock_us_spot_em_flex(limit)
stock_board_concept_name_em|stock::LimitParams|stock|stock_board_concept_name_em|self.client.stock_board_concept_name_em(limit)
stock_zh_ah_spot_em|stock::LimitParams|stock|stock_zh_ah_spot_em|self.client.stock_zh_ah_spot_em(limit)
stock_hsgt_sh_hk_spot_em|stock::LimitParams|stock|stock_hsgt_sh_hk_spot_em|self.client.stock_hsgt_sh_hk_spot_em(limit)
stock_hsgt_sz_hk_spot_em|stock::LimitParams|stock|stock_hsgt_sz_hk_spot_em|self.client.stock_hsgt_sz_hk_spot_em(limit)
hk_market_cap_from_tencent|stock::SymbolParams|stock|hk_market_cap_from_tencent|self.client.hk_market_cap_from_tencent(&symbol)
hk_financial|stock::SymbolParams|stock|hk_financial|self.client.hk_financial(&symbol)
stock_dzjy_sctj|stock::LimitParams|stock|stock_dzjy_sctj|self.client.stock_dzjy_sctj(limit)
stock_gsrl_gsdt_em|stock::DateParams|stock|stock_gsrl_gsdt_em|self.client.stock_gsrl_gsdt_em(&date)
stock_sse_summary|stock::DateParams|stock|stock_sse_summary|self.client.stock_sse_summary(&date)
us_market_cap_from_sina|stock::SymbolParams|stock|us_market_cap_from_sina|self.client.us_market_cap_from_sina(&symbol)
fund_etf_dividend_sina|stock::SymbolParams|fund|fund_etf_dividend_sina|self.client.fund_etf_dividend_sina(&symbol)
fund_scale_open_sina|stock::SymbolParams|fund|fund_scale_open_sina|self.client.fund_scale_open_sina(&symbol)
fund_etf_category_sina|stock::SymbolParams|fund|fund_etf_category_sina|self.client.fund_etf_category_sina(&symbol)
energy_carbon_bj|_|economy|energy_carbon_bj|self.client.energy_carbon_bj()
energy_carbon_sz|_|economy|energy_carbon_sz|self.client.energy_carbon_sz()
energy_carbon_eu|_|economy|energy_carbon_eu|self.client.energy_carbon_eu()
energy_carbon_hb|_|economy|energy_carbon_hb|self.client.energy_carbon_hb()
energy_carbon_gz|_|economy|energy_carbon_gz|self.client.energy_carbon_gz()
energy_oil_detail|stock::DateParams|economy|energy_oil_detail|self.client.energy_oil_detail(&date)
energy_oil_hist|_|economy|energy_oil_hist|self.client.energy_oil_hist()
energy_carbon_domestic|_|economy|energy_carbon_domestic|self.client.energy_carbon_domestic()
commodity_spot_prices|stock::LimitParams|economy|commodity_spot_prices|self.client.commodity_spot_prices(limit)
news_trade_notify_suspend_baidu|stock::DateParams|news|news_trade_notify_suspend_baidu|self.client.news_trade_notify_suspend_baidu(&date)
bing_news_rss|news::NewsQueryTimeoutParams|news|bing_news_rss|self.client.bing_news_rss(&query, timeout_secs)
bond_zh_cov_value_analysis|stock::SymbolParams|bond|bond_zh_cov_value_analysis|self.client.bond_zh_cov_value_analysis(&symbol)
article_ff_crr|_|economy|article_ff_crr|self.client.article_ff_crr()
eastmoney_klines|stock::CandlesParams|stock|Get klines via Eastmoney|self.client.eastmoney_klines(&symbol, "", limit)
eastmoney_sector_rankings|stock::SectorRankParams|stock|Sector rankings via Eastmoney|self.client.eastmoney_sector_rankings(&sector_type, limit)
eastmoney_sector_constituents|stock::SectorCodeParams|stock|Sector constituents via Eastmoney|self.client.eastmoney_sector_constituents(&sector_code, limit)
eastmoney_sector_capital_flow|stock::SectorCodeParams|stock|Sector capital flow via Eastmoney|self.client.eastmoney_sector_capital_flow(&sector_code, limit)
eastmoney_capital_flow|stock::CandlesParams|stock|Capital flow via Eastmoney|self.client.eastmoney_capital_flow(&symbol, limit)
eastmoney_announcement_detail|stock::SymbolParams|stock|Announcement detail via Eastmoney|self.client.eastmoney_announcement_detail(&symbol)
a_share_sector_rankings|stock::SectorRankParams|stock|A-share sector rankings|self.client.a_share_sector_rankings(&sector_type, limit)
a_share_sector_constituents|stock::SectorCodeParams|stock|A-share sector constituents|self.client.a_share_sector_constituents(&sector_code, limit)
a_share_sector_capital_flow|stock::SectorCodeParams|stock|A-share sector capital flow|self.client.a_share_sector_capital_flow(&sector_code, limit)
a_share_trade_calendar|stock::TradeCalendarParams|stock|A-share trade calendar|self.client.a_share_trade_calendar(&exchange, &start_date, &end_date)
a_share_announcements|stock::CandlesParams|stock|A-share announcements|self.client.a_share_announcements(&symbol, limit)
a_share_billboard|stock::CandlesParams|stock|A-share billboard|self.client.a_share_billboard(&symbol, limit)
a_share_billboard_seats|stock::BillboardSeatsParams|stock|A-share billboard seats|self.client.a_share_billboard_seats(&symbol, &side, limit)
a_share_capital_flow|stock::CandlesParams|stock|A-share capital flow|self.client.a_share_capital_flow(&symbol, limit)
stock_financial_hk_balance_sheet_typed|stock::SymbolIndicatorParams|stock|HK balance sheet (typed)|self.client.stock_financial_hk_balance_sheet_typed(&symbol, &indicator)
stock_financial_hk_income_sheet_typed|stock::SymbolIndicatorParams|stock|HK income sheet (typed)|self.client.stock_financial_hk_income_sheet_typed(&symbol, &indicator)
stock_financial_hk_cashflow_sheet_typed|stock::SymbolIndicatorParams|stock|HK cashflow sheet (typed)|self.client.stock_financial_hk_cashflow_sheet_typed(&symbol, &indicator)
stock_financial_us_balance_sheet_typed|stock::SymbolIndicatorParams|stock|US balance sheet (typed)|self.client.stock_financial_us_balance_sheet_typed(&symbol, &indicator)
stock_financial_us_income_sheet_typed|stock::SymbolIndicatorParams|stock|US income sheet (typed)|self.client.stock_financial_us_income_sheet_typed(&symbol, &indicator)
stock_financial_us_cashflow_sheet_typed|stock::SymbolIndicatorParams|stock|US cashflow sheet (typed)|self.client.stock_financial_us_cashflow_sheet_typed(&symbol, &indicator)
stock_main_stock_holder|stock::SymbolParams|stock|Main shareholders|self.client.stock_main_stock_holder(&symbol)
stock_institute_hold_detail|stock::SymbolIndicatorParams|stock|Institutional hold detail|self.client.stock_institute_hold_detail(&symbol, &indicator)
stock_ipo_info|stock::SymbolParams|stock|IPO info (Sina)|self.client.stock_ipo_info(&symbol)
stock_ipo_ths|stock::DateParams|stock|IPO list (THS)|self.client.stock_ipo_ths(&date)
stock_register_em|stock::DateParams|stock|Registration (EM)|self.client.stock_register_em(&date)
stock_profit_forecast_em|stock::SymbolParams|stock|Profit forecast (EM)|self.client.stock_profit_forecast_em(&symbol)
stock_gpzy_distribute_statistics_bank_em|_|stock|Pledge bank distribution|self.client.stock_gpzy_distribute_statistics_bank_em()
stock_gpzy_distribute_statistics_company_em|_|stock|Pledge company distribution|self.client.stock_gpzy_distribute_statistics_company_em()
stock_sector_fund_flow_rank|stock::DateIndicatorParams|stock|Sector fund flow rank|self.client.stock_sector_fund_flow_rank(&indicator)
stock_hsgt_hold_stock_em|stock::DateIndicatorParams|stock|HSGT hold stocks|self.client.stock_hsgt_hold_stock_em(&date, &indicator)
stock_zh_a_disclosure_relation_cninfo|stock::SymbolParams|stock|Disclosure relation (CNINFO)|self.client.stock_zh_a_disclosure_relation_cninfo(&symbol)
stock_analyst_rank_em|stock::DateParams|stock|Analyst ranking (EM)|self.client.stock_analyst_rank_em(&date)
stock_analyst_detail_em|stock::SymbolIndicatorParams|stock|Analyst detail (EM)|self.client.stock_analyst_detail_em(&symbol, &indicator)
stock_board_concept_cons_em|stock::SectorCodeParams|stock|Concept board constituents|self.client.stock_board_concept_cons_em(&sector_code, limit)
stock_board_industry_cons_em|stock::SectorCodeParams|stock|Industry board constituents|self.client.stock_board_industry_cons_em(&sector_code, limit)
stock_repurchase_em|stock::LimitParams|stock|Stock repurchase|self.client.stock_repurchase_em(limit)
stock_hsgt_north_net_flow_kamt_em|stock::LimitParams|stock|HSGT north net flow|self.client.stock_hsgt_north_net_flow_kamt_em(limit)
stock_hsgt_south_net_flow_kamt_em|stock::LimitParams|stock|HSGT south net flow|self.client.stock_hsgt_south_net_flow_kamt_em(limit)
stock_individual_fund_flow_rank|stock::FundFlowRankParams|stock|Individual fund flow rank|self.client.stock_individual_fund_flow_rank(&indicator, limit)
eastmoney_billboard|stock::CandlesParams|stock|eastmoney_billboard|self.client.eastmoney_billboard(&symbol, limit)
eastmoney_announcements|stock::CandlesParams|stock|eastmoney_announcements|self.client.eastmoney_announcements(&symbol, limit)
index_detail_hist_adjust_cni|stock::SymbolParams|index|index_detail_hist_adjust_cni|self.client.index_detail_hist_adjust_cni(&symbol)
index_hist_sw|stock::BoardHistMinParams|index|index_hist_sw|self.client.index_hist_sw(&symbol, &period)
index_zh_a_hist|stock::BoardHistMinParams|index|index_zh_a_hist|self.client.index_zh_a_hist(&symbol, &period)
reits_hist_min_em|stock::BoardHistMinParams|economy|reits_hist_min_em|self.client.reits_hist_min_em(&symbol, &period)
stock_individual_basic_info_xq|stock::XqInfoParams|stock|stock_individual_basic_info_xq|self.client.stock_individual_basic_info_xq(&symbol, &token)
stock_individual_basic_info_us_xq|stock::XqInfoParams|stock|stock_individual_basic_info_us_xq|self.client.stock_individual_basic_info_us_xq(&symbol, &token)
stock_individual_basic_info_hk_xq|stock::XqInfoParams|stock|stock_individual_basic_info_hk_xq|self.client.stock_individual_basic_info_hk_xq(&symbol, &token)
stock_zh_kcb_daily|stock::StockHistParams|stock|stock_zh_kcb_daily|self.client.stock_zh_kcb_daily(&symbol, &start_date, &end_date, &adjust)
stock_board_concept_hist_em|stock::StockHistParams|stock|stock_board_concept_hist_em|self.client.stock_board_concept_hist_em(&symbol, &period, &start_date, &end_date, &adjust)
stock_board_concept_hist_min_em|stock::BoardHistMinParams|stock|stock_board_concept_hist_min_em|self.client.stock_board_concept_hist_min_em(&symbol, &period)
stock_board_industry_hist_em|stock::StockHistParams|stock|stock_board_industry_hist_em|self.client.stock_board_industry_hist_em(&symbol, &period, &start_date, &end_date, &adjust)
stock_board_industry_hist_min_em|stock::BoardHistMinParams|stock|stock_board_industry_hist_min_em|self.client.stock_board_industry_hist_min_em(&symbol, &period)
stock_zh_b_daily|stock::StockHistParams|stock|stock_zh_b_daily|self.client.stock_zh_b_daily(&symbol, &start_date, &end_date, &adjust)
stock_zh_b_minute|stock::BoardHistMinParams|stock|stock_zh_b_minute|self.client.stock_zh_b_minute(&symbol, &period)
stock_board_concept_index_ths|stock::SymbolDateRangeParams|stock|stock_board_concept_index_ths|self.client.stock_board_concept_index_ths(&symbol, &start_date, &end_date)
stock_board_concept_summary_ths|stock::SymbolParams|stock|stock_board_concept_summary_ths|self.client.stock_board_concept_summary_ths(&symbol)
stock_board_industry_index_ths|stock::SymbolDateRangeParams|stock|stock_board_industry_index_ths|self.client.stock_board_industry_index_ths(&symbol, &start_date, &end_date)
stock_board_industry_summary_ths|stock::SymbolParams|stock|stock_board_industry_summary_ths|self.client.stock_board_industry_summary_ths(&symbol)
stock_zh_a_minute|stock::BoardHistMinParams|stock|stock_zh_a_minute|self.client.stock_zh_a_minute(&symbol, &period)
stock_zh_a_cdr_daily|stock::SymbolDateRangeParams|stock|stock_zh_a_cdr_daily|self.client.stock_zh_a_cdr_daily(&symbol, &start_date, &end_date)
stock_zh_a_hist_tx|stock::StockHistParams|stock|stock_zh_a_hist_tx|self.client.stock_zh_a_hist_tx(&symbol, &start_date, &end_date, &adjust)
stock_zh_vote_baidu|stock::SymbolIndicatorParams|stock|stock_zh_vote_baidu|self.client.stock_zh_vote_baidu(&symbol, &indicator)
stock_zh_index_daily_tx|stock::SymbolDateRangeParams|stock|stock_zh_index_daily_tx|self.client.stock_zh_index_daily_tx(&symbol, &start_date, &end_date)
stock_zh_ah_name|_|stock|stock_zh_ah_name|self.client.stock_zh_ah_name()
stock_financial_abstract_ths|stock::SymbolIndicatorParams|stock|stock_financial_abstract_ths|self.client.stock_financial_abstract_ths(&symbol, &indicator)
stock_financial_debt_ths|stock::SymbolIndicatorParams|stock|stock_financial_debt_ths|self.client.stock_financial_debt_ths(&symbol, &indicator)
stock_financial_benefit_ths|stock::SymbolIndicatorParams|stock|stock_financial_benefit_ths|self.client.stock_financial_benefit_ths(&symbol, &indicator)
stock_financial_cash_ths|stock::SymbolIndicatorParams|stock|stock_financial_cash_ths|self.client.stock_financial_cash_ths(&symbol, &indicator)
stock_financial_abstract_new_ths|stock::SymbolIndicatorParams|stock|stock_financial_abstract_new_ths|self.client.stock_financial_abstract_new_ths(&symbol, &indicator)
stock_financial_debt_new_ths|stock::SymbolIndicatorParams|stock|stock_financial_debt_new_ths|self.client.stock_financial_debt_new_ths(&symbol, &indicator)
stock_financial_benefit_new_ths|stock::SymbolIndicatorParams|stock|stock_financial_benefit_new_ths|self.client.stock_financial_benefit_new_ths(&symbol, &indicator)
stock_financial_cash_new_ths|stock::SymbolIndicatorParams|stock|stock_financial_cash_new_ths|self.client.stock_financial_cash_new_ths(&symbol, &indicator)
stock_management_change_ths|stock::SymbolParams|stock|stock_management_change_ths|self.client.stock_management_change_ths(&symbol)
stock_shareholder_change_ths|stock::SymbolParams|stock|stock_shareholder_change_ths|self.client.stock_shareholder_change_ths(&symbol)
stock_profit_forecast_ths|stock::SymbolIndicatorParams|stock|stock_profit_forecast_ths|self.client.stock_profit_forecast_ths(&symbol, &indicator)
stock_hk_profit_forecast_et|stock::SymbolIndicatorParams|stock|stock_hk_profit_forecast_et|self.client.stock_hk_profit_forecast_et(&symbol, &indicator)
stock_financial_analysis_indicator_em|stock::SymbolIndicatorParams|stock|stock_financial_analysis_indicator_em|self.client.stock_financial_analysis_indicator_em(&symbol, &indicator)
stock_financial_hk_analysis_indicator_em|stock::SymbolIndicatorParams|stock|stock_financial_hk_analysis_indicator_em|self.client.stock_financial_hk_analysis_indicator_em(&symbol, &indicator)
stock_financial_us_analysis_indicator_em|stock::SymbolIndicatorParams|stock|stock_financial_us_analysis_indicator_em|self.client.stock_financial_us_analysis_indicator_em(&symbol, &indicator)
stock_financial_hk_analysis_indicator_em_typed|stock::SymbolIndicatorParams|stock|stock_financial_hk_analysis_indicator_em_typed|self.client.stock_financial_hk_analysis_indicator_em_typed(&symbol, &indicator)
stock_financial_us_analysis_indicator_em_typed|stock::SymbolIndicatorParams|stock|stock_financial_us_analysis_indicator_em_typed|self.client.stock_financial_us_analysis_indicator_em_typed(&symbol, &indicator)
stock_restricted_release_detail_em|stock::DateRangeParams|stock|stock_restricted_release_detail_em|self.client.stock_restricted_release_detail_em(&start_date, &end_date)
stock_restricted_release_queue_em|stock::SymbolParams|stock|stock_restricted_release_queue_em|self.client.stock_restricted_release_queue_em(&symbol)
stock_restricted_release_stockholder_em|stock::SymbolDateParams|stock|stock_restricted_release_stockholder_em|self.client.stock_restricted_release_stockholder_em(&symbol, &date)
stock_zh_a_gbjg_em|stock::SymbolParams|stock|stock_zh_a_gbjg_em|self.client.stock_zh_a_gbjg_em(&symbol)
stock_zygc_em|stock::SymbolParams|stock|stock_zygc_em|self.client.stock_zygc_em(&symbol)
stock_financial_abstract|stock::SymbolParams|stock|stock_financial_abstract|self.client.stock_financial_abstract(&symbol)
stock_add_stock|stock::SymbolParams|stock|stock_add_stock|self.client.stock_add_stock(&symbol)
stock_restricted_release_queue_sina|stock::SymbolParams|stock|stock_restricted_release_queue_sina|self.client.stock_restricted_release_queue_sina(&symbol)
stock_circulate_stock_holder|stock::SymbolParams|stock|stock_circulate_stock_holder|self.client.stock_circulate_stock_holder(&symbol)
stock_fund_stock_holder|stock::SymbolParams|stock|stock_fund_stock_holder|self.client.stock_fund_stock_holder(&symbol)
stock_institute_hold|stock::SymbolParams|stock|stock_institute_hold|self.client.stock_institute_hold(&symbol)
stock_institute_recommend|stock::SymbolParams|stock|stock_institute_recommend|self.client.stock_institute_recommend(&symbol)
stock_institute_recommend_detail|stock::SymbolParams|stock|stock_institute_recommend_detail|self.client.stock_institute_recommend_detail(&symbol)
stock_gdfx_free_holding_statistics_em|stock::DateParams|stock|stock_gdfx_free_holding_statistics_em|self.client.stock_gdfx_free_holding_statistics_em(&date)
stock_gdfx_holding_statistics_em|stock::DateParams|stock|stock_gdfx_holding_statistics_em|self.client.stock_gdfx_holding_statistics_em(&date)
stock_gdfx_free_holding_change_em|stock::DateParams|stock|stock_gdfx_free_holding_change_em|self.client.stock_gdfx_free_holding_change_em(&date)
stock_gdfx_free_top_10_em|stock::SymbolDateParams|stock|stock_gdfx_free_top_10_em|self.client.stock_gdfx_free_top_10_em(&symbol, &date)
stock_gdfx_free_holding_detail_em|stock::DateParams|stock|stock_gdfx_free_holding_detail_em|self.client.stock_gdfx_free_holding_detail_em(&date)
stock_gdfx_free_holding_analyse_em|stock::DateParams|stock|stock_gdfx_free_holding_analyse_em|self.client.stock_gdfx_free_holding_analyse_em(&date)
stock_gdfx_holding_analyse_em|stock::DateParams|stock|stock_gdfx_holding_analyse_em|self.client.stock_gdfx_holding_analyse_em(&date)
stock_gdfx_free_holding_teamwork_em|stock::SymbolParams|stock|stock_gdfx_free_holding_teamwork_em|self.client.stock_gdfx_free_holding_teamwork_em(&symbol)
stock_hold_management_detail_cninfo|stock::SymbolParams|stock|stock_hold_management_detail_cninfo|self.client.stock_hold_management_detail_cninfo(&symbol)
stock_hold_management_detail_em|stock::SymbolParams|stock|stock_hold_management_detail_em|self.client.stock_hold_management_detail_em(&symbol)
stock_hold_management_person_em|stock::SymbolParams|stock|stock_hold_management_person_em|self.client.stock_hold_management_person_em(&symbol)
stock_hold_num_cninfo|stock::SymbolDateParams|stock|stock_hold_num_cninfo|self.client.stock_hold_num_cninfo(&symbol, &date)
stock_comment_detail_zlkp_jgcyd_em|stock::SymbolParams|stock|stock_comment_detail_zlkp_jgcyd_em|self.client.stock_comment_detail_zlkp_jgcyd_em(&symbol)
stock_comment_detail_zhpj_lspf_em|stock::SymbolParams|stock|stock_comment_detail_zhpj_lspf_em|self.client.stock_comment_detail_zhpj_lspf_em(&symbol)
stock_comment_detail_scrd_focus_em|stock::SymbolParams|stock|stock_comment_detail_scrd_focus_em|self.client.stock_comment_detail_scrd_focus_em(&symbol)
stock_comment_detail_scrd_desire_em|stock::SymbolParams|stock|stock_comment_detail_scrd_desire_em|self.client.stock_comment_detail_scrd_desire_em(&symbol)
stock_balance_sheet_by_report_em_typed|stock::SymbolParams|stock|stock_balance_sheet_by_report_em_typed|self.client.stock_balance_sheet_by_report_em_typed(&symbol)
stock_profit_sheet_by_report_em_typed|stock::SymbolParams|stock|stock_profit_sheet_by_report_em_typed|self.client.stock_profit_sheet_by_report_em_typed(&symbol)
stock_cash_flow_sheet_by_report_em_typed|stock::SymbolParams|stock|stock_cash_flow_sheet_by_report_em_typed|self.client.stock_cash_flow_sheet_by_report_em_typed(&symbol)
stock_dzjy_hygtj|stock::DateRangeParams|stock|stock_dzjy_hygtj|self.client.stock_dzjy_hygtj(&start_date, &end_date)
stock_dzjy_hyyybtj|stock::DateRangeParams|stock|stock_dzjy_hyyybtj|self.client.stock_dzjy_hyyybtj(&start_date, &end_date)
stock_dzjy_yybph|stock::DateRangeParams|stock|stock_dzjy_yybph|self.client.stock_dzjy_yybph(&start_date, &end_date)
stock_gpzy_individual_pledge_ratio_detail_em|stock::SymbolParams|stock|stock_gpzy_individual_pledge_ratio_detail_em|self.client.stock_gpzy_individual_pledge_ratio_detail_em(&symbol)
stock_lhb_detail_em|stock::DateRangeParams|stock|stock_lhb_detail_em|self.client.stock_lhb_detail_em(&start_date, &end_date)
stock_lhb_stock_statistic_em|stock::SymbolParams|stock|stock_lhb_stock_statistic_em|self.client.stock_lhb_stock_statistic_em(&symbol)
stock_lhb_jgmmtj_em|stock::DateRangeParams|stock|stock_lhb_jgmmtj_em|self.client.stock_lhb_jgmmtj_em(&start_date, &end_date)
stock_lhb_hyyyb_em|stock::DateRangeParams|stock|stock_lhb_hyyyb_em|self.client.stock_lhb_hyyyb_em(&start_date, &end_date)
stock_lhb_traderstatistic_em|stock::SymbolParams|stock|stock_lhb_traderstatistic_em|self.client.stock_lhb_traderstatistic_em(&symbol)
stock_lhb_stock_detail_date_em|stock::SymbolParams|stock|stock_lhb_stock_detail_date_em|self.client.stock_lhb_stock_detail_date_em(&symbol)
stock_sector_fund_flow_hist|stock::SymbolParams|stock|stock_sector_fund_flow_hist|self.client.stock_sector_fund_flow_hist(&symbol)
stock_concept_fund_flow_hist|stock::SymbolParams|stock|stock_concept_fund_flow_hist|self.client.stock_concept_fund_flow_hist(&symbol)
stock_industry_pe_ratio_cninfo|stock::SymbolParams|stock|stock_industry_pe_ratio_cninfo|self.client.stock_industry_pe_ratio_cninfo(&symbol)
stock_hsgt_stock_statistics_em|stock::SymbolDateRangeParams|stock|stock_hsgt_stock_statistics_em|self.client.stock_hsgt_stock_statistics_em(&symbol, &start_date, &end_date)
stock_hsgt_board_rank_em|stock::SymbolIndicatorParams|stock|stock_hsgt_board_rank_em|self.client.stock_hsgt_board_rank_em(&symbol, &indicator)
stock_hsgt_individual_detail_em|stock::SymbolIndicatorParams|stock|stock_hsgt_individual_detail_em|self.client.stock_hsgt_individual_detail_em(&symbol, &indicator)
stock_hsgt_individual_em|stock::SymbolParams|stock|stock_hsgt_individual_em|self.client.stock_hsgt_individual_em(&symbol)
stock_margin_account_info_em|stock::DateRangeParams|stock|stock_margin_account_info_em|self.client.stock_margin_account_info_em(&start_date, &end_date)
stock_margin_ratio_pa|stock::SymbolDateParams|stock|stock_margin_ratio_pa|self.client.stock_margin_ratio_pa(&symbol, &date)
stock_margin_sse|stock::DateRangeParams|stock|stock_margin_sse|self.client.stock_margin_sse(&start_date, &end_date)
stock_margin_underlying_info_szse|stock::DateParams|stock|stock_margin_underlying_info_szse|self.client.stock_margin_underlying_info_szse(&date)
stock_balance_sheet_by_report_em|stock::SymbolParams|stock|stock_balance_sheet_by_report_em|self.client.stock_balance_sheet_by_report_em(&symbol)
stock_balance_sheet_by_yearly_em|stock::SymbolParams|stock|stock_balance_sheet_by_yearly_em|self.client.stock_balance_sheet_by_yearly_em(&symbol)
stock_profit_sheet_by_report_em|stock::SymbolParams|stock|stock_profit_sheet_by_report_em|self.client.stock_profit_sheet_by_report_em(&symbol)
stock_profit_sheet_by_yearly_em|stock::SymbolParams|stock|stock_profit_sheet_by_yearly_em|self.client.stock_profit_sheet_by_yearly_em(&symbol)
stock_profit_sheet_by_quarterly_em|stock::SymbolParams|stock|stock_profit_sheet_by_quarterly_em|self.client.stock_profit_sheet_by_quarterly_em(&symbol)
stock_cash_flow_sheet_by_report_em|stock::SymbolParams|stock|stock_cash_flow_sheet_by_report_em|self.client.stock_cash_flow_sheet_by_report_em(&symbol)
stock_cash_flow_sheet_by_yearly_em|stock::SymbolParams|stock|stock_cash_flow_sheet_by_yearly_em|self.client.stock_cash_flow_sheet_by_yearly_em(&symbol)
stock_cash_flow_sheet_by_quarterly_em|stock::SymbolParams|stock|stock_cash_flow_sheet_by_quarterly_em|self.client.stock_cash_flow_sheet_by_quarterly_em(&symbol)
stock_share_hold_change_bse|stock::DateParams|stock|stock_share_hold_change_bse|self.client.stock_share_hold_change_bse(&date)
stock_share_hold_change_sse|stock::DateParams|stock|stock_share_hold_change_sse|self.client.stock_share_hold_change_sse(&date)
stock_share_hold_change_szse|stock::DateParams|stock|stock_share_hold_change_szse|self.client.stock_share_hold_change_szse(&date)
stock_zdhtmx_em|stock::DateRangeParams|stock|stock_zdhtmx_em|self.client.stock_zdhtmx_em(&start_date, &end_date)
stock_balance_sheet_by_report_delisted_em|stock::SymbolParams|stock|stock_balance_sheet_by_report_delisted_em|self.client.stock_balance_sheet_by_report_delisted_em(&symbol)
stock_cash_flow_sheet_by_report_delisted_em|stock::SymbolParams|stock|stock_cash_flow_sheet_by_report_delisted_em|self.client.stock_cash_flow_sheet_by_report_delisted_em(&symbol)
stock_profit_sheet_by_report_delisted_em|stock::SymbolParams|stock|stock_profit_sheet_by_report_delisted_em|self.client.stock_profit_sheet_by_report_delisted_em(&symbol)
stock_cg_equity_mortgage_cninfo|stock::SymbolParams|stock|stock_cg_equity_mortgage_cninfo|self.client.stock_cg_equity_mortgage_cninfo(&symbol)
fund_individual_detail_hold_xq|stock::SymbolDateParams|fund|fund_individual_detail_hold_xq|self.client.fund_individual_detail_hold_xq(&symbol, &date)
fund_announcement_dividend_em|stock::SymbolParams|fund|fund_announcement_dividend_em|self.client.fund_announcement_dividend_em(&symbol)
fund_announcement_personnel_em|stock::SymbolParams|fund|fund_announcement_personnel_em|self.client.fund_announcement_personnel_em(&symbol)
fund_lof_hist_em|stock::StockHistParams|fund|fund_lof_hist_em|self.client.fund_lof_hist_em(&symbol, &period, &start_date, &end_date, &adjust)
fund_lof_hist_min_em|stock::StockHistParams|fund|fund_lof_hist_min_em|self.client.fund_lof_hist_min_em(&symbol, &period, &start_date, &end_date, &adjust)
fund_etf_hist_em|stock::StockHistParams|fund|fund_etf_hist_em|self.client.fund_etf_hist_em(&symbol, &period, &start_date, &end_date, &adjust)
fund_etf_hist_min_em|stock::StockHistParams|fund|fund_etf_hist_min_em|self.client.fund_etf_hist_min_em(&symbol, &period, &start_date, &end_date, &adjust)
fund_etf_category_ths|stock::SymbolDateParams|fund|fund_etf_category_ths|self.client.fund_etf_category_ths(&symbol, &date)
fund_value_estimation_em|stock::SymbolParams|fund|fund_value_estimation_em|self.client.fund_value_estimation_em(&symbol)
bond_zh_cov_info|stock::SymbolIndicatorParams|bond|bond_zh_cov_info|self.client.bond_zh_cov_info(&symbol, &indicator)
rv_from_futures_zh_minute_sina|stock::SymbolParams|economy|rv_from_futures_zh_minute_sina|self.client.rv_from_futures_zh_minute_sina(&symbol)
rv_from_stock_zh_a_hist_min_em|stock::SymbolParams|economy|rv_from_stock_zh_a_hist_min_em|self.client.rv_from_stock_zh_a_hist_min_em(&symbol)
stock_financial_hk_report_em|stock::HkReportParams|stock|HK financial report (EM)|self.client.stock_financial_hk_report_em(&symbol, &symbol, &indicator)
index_hk_daily_em|index::IndexHkDailyParams|index|HK index daily (EM)|self.client.index_hk_daily_em(&symbol, &internal_id, limit)
stock_individual_fund_flow|stock::FundFlowParams|stock|Individual fund flow|self.client.stock_individual_fund_flow(&symbol, &market, limit)
eastmoney_billboard_seats|stock::BillboardSeatsParams|stock|Eastmoney billboard seats|self.client.eastmoney_billboard_seats(&symbol, &side, limit)
forex_hist_em|stock::StockHistParams|forex|Forex historical (EM)|self.client.forex_hist_em(&symbol, &period, &start_date, &end_date, &adjust)
reits_hist_em|stock::StockHistParams|economy|REITs historical (EM)|self.client.reits_hist_em(&symbol, &period, &start_date, &end_date, &adjust)
stock_dzjy_mrmx|stock::DzjyMrmxParams|stock|Block trade detail|self.client.stock_dzjy_mrmx(&asset_type, &start_date, &end_date, limit)
stock_financial_analysis_indicator|stock::SymbolStartYearParams|stock|Financial analysis indicator (Sina)|self.client.stock_financial_analysis_indicator(&symbol, &start_year)
stock_financial_report_sina|stock::StockSymbolParams|stock|Financial report (Sina)|self.client.stock_financial_report_sina(&symbol, &symbol)
stock_financial_us_report_em|stock::HkReportParams|stock|US financial report (EM)|self.client.stock_financial_us_report_em(&symbol, &symbol, &indicator)
stock_gdfx_holding_detail_em|stock::GdfxDetailParams|stock|GDFX holding detail (EM)|self.client.stock_gdfx_holding_detail_em(&date, &indicator, &symbol)
stock_hot_search_baidu|stock::SymbolDateParams|stock|Baidu hot search|self.client.stock_hot_search_baidu(&symbol, &date)
stock_notice_report|stock::DateIndicatorParams|stock|Notice report|self.client.stock_notice_report(&indicator, &date)
stock_zh_a_disclosure_report_cninfo|stock::DisclosureParams|stock|Disclosure report (CNINFO)|self.client.stock_zh_a_disclosure_report_cninfo(&symbol, &category, &start_date, &end_date)
stock_zh_ah_daily|stock::StockHistParams|stock|AH daily|self.client.stock_zh_ah_daily(&symbol, &start_date, &end_date, &adjust)
stock_zh_valuation_baidu|stock::ValuationParams|stock|Valuation (Baidu)|self.client.stock_zh_valuation_baidu(&symbol, &indicator, &period)
stock_us_valuation_baidu|stock::ValuationParams|stock|US valuation (Baidu)|self.client.stock_us_valuation_baidu(&symbol, &indicator, &period)
stock_hk_valuation_baidu|stock::ValuationParams|stock|HK valuation (Baidu)|self.client.stock_hk_valuation_baidu(&symbol, &indicator, &period)
fund_etf_fund_info_em|stock::SymbolDateRangeParams|fund|ETF fund info (EM)|self.client.fund_etf_fund_info_em(&symbol, &start_date, &end_date)
fund_hk_fund_hist_em|stock::StockSymbolParams|fund|HK fund history (EM)|self.client.fund_hk_fund_hist_em(&symbol, &symbol)
