UNPKG

sec-edgar-api

Version:

Fetch and parse SEC earnings reports and other filings. Useful for financial analysis.

6 lines (5 loc) 256 B
import ReportWrapper from '../ReportWrapper'; /** * This only an estimate. splits remaining capex between quarters if FY has capex, or adds quarterly capex if Quarters have it */ export declare function resolveCashFlowCapex(report: ReportWrapper): void;