Default
Indices Historical Constituents
Get full history of index's constituents including symbols and dates of joining and leaving the Index. A list of supported indices for this endpoint can be found <a href="/api/v1/index/historical-list?token=" target="_blank">here</a>.
get/index/historical-constituents
Query parameters
symbolstring required
symbol
Response
successful operation
Example response
{
"historicalConstituents": [
{
"date": "2000-01-23",
"symbol": "symbol",
"action": "action"
},
{
"date": "2000-01-23",
"symbol": "symbol",
"action": "action"
}
],
"symbol": "symbol"
}