---
title: "Ticker Information"
method: GET
path: "/tickers/{symbol}"
tags: ["Tickers"]
---

# Ticker Information

`GET /tickers/{symbol}`

Using the API's Tickers endpoint you will be able to look up information about one or multiple stock ticker symbols as well as obtain end-of-day, real-time and intraday market data for single tickers.

## Path parameters

- `symbol` string, required

## Query parameters

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

## Response `200`

Ticker information retrieved.

- TickerResponse
  - `name` string — Company or instrument name.
  - `symbol` string — Ticker symbol.
  - `cik` string — SEC Central Index Key.
  - `isin` string — International Securities Identification Number.
  - `cusip` string — U.S./Canada security identifier (CUSIP).
  - `ein_employer_id` string — Employer Identification Number.
  - `lei` string — Legal Entity Identifier.
  - `series_id` string — Series ID.
  - `item_type` string — Type of item (e.g., equity).
  - `sector` string — Sector of the company.
  - `industry` string — Industry of the company.
  - `sic_code` string — Standard Industrial Classification code.
  - `sic_name` string — SIC description.
  - `stock_exchange` TickerResponseStockExchange
    - `name` string — Exchange name.
    - `acronym` string — Exchange acronym.
    - `mic` string — MIC identification of the exchange.
    - `country` string, nullable — Exchange country.
    - `country_code` string — Three-letter country code.
    - `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` TickerResponseStockExchangeDateCreation
      - `date` string — Creation date.
      - `timezone_type` integer — Timezone type.
      - `timezone` string — Timezone offset.
    - `date_last_update` TickerResponseStockExchangeDateLastUpdate
      - `date` string — Last update date.
      - `timezone_type` integer — Timezone type.
      - `timezone` string — Timezone offset.
    - `date_last_validation` TickerResponseStockExchangeDateLastValidation
      - `date` string — Last validation date.
      - `timezone_type` integer — Timezone type.
      - `timezone` string — Timezone offset.
    - `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)
