Quote APIs
About 2 min
Market Quote
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 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 Kline 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_timeline_history | Get Timeline History |
| get_stock_briefs | Get Realtime Quotes |
| get_stock_delay_briefs | Get Stock Delayed Quotes |
| get_bars | Get Bars |
| get_bars_by_page | Get Bars By Page |
| get_trade_ticks | Get Trade Ticks |
| get_depth_quote | Get Depth Quote |
| get_short_interest | Get Data Related to Shorting < Currently Unavailable> |
| get_trade_metas | Get Information Required for Trading (lotsize, ticksize) |
| get_capital_flow | Get capital flow |
| get_capital_distribution | Get capital distribution |
| get_stock_broker | Get stock broker |
| get_broker_hold | Retrieve Market Value of Hong Kong Stock Broker Holdings |
| get_trade_rank | Get stock trading rank data |
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_all_future_contracts | Get All Future Contract |
| get_future_trading_times | Get Future Trading Times |
| get_future_bars | Get Future Bars |
| get_future_bars_by_page | Get Future Bars By Page |
| get_future_depth | Get Future Depth Quote |
| get_future_trade_ticks | Get Future Trade Ticks |
| get_future_brief | Get Future Brief Quote |
Option Quote
| Method | Description |
|---|---|
| get_option_expirations | Get Option Expirations |
| get_option_chain | Get Option Chain |
| get_option_briefs | Get Option Briefs |
| get_option_bars | Get Option Bars |
| get_option_timeline | Get Option Timeline |
| get_option_trade_ticks | Get Option Trade ticks |
| get_option_depth | Get Option Depth Quote |
| get_option_symbols | Get HK Option Symbols |
Fund Quote
| Method | Description |
|---|---|
| get_fund_symbols | Get Fund Symbol List |
| get_fund_contracts | Get Fund Contracts |
| get_fund_quote | Get Fund Quote |
| get_fund_history_quote | Get Fund History Quote |
Warrant
| Method | Desc |
|---|---|
| get_warrant_filter | Warrant filter |
| get_warrant_briefs | Get Warrant Quotes |
MarketScanner
| Method | Description |
|---|---|
| market_scanner | market scanner |
| get_market_scanner_tags | market scanner tags |
