UNPKG

sec-edgar-api

Version:

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

6 lines (5 loc) 235 B
import ReportWrapper from '../ReportWrapper'; /** * Properties where the quarters add up to FY resolved if 1 of the 5 reports is missing. */ export declare function resolveFiscalYearCumulativeProperties(report: ReportWrapper): void;