latestOpenAPI 3.0.02026-08-2010141507.9 KB
3d5897270d8a
Symbol Lookup
Lookup by CIK
Returns enriched symbol profile for a given SEC Central Index Key. Works for stocks, ETFs, and mutual funds.
get/api/lookup/cik
Query parameters
cikinteger required
The SEC Central Index Key (CIK) without leading zeros
seriesIdinteger
Series ID for ETFs/mutual funds that share a CIK across multiple series. Defaults to 0 (primary series).
Response
Symbol profile for the given CIK
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"
}
]
}