UNPKG

sec-edgar-api

Version:

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

5 lines (4 loc) 226 B
declare const KEY_SPLIT = "StockholdersEquityNoteStockSplitConversionRatio1"; declare const FORMS_EARNINGS: string[]; declare const FORMS_EARNINGS_ANNUAL: string[]; export { KEY_SPLIT, FORMS_EARNINGS, FORMS_EARNINGS_ANNUAL };