---
title: "Tickers"
method: GET
path: "/v3/reference/tickers"
tags: ["reference:tickers:list"]
---

# Tickers

`GET /v3/reference/tickers`

Query all ticker symbols which are supported by Massive. This API currently includes Stocks/Equities, Indices, Forex, and Crypto.

## Query parameters

- `ticker` string
- `type` 'CS' | 'ADRC' | 'ADRP' | 'ADRR' | 'UNIT' | 'RIGHT' | 'PFD' | 'FUND' | 'SP' | 'WARRANT' | 'INDEX' | 'ETF' | 'ETN' | 'OS' | 'GDR' | 'OTHER' | 'NYRS' | 'AGEN' | 'EQLK' | 'BOND' | 'ADRW' | 'BASKET' | 'LT'
- `market` 'stocks' | 'crypto' | 'fx' | 'otc' | 'indices'
- `exchange` string
- `cusip` string
- `cik` string
- `date` string, date
- `search` string
- `active` boolean
- `ticker.gte` string
- `ticker.gt` string
- `ticker.lte` string
- `ticker.lt` string
- `order` 'asc' | 'desc'
- `limit` integer
- `sort` 'ticker' | 'name' | 'market' | 'locale' | 'primary_exchange' | 'type' | 'currency_symbol' | 'currency_name' | 'base_currency_symbol' | 'base_currency_name' | 'cik' | 'composite_figi' | 'share_class_figi' | 'last_updated_utc' | 'delisted_utc'

## Response `200`

Reference Tickers.

- object
  - `count` integer — The total number of results for this request.
  - `next_url` string — If present, this value can be used to fetch the next page of data.
  - `request_id` string — A request id assigned by the server.
  - `results` object[] — An array of tickers that match your query. Note: Although you can query by CUSIP, due to legal reasons we do not return the CUSIP in the response.
    - `active` boolean — Whether or not the asset is actively traded. False means the asset has been delisted.
    - `base_currency_name` string — The name of the currency that this asset is priced against.
    - `base_currency_symbol` string — The ISO 4217 code of the currency that this asset is priced against.
    - `cik` string — The CIK number for this ticker. Find more information [here](https://en.wikipedia.org/wiki/Central_Index_Key).
    - `composite_figi` string — The composite OpenFIGI number for this ticker. Find more information [here](https://www.openfigi.com/about/figi)
    - `currency_name` string — The name of the currency that this asset is traded with.
    - `currency_symbol` string — The ISO 4217 code of the currency that this asset is traded with.
    - `delisted_utc` string, date-time — The last date that the asset was traded.
    - `last_updated_utc` string, date-time — The information is accurate up to this time.
    - `locale` 'us' | 'global', required — The locale of the asset.
    - `market` 'stocks' | 'crypto' | 'fx' | 'otc' | 'indices', required — The market type of the asset.
    - `name` string, required — The name of the asset. For stocks/equities this will be the companies registered name. For crypto/fx this will be the name of the currency or coin pair.
    - `primary_exchange` string — The ISO code of the primary listing exchange for this asset.
    - `share_class_figi` string — The share Class OpenFIGI number for this ticker. Find more information [here](https://www.openfigi.com/about/figi)
    - `ticker` string, required — The exchange symbol that this item is traded under.
    - `type` string — The type of the asset. Find the types that we support via our [Ticker Types API](https://massive.com/docs/rest/stocks/tickers/ticker-types).
  - `status` string — The status of this request's response.

## Other responses

- `401` — Unauthorized - Check our API Key and account status

---

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