---
title: "List Companies"
method: GET
path: "/api/v2/companies"
tags: ["Companies"]
---

# List Companies

`GET /api/v2/companies`

Retrieve list of companies with Live Excel Models and optional keyword filtering

## Query parameters

- `keyword` string

## Response `200`

- CompanySerializerV2[]
  - `id` integer, required — Unique identifier for the company
  - `name` string, nullable — Registered name of the company
  - `ticker` string, nullable — Primary ticker symbol used to identify the company
  - `industry_` string, nullable, required — Name of the industry the company belongs to
  - `sector_` string, nullable, required — Name of the sector the company belongs to
  - `actively_maintained` boolean
  - `companyidentifier_set` CompanyIdentifier[], required — Alternate identifiers associated with the company (e.g., ISIN, CIK)
    - `identifier_type` 'CIK' | 'ISIN' | 'CUSIP' | 'SEDOL' | 'FIGI' | 'PRIVATE' | 'CompanyHouseId' | 'CapIQCompanyId' | 'CapIQCompanyTicker' | 'ASXCode', required — * `CIK` - Identifier used by SEC * `ISIN` - International Securities Identification Number * `CUSIP` - US and Canada * `SEDOL` - UK and Ireland * `FIGI` - Bloomberg * `PRIVATE` - private company data with public identifiers * `CompanyHouseId` - company house identifier * `CapIQCompanyId` - CapIQ Company identifier * `CapIQCompanyTicker` - CapIQ Company Ticker * `ASXCode` - Australian Securities Exchange Company Identifier
    - `identifier_value` string, nullable — Identifier value corresponding to the identifier type
  - `model_updated_at` string, date-time, required — Timestamp when the company's model was last updated
  - `earliest_calendar_quarter` string, nullable, required — Earliest calendar quarter available in the company's model
  - `latest_calendar_quarter` string, nullable, required — Most recent calendar quarter available in the company's model
  - `earliest_fiscal_quarter` string, nullable, required — Earliest fiscal quarter available in the company's model
  - `latest_fiscal_quarter` string, nullable, required — Most recent fiscal quarter available in the company's model
  - `earliest_quarter` string, nullable, required — Use earliest_calendar_quarter instead. Earliest calendar quarter available in the company's model
  - `latest_quarter` string, nullable, required — Use latest_calendar_quarter instead. Most recent calendar quarter available in the company's model

## Other responses

- `400`
- `401`
- `429`

---

[API](https://skmtc.net/daloopa/apis/daloopa-api.md) · [All operations](https://skmtc.net/daloopa/apis/daloopa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/daloopa/daloopa-api/versions/746538a1eb45/schema)
