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

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

`GET /v1/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
  - `name` string, required
  - `ticker` string, required
  - `cik` string
  - `exchangeName` string, required
  - `exchangeSymbol` string, required
  - `countryName` string, required
  - `countryCode` string, required
  - `sector` string, required
  - `industryGroup` string, required
  - `industry` string, required
  - `subIndustry` string, required
  - `reportingTemplate` string, required
  - `reportingCurrency` string, required
  - `tradingCurrency` string
  - `dataAvailable` string[], required
  - `description` string, required
  - `shortDescription` string, required
  - `isReadyForTerminal` boolean
  - `cusip` string[], required
  - `isin` string[], required

## Other responses

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

---

[API](https://skmtc.dev/fiscal/apis/openapi.md) · [All operations](https://skmtc.dev/fiscal/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fiscal/openapi/revisions/706968b7c65f/schema)
