Response fields
array of objects
List of symbols with the latest quotes from the brokerage.
object
symbol
object
Uniquely describes a single security + exchange combination across all brokerages.
id
string (format: uuid)
Unique identifier for the symbol within SnapTrade. This is the ID used to reference the symbol in SnapTrade API calls.
symbol
string
The security's trading ticker symbol. For example "AAPL" for Apple Inc. We largely follow the Yahoo Finance ticker format(click on "Yahoo Finance Market Coverage and Data Delays"). For example, for securities traded on the Toronto Stock Exchange, the symbol has a '.TO' suffix. For securities traded on NASDAQ or NYSE, the symbol does not have a suffix.
raw_symbol
string
The raw symbol is symbol
with the exchange suffix removed. For example, if symbol
is "VAB.TO", then raw_symbol
is "VAB".
description
string or null
A human-readable description of the security. This is usually the company name or ETF name.
currency
object
The currency in which the security is traded.
id
string (format: uuid)
Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.
code
string
The ISO-4217 currency code for the currency.
name
string
A human-friendly name of the currency.
exchange
object
The exchange on which the security is listed and traded.
id
string (format: uuid)
Unique ID for the exchange in SnapTrade.
code
string
A short name for the exchange. For standardized exchange code, please us the mic_code
field.
mic_code
string
The Market Identifier Code (MIC) for the exchange.
name
string
The full name of the exchange.
timezone
string
The timezone for the trading hours (start_time
and close_time
) of the exchange.
start_time
string
The time when the exchange opens for trading.
close_time
string
The time when the exchange closes for trading.
suffix
string or null
The suffix to be appended to the symbol when trading on this exchange. For example, the suffix for the Toronto Stock Exchange is .TO
. See UniversalSymbol->symbol
and UniversalSymbol->raw_symbol
for more detail.
type
object
The type of security. For example, "Common Stock" or "ETF".
id
string (format: uuid)
Unique identifier for the security type within SnapTrade. This is the ID used to reference the security type in SnapTrade API calls.
code
string
A short code representing the security type. For example, "cs" for Common Stock. Here are some common values:
ad
- ADRbnd
- Bondcs
- Common Stockcef
- Closed End Fundet
- ETFoef
- Open Ended Fundps
- Preferred Stockrt
- Rightstruct
- Structured Productut
- Unitwi
- When Issuedwt
- Warrant
description
string
A human-readable description of the security type. For example, "Common Stock" or "ETF".
is_supported
boolean
This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
figi_code
string or null
This identifier is unique per security per trading venue. See section 1.4.1 of the FIGI Standard for more information. This value should be the same as the figi_code
in the figi_instrument
child property.
figi_instrument
object or null
Financial Instrument Global Identifier (FIGI) information for the security. See OpenFIGI for more information.
figi_code
string or null
This identifier is unique per security per trading venue. See section 1.4.1 of the FIGI Standard for more information.
figi_share_class
string or null
This enables users to link multiple FIGIs for the same security in order to obtain an aggregated view across all countries and all exchanges. For example, AAPL
has a different FIGI for each exchange/trading venue it is traded on. The figi_share_class
is the same for all of these FIGIs. See section 1.4.3 of the FIGI Standard for more information.
currencies
array of objects
This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
id
string (format: uuid)
Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.
code
string
The ISO-4217 currency code for the currency.
name
string
A human-friendly name of the currency.
last_trade_price
number
The most recent trade price from the brokerage.
bid_price
number
The most recent bid price from the brokerage.
ask_price
number
The most recent price from the brokerage.
bid_size
number
The most recent bid size from the brokerage.
ask_size
number
The most recent ask size from the brokerage.
1[2{3"symbol": {4"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",5"symbol": "VAB.TO",6"raw_symbol": "VAB",7"description": "VANGUARD CDN AGGREGATE BOND INDEX ETF",8"currency": {9"id": "87b24961-b51e-4db8-9226-f198f6518a89",10"code": "USD",11"name": "US Dollar"12},13"exchange": {14"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",15"code": "TSX",16"mic_code": "XTSE",17"name": "Toronto Stock Exchange",18"timezone": "America/New_York",19"start_time": "09:30:00",20"close_time": "16:00:00",21"suffix": ".TO"22},23"type": {24"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",25"code": "cs",26"description": "Common Stock",27"is_supported": true28},29"figi_code": "BBG000B9XRY4",30"figi_instrument": {31"figi_code": "BBG000B9Y5X2",32"figi_share_class": "BBG001S5N8V8"33},34"currencies": [35{36"id": "87b24961-b51e-4db8-9226-f198f6518a89",37"code": "USD",38"name": "US Dollar"39}40]41},42"last_trade_price": 8.74,43"bid_price": 8.43,44"ask_price": 8.43,45"bid_size": 260,46"ask_size": 34447}48]