---
title: "Industry group allocation chart"
method: GET
path: "/api/fund/chart/industry-groups"
tags: ["ETF/MF"]
---

# Industry group allocation chart

`GET /api/fund/chart/industry-groups`

![ETF](https://img.shields.io/badge/ETF-14b8a6) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

Chart-ready industry group allocation over time. Returns one series per top industry group (by latest quarter weight),
with portfolio weight values for each quarter. Industry groups are StockFit's 8 high-value classifications
(Semiconductors, Software & SaaS, Pharma & Biotech, Aerospace & Defense, Automotive, Airlines, Oil & Gas, Fintech & Payments)
derived from SIC codes of underlying holdings. Holdings that don't map to an industry group are excluded.
Periods sorted ascending. Historical depth depends on subscription tier.

## Query parameters

- `symbol` string
- `cik` integer
- `cusip` string
- `composite_figi` string
- `share_class_figi` string
- `topN` integer

## Response `200`

Industry group allocation chart data with periods sorted ascending

- object
  - `periods` string[] — Quarter-end dates sorted ascending
  - `series` object[] — One series per industry group. Each entry has a `name` and `data` array parallel to `periods`.
    - `name` string — Industry group label
    - `data` number[] — Portfolio weight percentage per period

## Other responses

- `400` — Symbol not found or not a fund (ETF or mutual fund)
- `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)
