API Documentation

GET/api/1/equity-extended/index-history/{symbol}

Index Historical Constituents API

Returns historical additions and removals from a stock market index (S&P 500, etc.)

Parameters

1
symbolstringrequired
path

Index symbol (e.g. ^GSPC for S&P 500, ^DJI for Dow Jones)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity-extended/index-history/sp500' \
  -H 'Accept: application/json'
200 Response
[
  {
  "action": "add",
  "ticker": "UBER",
  "name": "Uber Technologies",
  "effective_date": "2023-12-18T00:00:00.000Z"
}
]