---
title: "Ticker Details v3"
method: GET
path: "/v3/reference/tickers/{ticker}"
tags: ["reference:tickers:get"]
---

# Ticker Details v3

`GET /v3/reference/tickers/{ticker}`

Get a single ticker supported by Massive. This response will have detailed information about the ticker and the company behind it.

## Path parameters

- `ticker` string, required

## Query parameters

- `date` string, date

## Response `200`

Reference Tickers.

- object
  - `count` integer — The total number of results for this request.
  - `request_id` string — A request id assigned by the server.
  - `results` object — Ticker with details.
    - `active` boolean, required — Whether or not the asset is actively traded. False means the asset has been delisted.
    - `address` object — Company headquarters address details.
      - `address1` string — The first line of the company's headquarters address.
      - `address2` string — The second line of the company's headquarters address, if applicable.
      - `city` string — The city of the company's headquarters address.
      - `postal_code` string — The postal code of the company's headquarters address.
      - `state` string — The state of the company's headquarters address.
    - `branding` object — Provides URLs aiding in visual identification.
      - `icon_url` string — A link to this ticker's company's icon. Icon's are generally smaller, square images that represent the company at a glance. Note that you must provide an API key when accessing this URL. See the "Authentication" section at the top of this page for more details.
      - `logo_url` string — A link to this ticker's company's logo. Note that you must provide an API key when accessing this URL. See the "Authentication" section at the top of this page for more details.
    - `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, required — The name of the currency that this asset is traded with.
    - `delisted_utc` string, date-time — The last date that the asset was traded.
    - `description` string — A description of the company and what they do/offer.
    - `homepage_url` string — The URL of the company's website homepage.
    - `list_date` string — The date that the symbol was first publicly listed in the format YYYY-MM-DD.
    - `locale` 'us' | 'global', required — The locale of the asset.
    - `market` 'stocks' | 'crypto' | 'fx' | 'otc' | 'indices', required — The market type of the asset.
    - `market_cap` number, double — The most recent close price of the ticker multiplied by weighted outstanding shares.
    - `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.
    - `phone_number` string — The phone number for the company behind this ticker.
    - `primary_exchange` string — The ISO code of the primary listing exchange for this asset.
    - `round_lot` number, double — Round lot size of this security.
    - `share_class_figi` string — The share Class OpenFIGI number for this ticker. Find more information [here](https://www.openfigi.com/about/figi)
    - `share_class_shares_outstanding` number, double — The recorded number of outstanding shares for this particular share class.
    - `sic_code` string — The standard industrial classification code for this ticker. For a list of SIC Codes, see the SEC's <a rel="nofollow" target="_blank" href="https://www.sec.gov/info/edgar/siccodes.htm">SIC Code List</a>.
    - `sic_description` string — A description of this ticker's SIC code.
    - `ticker` string, required — The exchange symbol that this item is traded under.
    - `ticker_root` string — The root of a specified ticker. For example, the root of BRK.A is BRK.
    - `ticker_suffix` string — The suffix of a specified ticker. For example, the suffix of BRK.A is A.
    - `total_employees` number — The approximate number of employees for the company.
    - `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).
    - `weighted_shares_outstanding` number, double — The shares outstanding calculated assuming all shares of other share classes are converted to this share class.
  - `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)
