latestOpenAPI 3.0.02026-08-2010141507.9 KB
3d5897270d8a
Symbol Lookup
Lookup by Composite FIGI
Resolves a Bloomberg Composite FIGI to a full symbol profile with all identifiers. Composite FIGI is a security-level identifier — one per security regardless of listing exchange.
get/api/lookup/figi
Query parameters
figistring required
Bloomberg Composite FIGI (12 characters, starts with BBG)
Response
Resolved symbol profile
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"
}
]
}