API Documentation
⌘K
API Key
Get free key GET
/api/1/charting/compareMulti-Symbol Compare
Compares price performance of multiple symbols over a time range, with optional normalization (rebase to 100)
Parameters
4symbolsstringrequiredComma-separated identifiers (max 10)
fromnumberStart timestamp (Unix seconds)
tonumberEnd timestamp (Unix seconds)
normalizebooleanRebase all series to 100 at the start
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/charting/compare?symbols=AAPL&from=2025-01-01&to=2025-12-31&normalize=false' \
-H 'Accept: application/json'200 Response
{
"symbols": {
"symbol": "string",
"data": {
"t": 0,
"c": 0
}
}
}