Skip to main content
GET
Cash Flow Statement

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cik
string
required

SEC Central Index Key for the issuer, zero-padded to 10 digits.

Pattern: ^[0-9]{10}$
Example:

"0000320193"

period_end_date
string<date>
required

Period end date in YYYY-MM-DD format. Must match the report_end_date of a column in the filing's XBRL data (e.g. a quarter end for 10-Q or fiscal year end for 10-K / 20-F).

Example:

"2025-09-27"

reporting_type
enum<string>
required

Reporting period length. Use quarterly for 10-Q three-month columns, half_yearly / nine_months for cumulative interim columns, and annual for 10-K / 20-F full-year columns.

Available options:
quarterly,
half_yearly,
nine_months,
annual
Example:

"quarterly"

Response

Successful response with US as-reported XBRL statement data.

status
enum<string>
Available options:
success
data
object