Default
Symbol Change
Get a list of symbol changes for US-listed, EU-listed, NSE and ASX securities. Limit to 2000 events at a time.
get/ca/symbol-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": [
{
"oldSymbol": "oldSymbol",
"atDate": "atDate",
"newSymbol": "newSymbol"
},
{
"oldSymbol": "oldSymbol",
"atDate": "atDate",
"newSymbol": "newSymbol"
}
],
"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
- ▲