v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
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

symbolstring

Index's symbol.

Example response

{
  "historicalConstituents": [
    {
      "date": "2000-01-23",
      "symbol": "symbol",
      "action": "action"
    },
    {
      "date": "2000-01-23",
      "symbol": "symbol",
      "action": "action"
    }
  ],
  "symbol": "symbol"
}