Retrieve company earnings quality score. Higher score indicates higher earnings quality. Supports annual and quarterly frequency.
Use Case: Rank or filter stocks by earnings quality for fundamental screening.
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Stock ticker symbol (e.g. AAPL). |
freq | string | Yes | Frequency: annual or quarterly. |
200 OK with a JSON object containing earnings quality data (e.g. data array with period, score, letterScore, profitability, growth, capitalAllocation, leverage), freq, and symbol.
Errors: 400 when symbol or freq is missing or invalid, 401 unauthorized, 404 when no data found, 500 server error.OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Stock ticker symbol. Required.
"AAPL"
Frequency. Required.
annual, quarterly "quarterly"
Earnings quality score data.
The response is of type object.