Quote APIs
Quote APIs
Quote APIs are designed to handle any request that relates to market data. Currently supported functions and corresponding APIs are included as follows:
Note: Please initialize an instance of QuoteClient in order to use the methods below.
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 |
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 |
Updated 1 day ago
Did this page help you?