1.0.0 • Published 3 years ago

@mangosteen/edgar-broken-txt v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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')
);