v3
latestOpenAPI 3.1.02026-07-26490368.4 KBGet profile for a single company
Retrieves a detailed company profile — legal and trade names, sector and industry classification, headquarters and legal domicile, leadership, founding and IPO years, market cap, key identifiers (company & security fiscal identifiers, CIK, and licensed CUSIP/ISIN/FIGI), and long- and short-form business descriptions. Includes the primaryListing, all secondaryListings across other exchanges, and the company's peers (the former /v1/company/peers endpoint, now embedded here).
Query parameters
API Key (alternatively send via X-Api-Key header)
API Key (alternatively send via X-Api-Key header)
Company ticker, use with mic or alone for US tickers
Company ticker, use with mic or alone for US tickers
Company MIC, use with ticker
Company MIC, use with ticker
Company exchange code, use with ticker
Company exchange code, use with ticker
Company key (alternative to ticker/micCode/exchange)
Company key (alternative to ticker/micCode/exchange)
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
Response
The company profile, including its listings and peers.
Example response
{
"companyId": 2,
"companyFiscalIdentifier": "FSCLC6CGT4DXS597",
"companyKey": "NASDAQ_MSFT",
"displayNameEnglish": "Microsoft Corporation",
"legalNameEnglish": "Microsoft Corporation",
"tradeNameEnglish": "Microsoft",
"companyType": "operating_company",
"companyStatus": "active",
"headquartersCountryCode": "US",
"headquartersCountryName": "United States",
"headquartersRegion": "North America",
"legalDomicileCountryCode": "US",
"legalDomicileCountryName": "United States",
"chiefExecutiveOfficer": "Satya Nadella",
"foundingYear": 1975,
"ipoYear": 1986,
"sector": "Information Technology",
"industryGroup": "Software & Services",
"industry": "Software",
"subIndustry": "Systems Software",
"reportingTemplate": "Standard",
"cik": "789019",
"marketCapUsd": 3110000000000,
"primaryListing": {
"ticker": "MSFT",
"exchangeCode": "NASDAQ",
"exchangeName": "Nasdaq Stock Market",
"exchangeCountryCode": "US",
"exchangeCountryName": "United States",
"operatingMic": "XNAS",
"segmentMic": "XNGS",
"segmentName": "Nasdaq Global Select Market",
"securityFiscalIdentifier": "FSCLS8TBZ3EGU251",
"securityType": "common_stock",
"tradingCurrency": "USD",
"tradingStatus": "active",
"isin": "US5949181045",
"cusip": "594918104",
"figi": "BBG000BPHFS9",
"figiComposite": "BBG000BPH459",
"figiShareClass": "BBG001S5TD05"
},
"secondaryListings": [
{
"ticker": "MSFT",
"exchangeCode": "NASDAQ",
"exchangeName": "Nasdaq Stock Market",
"exchangeCountryCode": "US",
"exchangeCountryName": "United States",
"operatingMic": "XNAS",
"segmentMic": "XNGS",
"segmentName": "Nasdaq Global Select Market",
"securityFiscalIdentifier": "FSCLS8TBZ3EGU251",
"securityType": "common_stock",
"tradingCurrency": "USD",
"tradingStatus": "active",
"isin": "US5949181045",
"cusip": "594918104",
"figi": "BBG000BPHFS9",
"figiComposite": "BBG000BPH459",
"figiShareClass": "BBG001S5TD05"
}
],
"peers": [
{
"peerRelationship": "direct_competitor",
"peerMarketSegment": "Cloud Infrastructure",
"companyId": 2,
"companyFiscalIdentifier": "FSCLC6CGT4DXS597",
"companyKey": "NASDAQ_MSFT",
"displayNameEnglish": "Microsoft Corporation",
"companyType": "operating_company",
"headquartersCountryCode": "US",
"headquartersCountryName": "United States",
"headquartersRegion": "North America",
"sector": "Information Technology",
"industryGroup": "Software & Services",
"industry": "Software",
"subIndustry": "Systems Software",
"marketCapUsd": 3110000000000,
"cik": "789019",
"primaryListing": {
"ticker": "MSFT",
"exchangeCode": "NASDAQ",
"exchangeName": "Nasdaq Stock Market",
"operatingMic": "XNAS",
"securityFiscalIdentifier": "FSCLS8TBZ3EGU251",
"isin": "US5949181045",
"cusip": "594918104",
"figi": "BBG000BPHFS9",
"figiComposite": "BBG000BPH459",
"figiShareClass": "BBG001S5TD05"
}
}
],
"financialPeriodsAvailable": [
"annual"
],
"reportingCurrency": "USD",
"updatedAt": 1759766466,
"earningsFilingDate": "2026-05-01T10:01:00Z",
"availableDatasets": [
"financials"
]
}