Ticker Events
GET
/vX/reference/tickers/{id}/events
This API is experimental.
Retrieve a timeline of key events associated with a given ticker, CUSIP, or Composite FIGI. This endpoint is experimental and highlights ticker changes, such as symbol renaming or rebranding, helping users maintain continuity in their records and analyses.
Use Cases: Historical reference for ticker symbol changes, data continuity, and record-keeping.
Path Parameters
id
string
required
Identifier of an asset. This can currently be a Ticker, CUSIP, or Composite FIGI.
When given a ticker, we return events for the entity currently represented by that ticker.
To find events for entities previously associated with a ticker, find the relevant identifier using the
Ticker Details Endpoint
Query Parameters
types
string
A comma-separated list of the types of event to include. Currently ticker_change is the only supported event_type.
Leave blank to return all supported event_types.
Response Attributes
request_id
string
optional
A request id assigned by the server.
results
object
optional
Contains the requested event data for the specified ticker.
events
array (object)
optional
An array of event containing the requested data.
name
string
optional
The name of the asset.
status
string
optional
The status of this request's response.