UNPKG

sec-edgar-api

Version:

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

5 lines (4 loc) 167 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ReportParser_1 = require("./ReportParser"); exports.default = ReportParser_1.default;