---
title: "Tickers Info"
method: GET
path: "/tickerinfo"
tags: ["Tickers"]
---

# Tickers Info

`GET /tickerinfo`

Using the `tickerinfo` endpoint you will be able to get the full information about a ticker.

## Query parameters

- `access_key` string, required
- `ticker` string, required

## Response `200`

Ticker information retrieved.

- TickerInfoResponse
  - `data` TickerInfoResponseData
    - `name` string — Company or instrument name.
    - `ticker` string — Ticker symbol.
    - `item_type` string — Type of item (e.g., equity).
    - `sector` string — Sector of the company.
    - `industry` string — Industry of the company.
    - `exchange_code` string — Exchange code.
    - `full_time_employees` string — Number of full-time employees.
    - `ipo_date` string — IPO date.
    - `date_founded` string — Date founded.
    - `key_executives` TickerInfoResponseDataKeyExecutives[]
      - `name` string — Executive name.
      - `salary` string — Executive salary.
      - `function` string — Executive function/role.
      - `exercised` string — Exercised options/shares.
      - `birth_year` string — Birth year.
    - `incorporation` string — State or country of incorporation.
    - `incorporation_description` string — Description of incorporation.
    - `start_fiscal` string — Start of fiscal year.
    - `end_fiscal` string — End of fiscal year.
    - `reporting_currency` string — Reporting currency.
    - `address` TickerInfoResponseDataAddress
      - `city` string — City.
      - `street1` string — Street address line 1.
      - `street2` string — Street address line 2.
      - `postal_code` string — Postal code.
      - `stateOrCountry` string — State or country code.
      - `state_or_country_description` string — State or country description.
    - `post_address` TickerInfoResponseDataAddress
      - `city` string — City.
      - `street1` string — Street address line 1.
      - `street2` string — Street address line 2.
      - `postal_code` string — Postal code.
      - `stateOrCountry` string — State or country code.
      - `state_or_country_description` string — State or country description.
    - `phone` string — Company phone number.
    - `website` string — Company website.
    - `previous_names` string[] — Previous company names.
    - `about` string — Company description.
    - `mission` string — Company mission statement.
    - `vision` string — Company vision statement.
    - `stock_exchanges` TickerInfoResponseDataStockExchanges[]
      - `city` string — Exchange city.
      - `country` string — Exchange country.
      - `website` string — Exchange website.
      - `acronym1` string — Exchange acronym.
      - `alpha2_code` string — Country code.
      - `exchange_mic` string — Exchange MIC.
      - `exchange_name` string — Exchange name.

---

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