---
title: "Cash flow chart"
method: GET
path: "/api/financials/chart/cash-flow"
tags: ["Financials"]
---

# Cash flow chart

`GET /api/financials/chart/cash-flow`

![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)

Returns chart-ready data for operating cash flow, capital expenditure, and free cash flow over time. Periods are sorted ascending.

## 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[], required — Reporting period end dates (YYYY-MM-DD), sorted ascending. Each entry corresponds index-wise to the values in every `series.data` array.
  - `series` object[], required — Cash flow series in the absolute requested `currency` (default USD). Always returns three entries — `Operating Cash Flow`, `Capital Expenditure`, `Free Cash Flow` — in that order. Capital Expenditure is reported as a positive outflow value (subtracted from operating cash flow to derive free cash flow). Individual data points may be `null` for periods where the underlying fact wasn't tagged.
    - `name` 'Operating Cash Flow' | 'Capital Expenditure' | 'Free Cash Flow', required
    - `data` number[], required

## 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)
