---
title: "Indices Constituents"
method: GET
path: "/index/constituents"
tags: ["Default"]
---

# Indices Constituents

`GET /index/constituents`

Get a list of index's constituents. A list of supported indices for this endpoint can be found <a href="/api/v1/index/list?token=" target="_blank">here</a>.

## Query parameters

- `symbol` string, required

## Response `200`

successful operation

- IndicesConstituents
  - `symbol` string — Index's symbol.
  - `constituents` string[] — Array of constituents.
  - `constituentsBreakdown` IndicesConstituentsBreakdown[] — Array of constituents' details.
    - `symbol` string — Symbol.
    - `name` string — Name.
    - `isin` string — ISIN.
    - `cusip` string — Cusip.
    - `shareClassFIGI` string — Global Share Class FIGI.
    - `weight` number, float — Weight.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
