v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
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

fromDatestring

From date.

toDatestring

To date.

Example response

{
  "fromDate": "fromDate",
  "data": [
    {
      "oldIsin": "oldIsin",
      "atDate": "atDate",
      "newIsin": "newIsin"
    },
    {
      "oldIsin": "oldIsin",
      "atDate": "atDate",
      "newIsin": "newIsin"
    }
  ],
  "toDate": "toDate"
}