---
title: "Exchanges"
method: GET
path: "/exchanges"
tags: ["reference_data"]
---

# Exchanges

`GET /exchanges`

The exchanges endpoint provides a comprehensive list of all available equity exchanges. It returns an array containing detailed information about each exchange, such as exchange code, name, country, and timezone. This data is updated daily.

## Query parameters

- `type` 'American Depositary Receipt' | 'Bond' | 'Bond Fund' | 'Closed-end Fund' | 'Common Stock' | 'Depositary Receipt' | 'Digital Currency' | 'ETF' | 'Exchange-Traded Note' | 'Global Depositary Receipt' | 'Limited Partnership' | 'Mutual Fund' | 'Physical Currency' | 'Preferred Stock' | 'REIT' | 'Right' | 'Structured Product' | 'Trust' | 'Unit' | 'Warrant'
- `name` string
- `code` string
- `country` string
- `format` 'JSON' | 'CSV'
- `delimiter` string
- `show_plan` boolean

## Response `200`

- object
  - `data` ExchangesResponseItem[], required — List of exchanges
    - `title` string, required — Title of exchange
    - `name` string, required — Name of exchange
    - `code` string, required — Market identifier code (MIC) under ISO 10383 standard
    - `country` string, required — Country to which stock exchange belongs to
    - `timezone` string, required — Time zone where exchange is located
    - `access` ExchangesResponseItemAccess — Info on which plan symbol is available (displayed then `show_plan` is `true`)
      - `global` string, required — Level of access to the symbol
      - `plan` string, required — The individual plan name for the symbol
      - `plan_business` string, required — The business plan name for the symbol
  - `status` string, required — Response status

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
