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 QuoteClient
to use the methods below to get market data. Please see Quick Start for an example
General
Method | Description |
---|---|
grab_quote_permission | Grab Quote Permission |
get_quote_permission | Get Quote Permission |
get_kline_quota | Get history quote quota |
Stock Quote
Method | Description |
---|---|
get_market_status | Get Market Status |
get_trading_calendar | Get Trading Calendar |
get_symbols | Get stock symbols by markets |
get_symbol_names | Get stock ticker symbols and full names |
get_timeline | Get Timeline |
get_history_timeline | Get Timeline History |
get_stock_briefs | Get Realtime Quotes |
get_stock_delay_briefs | Get Stock Delayed Quotes |
get_kline | Get Bars |
get_trade_ticks | Get Trade Ticks |
get_depth_quote | Get Depth Quote |
get_quote_stock_trade | Get Inforamtion Required for Trading (lotsize, ticksize) |
get_capital_flow | Get capital flow |
get_capital_distribution | Get capital distribution |
get_stock_broker | Get stock broker |
Future Quote
Method | Description |
---|---|
get_future_exchanges | Get a List of Future Exchanges |
get_future_contracts | Get future contracts |
get_future_contract | Get single future contract |
get_current_future_contract | Get Current Future Contract |
get_continuous_future_contracts | Get Continuous Future Contract |
get_future_trading_times | Get Future Trading Times |
get_future_kline | Get Future Bars |
get_future_trade_ticks | Get Future Trade Ticks |
get_future_real_time_quote | Get Future Real Time Quote |
Option Quote
Method | Description |
---|---|
get_option_expirations | Get Option Expirations |
get_option_chain | Get Option Chain |
get_option_brief | Get Option Briefs |
get_option_kline | Get Option Bars |
get_option_trade_tick | Get Option Trade ticks |