Catalog
Resolve one equity by ticker symbol
Resolve a ticker symbol to its company and every listing of that company across exchanges. The lookup is case-insensitive and is not gated on delisting status, so a direct probe reaches a delisted-only listing too.
get/api/v1/catalog/equities/{symbol}
Path parameters
symbolstring required
Ticker symbol, for example AAPL or BRK.B.
Ticker symbol, for example AAPL or BRK.B.
Response
The company and all of its listings, or 404 when the symbol is not in the catalog.
{"stackTrail":"paths:/api/v1/catalog/equities/{symbol}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}