v3

latestOpenAPI 3.1.02026-07-26490368.4 KB
Deprecated

[DEPRECATED] Get profile for a single company (use /v3/company/profile instead)

Retrieves a detailed company profile including sector, industry, descriptions and lists the datasets currently available under the Fiscal.ai system. This endpoint is deprecated, please use /v3/company/profile instead.

get/v1/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

Company profile

namestring required
tickerstring required
cikstring
exchangeNamestring required
exchangeSymbolstring required
countryNamestring required
countryCodestring required
sectorstring required
industryGroupstring required
industrystring required
subIndustrystring required
reportingTemplatestring required
reportingCurrencystring required
tradingCurrencystring
dataAvailablestring[] required
descriptionstring required
shortDescriptionstring required
isReadyForTerminalboolean
cusipstring[] required
isinstring[] required

Example response

{
  "name": "Visa Inc.",
  "ticker": "V",
  "cik": "1403161",
  "exchangeName": "New York Stock Exchange",
  "exchangeSymbol": "NYSE",
  "countryName": "United States",
  "countryCode": "US",
  "sector": "Financials",
  "industryGroup": "Financial Services",
  "industry": "Financial Services",
  "subIndustry": "Transaction & Payment Processing Services",
  "reportingTemplate": "Standard",
  "reportingCurrency": "USD",
  "tradingCurrency": "USD",
  "dataAvailable": [
    "financials"
  ],
  "description": "Visa Inc. is a global payments technology company that facilitates electronic fund transfers among consumers, merchants, financial institutions, and governments in over 200 countries and territories...",
  "shortDescription": "Visa Inc. is a global payments technology company based in Foster City, California, that processes electronic transactions in over 200 countries...",
  "cusip": [
    "92826C839"
  ],
  "isin": [
    "US92826C8394"
  ]
}