Retrieve an as-reported cash flow statement for a US issuer by SEC CIK, period end date, and reporting type. Resolves across 10-Q, 10-K, and 20-F filings (including amendments), preferring the original filing that first reported the period.
Documentation Index
Fetch the complete documentation index at: https://docs.stockinsights.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
SEC Central Index Key for the issuer, zero-padded to 10 digits.
^[0-9]{10}$"0000320193"
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).
"2025-09-27"
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.
quarterly, half_yearly, nine_months, annual "quarterly"