Skip to content

paya-cz/edgar-broken-txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published