API Documentation
⌘K
API Key
Get free key GET
/api/1/equity/valuation-history/{identifier}Valuation History API
Returns historical valuation multiples (P/E, P/S, EV/EBIT) as daily/weekly/monthly time series plus per-year snapshot. Essential for quant models and historical valuation analysis.
Parameters
1identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity/valuation-history/US0378331005' \
-H 'Accept: application/json'200 Response
{
"valuationData": {
"period": "2024",
"kgv": "28.50",
"kuv": "7.20",
"kev": "22.10"
},
"earnings": {},
"revenue": {},
"ebit": {},
"currents": {}
}