Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mangosteen/edgar-broken-txt

paya-cz17MIT1.0.0TypeScript support: included

Provides a list of accession numbers of broken/missing .txt EDGAR files.

edgar, sec, sec-edgar, filings, filing, submission, missing, broken, txt, accession, number

readme

edgar-broken-txt

Get a list of EDGAR accession numbers referencing broken/missing .txt files.

Installation

With npm do:

$ npm install @mangosteen/edgar-broken-txt

Usage

import { isEdgarTxtFileMissing } from '@mangosteen/edgar-broken-txt';

// true, check yourself: https://www.sec.gov/Archives/edgar/data/804747/0000898733-94-000138-index.html
console.log(
    isEdgarTxtFileMissing('0000898733-94-000138')
);