---
title: "Exchanges list"
method: GET
path: "/api/v1/generics/exchanges"
tags: ["Exchanges"]
---

# Exchanges list

`GET /api/v1/generics/exchanges`

List of all the exchanges with their identifying symbol and MIC code that can be used in other Ortex APIs to identify the exchange

### Available Data Points:

*   **Exchange Name:** The name of the exchange.
*   **MIC Code:** The Market Identifier Code of the trading exchange as defined by ISO 10383.
*   **Exchange Symbol:** The symbol that identifies the exchange.
*   **Country:** The country code of the exchange as defined by ISO 3166-1.

**Try it out!** You can test the API with the **trial key** `TEST`. Simply include it in your request headers; either here, or add the header `"Ortex-Api-Key": "TEST"` to your http request.

**Trial key restrictions:** A list of randomly selected rows will be returned

**Get full access!** Get a key at [app.ortex.com/apis](https://app.ortex.com/apis)

## Query parameters

- `country` string
- `page` integer
- `page_size` integer

## Response `200`

- PaginatedExchangesList
  - `paginationLinks` object
  - `length` integer, required
  - `rows` Exchanges[], required
    - `exchangeName` string
    - `micCode` string
    - `exchangeSymbol` string
    - `countryCode` string
  - `creditsUsed` integer
  - `creditsLeft` integer

## Other responses

- `400` — Invalid request parameters
- `403` — Not authorized
- `404` — Data not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/ortex/apis/ortex-apis.md) · [All operations](https://skmtc.dev/ortex/apis/ortex-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ortex/ortex-apis/revisions/2629fc613cdc/schema)
