Default
ISIN Change
Get a list of ISIN changes for EU-listed securities. Limit to 2000 events at a time.
get/ca/isin-change
Query parameters
fromstring required
From date <code>YYYY-MM-DD</code>.
tostring required
To date <code>YYYY-MM-DD</code>.
Response
successful operation
Example response
{
"fromDate": "fromDate",
"data": [
{
"oldIsin": "oldIsin",
"atDate": "atDate",
"newIsin": "newIsin"
},
{
"oldIsin": "oldIsin",
"atDate": "atDate",
"newIsin": "newIsin"
}
],
"toDate": "toDate"
}