---
title: "List industries"
method: GET
path: "/api/symbols/industries"
tags: ["Symbol Lists"]
---

# List industries

`GET /api/symbols/industries`

![Free](https://img.shields.io/badge/Free-22c55e) ![Starter](https://img.shields.io/badge/Starter-3b82f6) ![Stock](https://img.shields.io/badge/Stock-f97316) ![ETF](https://img.shields.io/badge/ETF-14b8a6) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

Returns all distinct industries with the number of stocks in each. Industries come from SFIC (StockFit Industry Classification), our proprietary taxonomy. Each company is routed to a fine-grained industry bucket that produces cleaner peer groups than raw SEC SIC codes.

## Response `200`

List of industries

- object[]
  - `industry` string — SFIC industry name
  - `symbolCount` integer — Number of stocks in this industry

## Other responses

- `403` — Feature not available on current plan

---

[API](https://skmtc.net/stockfit/apis/stockfit-api.md) · [All operations](https://skmtc.net/stockfit/apis/stockfit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockfit/stockfit-api/revisions/3d5897270d8a/schema)
