v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0175184292.5 KB
Reference Data

Get exchanges

Returns a list of all supported Exchanges.

get/exchanges

Response

A list of all supported stock exchanges

idstring uuid

Unique ID for the exchange in SnapTrade.

codestring

A short name for the exchange. For standardized exchange code, please use the mic_code field.

mic_codestring nullable

The Market Identifier Code (MIC) for the exchange.

namestring

The full name of the exchange.

timezonestring

The timezone for the trading hours (start_time and close_time) of the exchange.

start_timestring

The time when the exchange opens for trading.

close_timestring

The time when the exchange closes for trading.

suffixstring nullable

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.

Example response

[
  {
    "id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
    "code": "TSX",
    "mic_code": "XTSE",
    "name": "Toronto Stock Exchange",
    "timezone": "America/New_York",
    "start_time": "09:30:00",
    "close_time": "16:00:00",
    "suffix": ".TO"
  }
]