sec-edgar-api
Version:
Fetch and parse SEC earnings reports and other filings. Useful for financial analysis.
10 lines (9 loc) • 325 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GroupType = void 0;
var GroupType;
(function (GroupType) {
GroupType["Disclosure"] = "disclosure";
GroupType["Document"] = "document";
GroupType["Statement"] = "statement";
})(GroupType || (exports.GroupType = GroupType = {}));