UNPKG

sec-edgar-api

Version:

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

6 lines (5 loc) 128 B
/** * CIK number by symbol from SEC website */ declare const cikBySymbol: Record<string, number>; export default cikBySymbol;