latestOpenAPI 3.0.02026-08-2010141507.9 KB
3d5897270d8a
Symbol Lookup
Lookup by CUSIP
Returns enriched symbol profile for a given CUSIP identifier. Works for stocks, ETFs, and mutual funds.
get/api/lookup/cusip
Query parameters
cusipstring required
The CUSIP identifier (6–9 characters)
Response
Symbol profile for the given CUSIP
Example response
{
"symbols": [
"BRK-B",
"BRK-A"
],
"exchanges": [
"NYSE",
"NYSE"
],
"name": "Apple Inc.",
"cik": 320193,
"type": "stock",
"sector": "Technology",
"industry": "Consumer Electronics",
"industryGroup": "Software & SaaS",
"compositeFigi": "BBG000B9XRY4",
"ein": 942404110,
"formerNames": [
"APPLE COMPUTER INC"
],
"status": "operating",
"priorTickers": [
{
"symbol": "NLST",
"exchange": "Nasdaq",
"lastSeen": "2023-09-30"
}
]
}