---
title: "[DEPRECATED] Get a list of all companies (use /v3/companies-list instead)"
method: GET
path: "/v2/companies-list"
tags: ["Companies"]
deprecated: true
---

# [DEPRECATED] Get a list of all companies (use /v3/companies-list instead)

`GET /v2/companies-list`

> **Deprecated.**

Lists all companies available in the dataset together with basic descriptors and the types of data available for each company. This endpoint is deprecated, please use /v3/companies-list instead.

## Query parameters

- `apiKey` string — API Key (alternatively send via X-Api-Key header)
- `pageNumber` integer — Page number (1-indexed)
- `pageSize` integer — Number of items per page, max 1000

## Response `200`

An array of companies

- object
  - `pagination` object, required
    - `page` number, required — Current page number
    - `pageSize` number, required — Number of items per page
    - `totalCount` number, required — Total number of companies
    - `totalPages` number, required — Total number of pages
    - `hasNextPage` boolean, required — Whether there is a next page
    - `hasPreviousPage` boolean, required — Whether there is a previous page
  - `data` object[], required
    - `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.

## 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/revisions/5e2c5deea9a5/schema)
