UNPKG

sec-edgar-api

Version:

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

14 lines (13 loc) 347 B
import { XMLParams } from '../../../types'; export declare function parseCurrentFilingsDaily(params: XMLParams): { date: string; matchCount: number; totalCount: number; entries: { accessionNumber: string; form: string; companyCik: number; companyName: string; filedDate: string; }[]; };