v3

latestOpenAPI 3.1.02026-07-26490368.4 KB
Companies

[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/v2/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

companyKeystring required

Canonical company key accepted by the companyKey query parameter.

namestring required
tickerstring required
exchangeNamestring required
micCodestring
exchangeSymbolstring required
tradingStatusstring required

Active/Inactive

isPreIpoboolean required

True if the company is not yet publicly trading (pre-IPO). When true, tradingStatus will be 'Inactive'.

countryNamestring required
countryCodestring required
tradingCurrencystring
reportingCurrencystring required
sectorstring required
industryGroupstring required
industrystring required
subIndustrystring required
reportingTemplatestring required
availableDatasetsstring[] required
cikstring

SEC Central Index Key (if available)

cusipstring

CUSIP identifier, requires CUSIP/ISIN license

isinstring

ISIN identifier, requires CUSIP/ISIN license

figistring

FIGI (Financial Instrument Global Identifier)

earningsFilingDatestring

The latest earnings filing date, formatted as YYYY-MM-DDTHH:mm:ss[Z].

updatedAtinteger

The last time this company was updated, in Unix timestamp.

descriptionstring

Constellation Software Inc. acquires, manages, and builds vertical market software businesses.

shortDescriptionstring

Constellation Software Inc. is a Canadian company that acquires, manages, and builds vertical market software (VMS) businesses. The company operates globally, serving a diverse range of public and private sector customers. Its strategy involves identifying and acquiring small to medium-sized VMS companies with strong market positions and then providing them with the resources and expertise to grow. Constellation Software operates through a decentralized model, allowing its acquired businesses to maintain their unique identities and operational autonomy while benefiting from the parent company's financial strength and best practices. The company's portfolio spans numerous industries, including healthcare, education, public safety, finance, and various industrial sectors, providing mission-critical software solutions. Constellation Software is known for its disciplined acquisition strategy and long-term investment horizon, focusing on generating consistent free cash flow.

financialPeriodsAvailablestring[]

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

Example response

{
  "companyKey": "NASDAQ_MSFT",
  "name": "Constellation Software Inc.",
  "ticker": "CSU",
  "exchangeName": "Toronto Stock Exchange",
  "micCode": "XTSE",
  "exchangeSymbol": "TSX",
  "tradingStatus": "Active",
  "countryName": "Canada",
  "countryCode": "CA",
  "tradingCurrency": "CAD",
  "reportingCurrency": "USD",
  "sector": "Information Technology",
  "industryGroup": "Software & Services",
  "industry": "Software",
  "subIndustry": "Application Software",
  "reportingTemplate": "Standard",
  "availableDatasets": [
    "financials"
  ],
  "cusip": "21037X100",
  "isin": "CA21037X1006",
  "figi": "BBG000BLNNP0",
  "updatedAt": 1759766466,
  "financialPeriodsAvailable": [
    "annual"
  ]
}