---
title: "Get balance sheet segments"
method: GET
path: "/financials/balance-sheets/segments"
tags: ["Financial Statements"]
---

# Get balance sheet segments

`GET /financials/balance-sheets/segments`

Get balance sheet segment breakdowns (assets, goodwill, long-lived assets) 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`

Balance sheet segments response

- BalanceSheetSegmentsResponse
  - `segmented_financials` BalanceSheetSegments[]
    - `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.
    - `assets` 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.
    - `goodwill` 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.
    - `long_lived_assets` 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/versions/df2363101891/schema)
