UNPKG

sec-edgar-api

Version:

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

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