---
title: "Ticker Events"
method: GET
path: "/vX/reference/tickers/{id}/events"
tags: ["reference:tickers:get"]
---

# Ticker Events

`GET /vX/reference/tickers/{id}/events`

Get a timeline of events for the entity associated with the given ticker, CUSIP, or Composite FIGI.

## Path parameters

- `id` string, required

## Query parameters

- `types` string

## Response `200`

Ticker Events.

- object
  - `request_id` string — A request id assigned by the server.
  - `results` object — Contains the requested event data for the specified ticker.
    - `events` object[] — An array of event containing the requested data.
      - `date` string, date, required — The date the event took place
      - `event_type` string, required — The type of historical event for the asset
      - `ticker_change` object — Details about a ticker change
        - `ticker` string — A ticker symbol
    - `name` string — The name of the asset.
  - `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)
