UNPKG

sec-edgar-api

Version:

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

9 lines (8 loc) 347 B
import { Form4Data, XMLParams } from '../../../types'; import XMLParser from '../XMLParserLegacy'; /** * Form 4 - Insider Transactions * * example at https://www.sec.gov/Archives/edgar/data/320193/000032019323000079/xslF345X05/wk-form4_1691533817.xml */ export declare function parseForm4(params: XMLParams, xmlParser?: XMLParser): Form4Data;