---
title: "Get exchanges"
method: GET
path: "/exchanges"
tags: ["Reference Data"]
---

# Get exchanges

`GET /exchanges`

Returns a list of all supported Exchanges.

## Response `200`

A list of all supported stock exchanges

- Exchange[]
  - `id` string, uuid — Unique ID for the exchange in SnapTrade.
  - `code` string — A short name for the exchange. For standardized exchange code, please use the `mic_code` field.
  - `mic_code` string, nullable — The [Market Identifier Code](https://en.wikipedia.org/wiki/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, 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.

---

[API](https://skmtc.net/passiv/apis/snaptrade.md) · [All operations](https://skmtc.net/passiv/apis/snaptrade/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/passiv/snaptrade/versions/993e058b557e/schema)
