Response fields
array of objectsobjectDescribes a single stock or crypto exchange.
idstring (format: uuid)Unique ID for the exchange in SnapTrade.
codestringA short name for the exchange. For standardized exchange code, please us the mic_code field.
mic_codestringThe Market Identifier Code (MIC) for the exchange.
namestringThe full name of the exchange.
timezonestringThe timezone for the trading hours (start_time and close_time) of the exchange.
start_timestringThe time when the exchange opens for trading.
close_timestringThe time when the exchange closes for trading.
suffixstring or nullThe 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]