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

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

`GET /v1/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)

## Response `200`

An array of companies

- object[]
  - `name` string, required
  - `ticker` string, required
  - `cik` string
  - `exchangeName` string, required
  - `exchangeSymbol` string, required
  - `country` string, required
  - `countryCode` string, required
  - `sector` string, required
  - `industryGroup` string, required
  - `industry` string, required
  - `subIndustry` string, required
  - `reportingTemplate` string, required
  - `dataAvailable` 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)
