Response fields
array of objects
object
Describes a single stock or crypto exchange.
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.
1[2{3"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",4"code": "TSX",5"mic_code": "XTSE",6"name": "Toronto Stock Exchange",7"timezone": "America/New_York",8"start_time": "09:30:00",9"close_time": "16:00:00",10"suffix": ".TO"11}12]