---
title: "Company Earnings Quality Score"
method: GET
path: "/stock/earnings-quality-score"
tags: ["Default"]
---

# Company Earnings Quality Score

`GET /stock/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.

## Query parameters

- `symbol` string, required
- `freq` string, required

## Response `200`

successful operation

- CompanyEarningsQualityScore
  - `symbol` string — Symbol
  - `freq` string — Frequency
  - `data` CompanyEarningsQualityScoreData[] — Array of earnings quality score.
    - `period` string — Period
    - `growth` number, float — Growth Score
    - `profitability` number, float — Profitability Score
    - `cashGenerationCapitalAllocation` number, float — Cash Generation and Capital Allocation
    - `leverage` number, float — Leverage Score
    - `score` number, float — Total Score
    - `letterScore` string — Letter Score

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
