JSPM

@mangosteen/edgar-broken-txt

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q37780F
  • License MIT

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

Package Exports

  • @mangosteen/edgar-broken-txt

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mangosteen/edgar-broken-txt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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