latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

ETF/MF

Industry group allocation chart

ETF Pro

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.

get/api/fund/chart/industry-groups

Query parameters

symbolstring

Fund ticker symbol (ETF or mutual fund). Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.

cikinteger

SEC Central Index Key (CIK).

cusipstring

CUSIP identifier (9 characters).

composite_figistring

Composite OpenFIGI identifier.

share_class_figistring

Share-class OpenFIGI identifier.

topNinteger

Number of top industry groups to include (max 8)

Response

Industry group allocation chart data with periods sorted ascending

periodsstring[]

Quarter-end dates sorted ascending

Example response

{
  "periods": [
    "2025-03-31",
    "2025-06-30",
    "2025-09-30",
    "2025-12-31"
  ],
  "series": [
    {
      "name": "Semiconductors",
      "data": [
        18.5,
        19.2,
        20.1,
        19.8
      ]
    }
  ]
}