---
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.

## Changes

- **2023-10-17** `916ab58ae589` — 1 info
  - added the optional property `constituentsBreakdown` to the response with the `200` status
- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-08-01** `e30753df924e` — 1 info
  - endpoint added
- **2020-05-26** `c5b8e420b78c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/index/constituents/get.md)

---

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