API Documentation
⌘K
API Key
Get free key GET
/api/1/equity-extended/isin-changesISIN Change History API
Returns ISIN changes over the past year. Useful for tracking security identifier changes after corporate actions.
Parameters
1limitnumberNumber 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"
}
]