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

# Get cash flow statement segments

`GET /financials/cash-flow-statements/segments`

Get cash flow statement segment breakdowns (capital expenditure) by business segment.

## Query parameters

- `ticker` string
- `period` 'annual' | 'quarterly', 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

## Response `200`

Cash flow statement segments response

- CashFlowStatementSegmentsResponse
  - `segmented_financials` CashFlowStatementSegments[]
    - `ticker` string — The ticker symbol.
    - `report_period` string, date — The reporting period.
    - `fiscal_period` string — The fiscal period (e.g., Q1, Q2, Q3, Q4, FY).
    - `period` 'quarterly' | 'annual' — The time period.
    - `currency` string — The reporting currency (e.g., USD, EUR, GBP).
    - `accession_number` string — The SEC filing accession number.
    - `filing_url` string — URL to the SEC filing.
    - `capital_expenditure` SegmentCategory — Segment breakdowns grouped by category.
      - `product` SegmentBreakdown[] — Breakdowns by product line.
        - `label` string — The label for the segment (e.g., 'iPhone', 'Americas').
        - `value` number — The value for the segment.
      - `segment` SegmentBreakdown[] — Breakdowns by business or operating segment.
        - `label` string — The label for the segment (e.g., 'iPhone', 'Americas').
        - `value` number — The value for the segment.

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