API Documentation

GET/api/1/equity-extended/aaqs/{identifier}

AAQS (Quality Score) API

Returns the AlleAktien Quality Score (AAQS) for the given security. Evaluates companies across 10 dimensions including revenue growth, EBIT growth, profit continuity, leverage, ROE, and ROCE. Score ranges from 0 to 10.

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity-extended/aaqs/US0378331005' \
  -H 'Accept: application/json'
200 Response
{
  "ticker": "MSFT",
  "score": 9,
  "revenueGrowth10Y": 0,
  "ebitGrowth10Y": 0,
  "profitContinuity10Y": 0,
  "revenueGrowth3Y": 0,
  "ebitGrowth3Y": 0,
  "netDebtToEBIT": 0,
  "ebitMaxDrawdown10Y": 0,
  "returnOnEquity": 0,
  "roce": 0,
  "expectedReturn": 0
}