---
title: "Get cash flow statements"
method: GET
path: "/financials/cash-flow-statements"
tags: ["Financial Statements"]
---

# Get cash flow statements

`GET /financials/cash-flow-statements`

Get cash flow statements for a ticker.

## Query parameters

- `ticker` string
- `period` 'annual' | 'quarterly' | 'ttm', required
- `limit` integer
- `cik` string
- `report_period` string, date
- `report_period_gte` string, date
- `report_period_lte` string, date
- `report_period_gt` string, date
- `report_period_lt` string, date
- `filing_date` string, date
- `filing_date_gte` string, date
- `filing_date_lte` string, date
- `filing_date_gt` string, date
- `filing_date_lt` string, date

## Response `200`

Cash flow statements response

- CashFlowStatementResponse
  - `cash_flow_statements` CashFlowStatement[]
    - `ticker` string — The ticker symbol.
    - `report_period` string, date — The reporting period of the cash flow statement.
    - `fiscal_period` string — The fiscal period of the cash flow statement.
    - `period` 'quarterly' | 'ttm' | 'annual' — The time period of the cash flow statement.
    - `currency` string — The currency in which the financial data is reported.
    - `accession_number` string, nullable — The SEC accession number of the filing.
    - `filing_url` string, uri, nullable — URL to the SEC filing.
    - `filing_date` string, date, nullable — Calendar day SEC accepted the filing, in Eastern Time (the SEC's operating timezone). Calendar-day pair to `filing_datetime`. Null when no dated SEC filing is linked to the row.
    - `filing_datetime` string, date-time, nullable — Sub-day timestamp recording when SEC accepted the filing, in Eastern Time. Sourced from SEC's `acceptanceDateTime` field on the EDGAR submissions API. Pairs with `filing_date` (calendar-day precision of the same event).
    - `net_income` number — The net income of the company.
    - `depreciation_and_amortization` number — The depreciation and amortization of the company.
    - `share_based_compensation` number — The share-based compensation of the company.
    - `net_cash_flow_from_operations` number — The net cash flow from operations of the company.
    - `capital_expenditure` number — The capital expenditure of the company.
    - `business_acquisitions_and_disposals` number — The business acquisitions and disposals of the company.
    - `investment_acquisitions_and_disposals` number — The investment acquisitions and disposals of the company.
    - `net_cash_flow_from_investing` number — The net cash flow from investing of the company.
    - `issuance_or_repayment_of_debt_securities` number — The issuance or repayment of debt securities of the company.
    - `issuance_or_purchase_of_equity_shares` number — The issuance or purchase of equity shares of the company.
    - `dividends_and_other_cash_distributions` number — The dividends and other cash distributions of the company.
    - `net_cash_flow_from_financing` number — The net cash flow from financing of the company.
    - `change_in_cash_and_equivalents` number — The change in cash and equivalents of the company.
    - `effect_of_exchange_rate_changes` number — The effect of exchange rate changes of the company.
    - `ending_cash_balance` number — The ending cash balance of the company.
    - `free_cash_flow` number — The free cash flow of the company.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — The request requires a paid subscription
- `404` — The specified resource was not found

---

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