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

# Exchanges

`GET /exchanges`

Using the Exchanges endpoint you will be able to look up information any of the 2700+ stock exchanges supported by this endpoint. This endpoint provides general information about several stock exchanges. Not all stock exchanges found here are supported by other Marketstack endpoints. For the supported stock exchanges supported by each endpoint, please verify each endpoint documentation.

## Query parameters

- `access_key` string, required
- `limit` integer
- `offset` integer
- `search` string

## Response `200`

Exchanges list retrieved.

- ExchangesResponse
  - `pagination` Pagination
    - `limit` integer — Returns your pagination limit value.
    - `offset` integer — Returns your pagination offset value.
    - `count` integer — Returns the results count on the current page.
    - `total` integer — Returns the total count of results available.
  - `data` Exchange[]
    - `name` string — Name of the stock exchange.
    - `acronym` string — Acronym of the stock exchange.
    - `mic` string — MIC identification of the exchange.
    - `country` string, nullable — Country of the stock exchange.
    - `country_code` string — Three-letter country code of the exchange.
    - `city` string — City where the exchange is located.
    - `website` string — Website URL of the exchange.
    - `operating_mic` string — Operating Market Identifier Code.
    - `oprt_sgmt` string — Indicates operating MIC vs market segment MIC.
    - `legal_entity_name` string — Legal entity name.
    - `exchange_lei` string — Exchange Legal Entity Identifier (LEI).
    - `market_category_code` string — Market category code.
    - `exchange_status` string — Current status of the exchange.
    - `date_creation` string — Creation date.
    - `date_last_update` string — Last update date.
    - `date_last_validation` string — Last validation date.
    - `date_expiry` string — Expiry date.
    - `comments` string — Additional comments.

---

[API](https://skmtc.net/beavermoney/apis/marketstack-api-v2.md) · [All operations](https://skmtc.net/beavermoney/apis/marketstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beavermoney/marketstack-api-v2/revisions/c3305aea713e/schema)
