@mangosteen/edgar-broken-txt
v1.0.0
Published
Provides a list of accession numbers of broken/missing .txt EDGAR files.
Downloads
6
Maintainers
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')
);