UNPKG

sec-edgar-api

Version:

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

6 lines (5 loc) 205 B
import ReportWrapper from '../ReportWrapper'; /** * Properties that should be the same for Q4 and FY */ export declare function resolveQ4FiscalYearMatchingProperties(reportWrapper: ReportWrapper): void;