Default
Company Earnings Quality Score
This endpoint provides Earnings Quality Score for global companies.
Earnings quality refers to the extent to which current earnings predict future earnings. "High-quality" earnings are expected to persist, while "low-quality" earnings do not. A higher score means a higher earnings quality
Finnhub uses a proprietary model which takes into consideration 4 criteria:
- Profitability
- Growth
- Cash Generation & Capital Allocation
- Leverage
We then compare the metrics of each company in each category against its peers in the same industry to gauge how quality its earnings is.
get/stock/earnings-quality-score
Query parameters
symbolstring required
Symbol.
freqstring required
Frequency. Currently support <code>annual</code> and <code>quarterly</code>
Response
successful operation
Example response
{
"symbol": "symbol",
"data": [
{
"profitability": 6.0274563,
"leverage": 5.962134,
"score": 5.637377,
"letterScore": "letterScore",
"period": "period",
"cashGenerationCapitalAllocation": 1.4658129,
"growth": 0.8008282
},
{
"profitability": 6.0274563,
"leverage": 5.962134,
"score": 5.637377,
"letterScore": "letterScore",
"period": "period",
"cashGenerationCapitalAllocation": 1.4658129,
"growth": 0.8008282
}
],
"freq": "freq"
}