---
title: "List Companies"
method: GET
path: "/api/v3/companies/list"
tags: ["General Data"]
---

# List Companies

`GET /api/v3/companies/list`

Get a list of all companies in the SimFin database

## Headers

- `Authorization` string, required

## Response `200`

Success

- CompanyListDTO[]
  - `id` integer
  - `industryName` string
  - `isin` string
  - `name` string
  - `sectorCode` integer
  - `sectorName` string
  - `ticker` string

## Other responses

- `400` — Bad request
- `404` — API Not Found
- `429` — Rate limits exceeded, see section Rate Limits

---

[API](https://skmtc.dev/simfin/apis/simfin-api.md) · [All operations](https://skmtc.dev/simfin/apis/simfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simfin/simfin-api/revisions/b20125f4ac79/schema)
