---
title: "Specific Stock Exchange Info"
method: GET
path: "/exchanges/{mic}"
tags: ["Exchanges"]
---

# Specific Stock Exchange Info

`GET /exchanges/{mic}`

Returns detailed information for a single exchange (by MIC).

## Path parameters

- `mic` string, required

## Query parameters

- `access_key` string, required

## Response `200`

Exchange 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/versions/c3305aea713e/schema)
