---
title: "Subindustries"
method: GET
path: "/v2/subindustries/"
tags: ["Helper Lists"]
---

# Subindustries

`GET /v2/subindustries/`

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

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

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

## Response `200`

Array of industry/sub-industry pairs.

- SubindustryItem[]
  - `industry` string, required — Industry slug (kebab-case).
  - `sub_industry` string, required — Sub-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)
