API Documentation
⌘K
API Key
Get free key GET
/api/1/fair-value/by-isin/{identifier}Fair Value
Returns the computed fair value for a stock by identifier
Parameters
1identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL, 037833100)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/fair-value/by-isin/US0378331005' \
-H 'Accept: application/json'200 Response
{
"isin": "US0378331005",
"fairValue": 185.5,
"fairValueIncome": 0,
"fairValueRevenue": 0,
"fairValueDividend": 0,
"lastPrice": 178.72,
"upside": 3.79
}