Company
Company details
Returns company profile including description, SIC industry/sector classification, fiscal year end, exchange listings, and contact address.
get/api/company/details
Query parameters
symbolstring
Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.
cikinteger
SEC Central Index Key (CIK).
cusipstring
CUSIP identifier (9 characters).
composite_figistring
Composite OpenFIGI identifier.
share_class_figistring
Share-class OpenFIGI identifier.
Response
Detailed company information
Example response
{
"name": "Apple Inc.",
"cik": 320193,
"sic": "3571",
"industry": "Consumer Electronics",
"industryGroup": "Software & SaaS",
"sector": "Technology",
"description": "Apple Inc. designs, manufactures, and markets smartphones, personal computers...",
"fiscalYearEndMonth": 9,
"fiscalYearEndDay": 30,
"symbols": [
"BRK-B",
"BRK-A"
],
"exchanges": [
"NYSE",
"NYSE"
],
"address": "One Apple Park Way",
"city": "Cupertino",
"state": "CA",
"zip": "95014",
"country": "US",
"phone": "(408) 996-1010",
"type": "stock",
"status": "operating",
"ipoDate": "2021-04-14",
"employees": {
"count": 3182,
"asOf": "2025-12-31"
},
"predecessors": [
{
"name": "MARVELL TECHNOLOGY GROUP LTD",
"cik": 1058057,
"relationType": "successor",
"effectiveDate": "2021-04-20",
"corroborated": true
}
],
"successors": [
{
"name": "MARVELL TECHNOLOGY GROUP LTD",
"cik": 1058057,
"relationType": "successor",
"effectiveDate": "2021-04-20",
"corroborated": true
}
]
}