---
title: "Get Annual Cash Flow Statement"
method: GET
path: "/financials/cash-flow/{symbol}"
tags: ["Financials"]
---

# Get Annual Cash Flow Statement

`GET /financials/cash-flow/{symbol}`

Fetches the 10 most recent annual cash flow statements for a given company stock symbol.

## Path parameters

- `symbol` string, required

## Query parameters

- `period` 'annual' | 'quarter'
- `datatype` 'json' | 'csv'
- `limit` number

## Response `200`

Successful response with cash flow data (keys in kebab-case).

- object[]
  - `date` string, date
  - `symbol` string
  - `reported-currency` string
  - `cik` string
  - `filling-date` string, date
  - `accepted-date` string, date-time
  - `calendar-year` string
  - `period` string
  - `net-income` number
  - `depreciation-and-amortization` number
  - `operating-cash-flow` number
  - `capital-expenditure` number
  - `free-cash-flow` number
  - `deferred-income-tax` number
  - `stock-based-compensation` number
  - `change-in-working-capital` number
  - `accounts-receivables` number
  - `inventory` number
  - `accounts-payables` number
  - `other-working-capital` number
  - `other-non-cash-items` number
  - `net-cash-provided-by-operating-activities` number
  - `investments-in-property-plant-and-equipment` number
  - `acquisitions-net` number
  - `purchases-of-investments` number
  - `sales-maturities-of-investments` number
  - `other-investing-activites` number
  - `net-cash-used-for-investing-activites` number
  - `debt-repayment` number
  - `common-stock-issued` number
  - `common-stock-repurchased` number
  - `dividends-paid` number
  - `other-financing-activites` number
  - `net-cash-used-provided-by-financing-activities` number
  - `effect-of-forex-changes-on-cash` number
  - `net-change-in-cash` number
  - `cash-at-end-of-period` number
  - `cash-at-beginning-of-period` number
  - `link` string, url
  - `final-link` string, url

## Other responses

- `400` — Bad Request - Symbol parameter missing.
- `404` — Not Found - The requested symbol does not exist in our data source or has no cash flow data.
- `500` — Internal Server Error - Failed to fetch data or other server error.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/revisions/742d2654c09a/schema)
