API Documentation
⌘K
API Key
Get free key GET
/api/1/equity/aaqs/{identifier}AAQS Quality Score API
Returns the AlleAktien Quality Score (AAQS) for the given ISIN -- a proprietary 0-10 quality score evaluating revenue growth, earnings stability, profitability, balance sheet strength, and dividend track record. This metric is unique to Eulerpool and not available from any other financial data provider.
Parameters
1identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity/aaqs/US0378331005' \
-H 'Accept: application/json'200 Response
{
"isin": "US0378331005",
"ticker": "AAPL",
"score": 7,
"revenueGrowth10Y": 0,
"ebitGrowth10Y": 0,
"profitContinuity10Y": 0,
"revenueGrowth3Y": 0,
"ebitGrowth3Y": 0,
"netDebtToEBIT": 0,
"ebitMaxDrawdown10Y": 0,
"returnOnEquity": 0,
"roce": 0,
"expectedReturn": 0
}