---
title: "Industries"
method: GET
path: "/v2/industries/"
tags: ["Helper Lists"]
---

# Industries

`GET /v2/industries/`

Returns all available subsector/industry pairs as kebab-case slugs. Use these values as inputs to the `industry` parameter.

**Used by:** [Companies Screener](../companies), [Free Float Market Analysis](../free-float)

<Info>Costs 1 API credit.</Info>

## Response `200`

Array of subsector/industry pairs.

- IndustryItem[]
  - `subsector` string, required — Subsector slug (kebab-case).
  - `industry` string, required — Industry slug (kebab-case).

## Other responses

- `429` — Rate limit exceeded.

---

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