Tickers
Ticker resources connect market identifiers to a normalized security record. Use them to discover companies, resolve identifiers, and obtain stable public IDs for later requests.
Available endpoints
The ticker family supports discovery and direct retrieval.
| Endpoint | Use it to |
|---|---|
| List all tickers | Browse securities with exchange, type, primary, and listing-status filters. |
| Retrieve a ticker | Resolve one public ID or market identifier. |
| Search tickers | Match names and symbols with typo-tolerant ranking. |
Identifier model
symbol is the exchange-qualified identifier, such as NASDAQ:AAPL, while
ticker is the local code, such as AAPL. Use id as the stable public
identifier after you resolve a security.
Ticker resources also expose CIK, CUSIP, ISIN, FIGI, currencies, listing status, market classification, and the primary symbol when available.
Primary and secondary listings
Use is_primary=true when you need one canonical listing per company. A
secondary listing keeps its own ticker resource and points to the canonical
listing through primary_symbol.
Pagination
List and search results use v3 cursor pagination. Follow the returned page URLs and keep sending your Bearer header. Read follow pagination URLs for the complete cursor workflow.