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"
}Changes
Changed in 2 of the 35 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲