---
title: "Earnings quality chart"
method: GET
path: "/api/earnings/chart/quality"
tags: ["Earnings"]
---

# Earnings quality chart

`GET /api/earnings/chart/quality`

![Free](https://img.shields.io/badge/Free-22c55e) ![Starter](https://img.shields.io/badge/Starter-3b82f6) ![Stock](https://img.shields.io/badge/Stock-f97316) ![ETF](https://img.shields.io/badge/ETF-14b8a6) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

Chart-ready earnings quality data comparing net income against cash generation over time.
Use `series` for absolute values (Net Income, Operating Cash Flow, Free Cash Flow) and
`rates` for quality ratios (FCF/Net Income, OCF/Net Income). Periods are sorted ascending.

A company with FCF consistently exceeding net income has high-quality earnings backed by real cash generation.

## Query parameters

- `symbol` string
- `cik` integer
- `cusip` string
- `composite_figi` string
- `share_class_figi` string
- `currency` string
- `period` 'annual' | 'quarter' — Base reporting period: `annual` or `quarter` (the periods companies actually report, without the derived `ttm` rollup).
- `limit` integer

## Response `200`

Series-oriented chart data with periods sorted ascending

- object
  - `periods` string[] — Fiscal period end dates sorted ascending
  - `series` object[] — Absolute value series: Net Income, Operating Cash Flow, Free Cash Flow. Each entry has a `name` and a `data` array parallel to `periods`.
    - `name` string
    - `data` number[]
  - `rates` object[] — Quality ratio series: FCF / Net Income and OCF / Net Income as decimals. Values above 1.0 indicate strong cash conversion.
    - `name` string
    - `data` number[]

## Other responses

- `400` — Invalid parameters or symbol not found
- `403` — Feature not available on current plan

---

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