API Documentation
⌘K
API Key
Get free key GET
/api/1/aaqs/by-isin/{identifier}AAQS Score
Returns the AlleAktien Quality Score (AAQS) 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/aaqs/by-isin/US0378331005' \
-H 'Accept: application/json'200 Response
{
"ticker": "AAPL",
"score": 7,
"revenueGrowth10Y": 0,
"ebitGrowth10Y": 0,
"profitContinuity10Y": 0,
"revenueGrowth3Y": 0,
"ebitGrowth3Y": 0,
"netDebtToEBIT": 0,
"ebitMaxDrawdown10Y": 0,
"returnOnEquity": 0,
"roce": 0,
"expectedReturn": 0
}