API Documentation

GET/api/1/equity-extended/isin-changes

ISIN Change History API

Returns ISIN changes over the past year. Useful for tracking security identifier changes after corporate actions.

Parameters

1
limitnumber
query

Number of results (default 100, max 500)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity-extended/isin-changes?limit=10' \
  -H 'Accept: application/json'
200 Response
[
  {
  "old_isin": "US30303M1027",
  "new_isin": "US30303M1036",
  "at_date": "2022-06-09T00:00:00.000Z"
}
]