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

# Specific Stock Exchange Tickers

`GET /exchanges/{mic}/tickers`

Returns tickers listed on a specific exchange.

## Path parameters

- `mic` string, required

## Query parameters

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

## Response `200`

Exchange tickers retrieved.

- ExchangeMicTickersResponse
  - `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` ExchangeMicTickersResponseData
    - `name` string — Exchange name.
    - `acronym` string — Exchange acronym.
    - `mic` string — MIC identification of the exchange.
    - `country` string — Country of the exchange.
    - `city` string — Exchange city.
    - `website` string — Exchange website URL.
    - `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 (YYYY-MM-DD).
    - `date_last_update` string — Last update date (YYYY-MM-DD).
    - `date_last_validation` string — Last validation date (nullable).
    - `date_expiry` string — Expiry date (nullable).
    - `comments` string — Additional comments.
    - `tickers` ExchangeMicTickersResponseDataTickers[]
      - `name` string — Company or instrument name.
      - `symbol` string — Ticker symbol.
      - `has_intraday` boolean — Indicates if intraday data is available.
      - `has_eod` boolean — Indicates if end-of-day data is available.

---

[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)
