UNPKG

sec-edgar-api

Version:

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

4 lines (3 loc) 194 B
import { Form10KData, XMLParams } from '../../../types'; import XMLParser from '../XMLParserLegacy'; export declare function parseForm10k(params: XMLParams, xmlParser?: XMLParser): Form10KData;