API Documentation
⌘K
API Key
Get free key GET
/api/1/equity-extended/symbol-changesSymbol Change History API
Returns ticker symbol changes (renames, mergers) over the past year. Useful for data quality and corporate action tracking.
Parameters
1limitnumberNumber of results (default 100, max 500)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity-extended/symbol-changes?limit=10' \
-H 'Accept: application/json'200 Response
[
{
"old_symbol": "FB",
"new_symbol": "META",
"at_date": "2022-06-09T00:00:00.000Z"
}
]