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
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"
]
}