UNPKG

sec-edgar-api

Version:

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

5 lines (4 loc) 168 B
import type { CompanySearchResult, XMLParams } from '../../../types'; export declare function parseCompanies(params: XMLParams): { items: CompanySearchResult[]; };