get
https://eapi.askedgar.io/v1/historical-tickers
Given any current or historical ticker, resolves to the current symbol plus full history of prior tickers.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Given a ticker symbol (current or any prior incarnation), returns the company's current symbol and the full list of historical tickers it has used, each with the date the company moved off of it. Search is case-insensitive.
When to use
- Resolving an old ticker that returns 404 elsewhere to its current symbol.
- Building a "former tickers" sidebar on a company profile.
- Normalizing a watchlist where tickers may have changed.
Key parameters
ticker(required) — current or historical symbol.
Response highlights
current_ticker— the company's symbol today.historical_tickers— array of{ ticker, date_changed }objects.date_changedis the date the symbol changed away from that ticker; may benullif the change date is unrecorded.
Notes
- Returns
404 Not Foundif the supplied ticker isn't matched in either current or historical records.
404Ticker not found in current or historical records