---
title: "Tickers List"
method: GET
path: "/tickerslist"
tags: ["Tickers"]
---

# Tickers List

`GET /tickerslist`

Using the `tickerslist` endpoint you will be able to get the full list of supported tickers.

## Query parameters

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

## Response `200`

Tickers list retrieved.

- TickersListResponse
  - `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` TickersListResponseData[]
    - `name` string — Company or instrument name.
    - `ticker` string — Ticker symbol.
    - `has_intraday` boolean — Indicates if intraday data is available.
    - `has_eod` boolean — Indicates if end-of-day data is available.
    - `stock_exchange` TickersListResponseStockExchange
      - `name` string — Exchange name.
      - `acronym` string — Exchange acronym.
      - `mic` string — MIC identification of the exchange.

---

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