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>.
Query parameters
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"
]
}Changes
Changed in 4 of the 35 revisions of this API.13
- ○
added the optional property
to the response with the statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api tag
Defaultaddedapi-tag-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲