> ## Documentation Index
> Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Statements

> Retrieve normalized financial statements and segment disclosures with periods, units, and filing provenance.

Retrieve normalized financial statements and segment disclosures with periods, units, and filing provenance.

Start with [one statement](/api-reference/statements/get-v1-statements) when you need a selected period or the statement bundle card below for the core financial statements. Use [segmented revenues](/api-reference/statements/get-v1-statements-segmented-revenues) for product or geography disclosures. Read periods, units, and provenance with the rows: a missing normalized line item is not zero.

<Note>
  The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
</Note>

## Operations in this family

<CardGroup cols={2}>
  <Card title="GET /v1/statements" href="/api-reference/statements/get-v1-statements">Retrieve one SEC-derived normalized balance sheet, income statement, or cash flow statement for an issuer</Card>
  <Card title="GET /v1/statements/{statement_key}" href="/api-reference/statements/get-v1-statements-statement-key">Retrieve one SEC-derived normalized statement selected by statement key</Card>
  <Card title="GET /v1/statements/all" href="/api-reference/statements/get-v1-statements-all">Retrieve an issuer's normalized balance sheet, income statement, and cash flow statement as one SEC-derived bundle</Card>
  <Card title="GET /v1/statements/segmented-facts" href="/api-reference/statements/get-v1-statements-segmented-facts">Retrieve an issuer's disclosed segment revenue or profit/loss history with filing-level dimensions and source context</Card>
  <Card title="GET /v1/statements/segmented-revenues" href="/api-reference/statements/get-v1-statements-segmented-revenues">Retrieve an issuer's disclosed product or geographic revenue history with filing-level dimensions and source context</Card>
  <Card title="GET /v1/statements/share-float" href="/api-reference/statements/get-v1-statements-share-float">Retrieve an issuer's disclosed public float when available, with a clearly labeled shares-outstanding fallback</Card>
</CardGroup>
