Quote APIs

About 2 min

Market Quote

Quote APIs are designed to handle any request that relates to market data. Currently supported funtions and corresponding APIs are included as follows:

Note: Please initialize an instance of QuoteClientopen in new window to use the methods below to get market data. Please see Quick Start for an example

General

MethodDescription
grab_quote_permissionGrab Quote Permission
get_quote_permissionGet Quote Permission
get_kline_quotaGet history quote quota

Stock Quote

MethodDescription
get_market_statusGet Market Status
get_trading_calendarGet Trading Calendar
get_symbolsGet stock symbols by markets
get_symbol_namesGet stock ticker symbols and full names
get_timelineGet Timeline
get_history_timelineGet Timeline History
get_stock_briefsGet Realtime Quotes
get_stock_delay_briefsGet Stock Delayed Quotes
get_klineGet Bars
get_trade_ticksGet Trade Ticks
get_depth_quoteGet Depth Quote
get_quote_stock_tradeGet Inforamtion Required for Trading (lotsize, ticksize)
get_capital_flowGet capital flow
get_capital_distributionGet capital distribution
get_stock_brokerGet stock broker

Future Quote

MethodDescription
get_future_exchangesGet a List of Future Exchanges
get_future_contractsGet future contracts
get_future_contractGet single future contract
get_current_future_contractGet Current Future Contract
get_continuous_future_contractsGet Continuous Future Contract
get_future_trading_timesGet Future Trading Times
get_future_klineGet Future Bars
get_future_trade_ticksGet Future Trade Ticks
get_future_real_time_quoteGet Future Real Time Quote

Option Quote

MethodDescription
get_option_expirationsGet Option Expirations
get_option_chainGet Option Chain
get_option_briefGet Option Briefs
get_option_klineGet Option Bars
get_option_trade_tickGet Option Trade ticks
Last update: