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.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Stock ticker symbol
Frequency: annual or quarterly
annual, quarterly