UNPKG

sec-edgar-api

Version:

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

7 lines (6 loc) 237 B
import { Owner, InsiderTransaction, Issuer, XMLParams } from '../../../types'; export declare function parseInsiderTransactions(params: XMLParams): { transactions: InsiderTransaction[]; owners: Owner[]; issuers: Issuer[]; };