Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.24 KB

File metadata and controls

30 lines (26 loc) · 2.24 KB

SymbolListItem

Properties

Name Type Description Notes
symbol str Symbol [optional]
exchange str Exchange, supports us, hk, kr, and jp [optional]
exchange_desc str Exchange description [optional]
quote_currency str Quote currency [optional]
quote_currency_precision int Quote currency precision [optional]
fx_rate str Quote currency to USD exchange rate [optional]
symbol_desc str Symbol description [optional]
category str Symbol category. - CS: Common stock. - ETF: Exchange-traded funds. - ADRC, ADR: Depositary receipts for foreign companies listed in the U.S. - ETV: Exchange-traded products. - PFD: Preferred stock. - ETS: Exchange-traded securities. - ETN: Exchange-traded notes. - FUND: Funds. [optional]
asset_type str Asset type. - STOCK: Stock. - ETF: Exchange-traded fund. [optional]
trade_status str Trading status. - pre_market: Pre-market. - open: Regular trading session. - post_market: Post-market. - closed: Market closed. - gt_lp: GT LP session. [optional]
trade_mode int Current session trading mode. - 0: Trading disabled. - 1: Buy only. - 2: Sell only. - 4: Buy and sell supported. [optional]
order_fill_timing int Order fill timing (1=immediate, 2=after pre-market opens, 3=after regular session opens) [optional]
icon_link str Icon URL [optional]
quote_currency_symbol str Quote currency symbol [optional]
price_precision int Price precision [optional]
volume_precision int Quantity precision [optional]
is_ipo bool Whether it is an IPO symbol [optional]
ipo_price str IPO price [optional]
sell_price_protection str Sell price protection rate [optional]
buy_price_protection str Buy price protection rate [optional]
symbol_descs list[I18nTxt] Multilingual symbol description [optional]

[Back to Model list] [Back to API list] [Back to README]