v3

latestOpenAPI 3.1.02026-07-26490368.4 KB
Companies

Get 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).

get/v3/company/profile

Query parameters

apiKeystring

API Key (alternatively send via X-Api-Key header)

API Key (alternatively send via X-Api-Key header)

tickerstring

Company ticker, use with mic or alone for US tickers

Example:MSFT

Company ticker, use with mic or alone for US tickers

micCodestring

Company MIC, use with ticker

Example:XNAS

Company MIC, use with ticker

exchangestring

Company exchange code, use with ticker

Example:NASDAQ

Company exchange code, use with ticker

companyKeystring

Company key (alternative to ticker/micCode/exchange)

Example:NASDAQ_MSFT

Company key (alternative to ticker/micCode/exchange)

cusipstring

Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP

Example:594918104

Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP

isinstring

Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN

Example:US5949181045

Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN

figistring

FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.

Example:BBG000BPH459

FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.

cikstring

Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.

Example:789019

Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.

fsclstring

Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.

Example:FSCLC6CGT4DXS597

Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.

Response

The company profile, including its listings and peers.

companyIdinteger required

Not recommended, please use companyFiscalIdentifier instead.

companyFiscalIdentifierstring

Fiscal.ai stable company identifier.

companyKeystring required

Fiscal.ai company key (exchangeCode_ticker).

displayNameEnglishstring

Common display name.

legalNameEnglishstring
tradeNameEnglishstring
legalNameNativestring

Legal name in the company's native language/script.

tradeNameNativestring
companyType'operating_company' | 'investment_company' | 'reit' | 'spac' | 'government'

Company type

companyStatus'active' | 'defunct' | 'dormant' | 'reorganizing' | 'shell'

Company lifecycle status

headquartersCountryCodestring

Headquarters country (ISO 3166-1 alpha-2)

headquartersCountryNamestring

Headquarters country

headquartersRegionstring
legalDomicileCountryCodestring

Legal domicile country (ISO 3166-1 alpha-2)

legalDomicileCountryNamestring
descriptionShortstring

Short-form company description.

descriptionLongstring

Long-form company description.

chiefExecutiveOfficerstring
foundingYearinteger
ipoYearinteger
sector'Communication Services' | 'Consumer Discretionary' | 'Consumer Staples' | 'Energy' | 'Financials' | 'Health Care' | 'Industrials' | 'Information Technology' | 'Materials' | 'Real Estate' | 'Utilities'

GICS sector

industryGroupstring

GICS industry group

industrystring

GICS industry

subIndustrystring

GICS sub-industry

reportingTemplate'Standard' | 'Financials' | 'Capital Markets' | 'Insurance' | 'Real Estate' | 'Utilities'

Reporting template assigned by GICS sub-industry

cikstring

SEC Central Index Key (the company's current CIK — the latest in its CIK history)

marketCapUsdnumber

Latest market capitalization in USD.

financialPeriodsAvailablestring[]

Financial period types with at least one period containing significant financial statement data.

reportingCurrencystring

Company reporting currency (ISO 4217)

updatedAtinteger

Company's last data change (Unix seconds). Injected live, never cached.

earningsFilingDatestring

Latest earnings filing date (YYYY-MM-DDTHH:mm:ss[Z]). Injected live.

availableDatasetsstring[] required

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"
  ]
}