UNPKG

sec-edgar-api

Version:

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

3 lines (2 loc) 148 B
import { CurrentFilingsList, XMLParams } from '../../../types'; export declare function parseCurrentFilings(params: XMLParams): CurrentFilingsList;