---
title: "[DEPRECATED] Get profile for a single company (use /v3/company/profile instead)"
method: GET
path: "/v2/company/profile"
tags: ["Companies"]
deprecated: true
---

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

`GET /v2/company/profile`

> **Deprecated.**

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.

## Query parameters

- `apiKey` string — API Key (alternatively send via X-Api-Key header)
- `ticker` string — Company ticker, use with mic or alone for US tickers
- `micCode` string — Company MIC, use with ticker
- `exchange` string — Company exchange code, use with ticker
- `companyKey` string — Company key (alternative to ticker/micCode/exchange)
- `cusip` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
- `isin` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
- `figi` string — FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
- `cik` string — Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
- `fscl` string — Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.

## Response `200`

Company profile

- object
  - `companyKey` string, required — Canonical company key accepted by the companyKey query parameter.
  - `name` string, required
  - `ticker` string, required
  - `exchangeName` string, required
  - `micCode` string
  - `exchangeSymbol` string, required
  - `tradingStatus` string, required — Active/Inactive
  - `isPreIpo` boolean, required — True if the company is not yet publicly trading (pre-IPO). When true, tradingStatus will be 'Inactive'.
  - `countryName` string, required
  - `countryCode` string, required
  - `tradingCurrency` string
  - `reportingCurrency` string, required
  - `sector` string, required
  - `industryGroup` string, required
  - `industry` string, required
  - `subIndustry` string, required
  - `reportingTemplate` string, required
  - `availableDatasets` string[], required
  - `cik` string — SEC Central Index Key (if available)
  - `cusip` string — CUSIP identifier, requires CUSIP/ISIN license
  - `isin` string — ISIN identifier, requires CUSIP/ISIN license
  - `figi` string — FIGI (Financial Instrument Global Identifier)
  - `earningsFilingDate` string — The latest earnings filing date, formatted as YYYY-MM-DDTHH:mm:ss[Z].
  - `updatedAt` integer — The last time this company was updated, in Unix timestamp.
  - `description` string — Constellation Software Inc. acquires, manages, and builds vertical market software businesses.
  - `shortDescription` string — 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.
  - `financialPeriodsAvailable` string[] — Financial period types with at least one period containing significant financial statement data.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/fiscal/apis/openapi.md) · [All operations](https://skmtc.net/fiscal/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fiscal/openapi/versions/5e2c5deea9a5/schema)
