v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

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

get/index/constituents

Query parameters

symbolstring required

symbol

Response

successful operation

symbolstring

Index's symbol.

constituentsstring[]

Array of constituents.

Example response

{
  "symbol": "symbol",
  "constituentsBreakdown": [
    {
      "symbol": "symbol",
      "cusip": "cusip",
      "name": "name",
      "weight": 0.8008282,
      "shareClassFIGI": "shareClassFIGI",
      "isin": "isin"
    },
    {
      "symbol": "symbol",
      "cusip": "cusip",
      "name": "name",
      "weight": 0.8008282,
      "shareClassFIGI": "shareClassFIGI",
      "isin": "isin"
    }
  ],
  "constituents": [
    "constituents",
    "constituents"
  ]
}