Get cash flow statement (as-reported)
Returns the statement exactly as the filing presents it, read from the rendered statement files SEC EDGAR generates from that filing’s own XBRL presentation linkbase (go/service/asreported.go). The line_items tree is the filing’s real hierarchy: a heading row carries value null and its rows as children.
Structural parity, not label parity. Financial Datasets normalizes some labels where this server prints what the filing prints: Apple’s FY2025 income statement says “Gross margin” where they say “Gross Profit”. full_label carries the row’s XBRL element name on both, so it agrees either way. Verified against their own as-reported output for AAPL FY2025: balance-sheet values agree 19 of 19, cash flow 11 of 11.
ticker is required. Both EDGAR fetches route through Monid, so they bill the caller’s wallet and write receipts like every other upstream call.
Authorizations
The caller's own Monid API key (get one at https://monid.ai?fpr=dhruv-15136b). Passed straight through to Monid on every call, so usage bills the caller's own wallet — this is never a shared server-side credential, and the server never logs or stores it. Missing, empty, or malformed values answer 401 unauthorized before any paid call is attempted.
Query Parameters
Ticker of the issuer. Required.
annual reads the 10-K, quarterly the 10-Q.
annual, quarterly Number of filings to return (default: 1).
1 <= x <= 50SEC CIK. Accepted for parity; this route resolves the CIK from the filing itself.
Restricts to the period whose report_period equals this date (YYYY-MM-DD).
Restricts to periods ending on or after this date.
Restricts to periods ending on or before this date.
Opaque base64url pagination cursor.