@mangosteen/edgar-url
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

edgar-url

Get SEC EDGAR URLs for filings, entities, pages, and data.

Installation

With npm do:

$ npm install @mangosteen/edgar-url

Usage

import { getFilingUrl } from '@mangosteen/edgar-url';

// https://www.sec.gov/Archives/edgar/data/0000320193/0000320193-20-000096.txt
console.log(
    getFilingUrl(320193, '0000320193-20-000096')
);

Package Sidebar

Install

npm i @mangosteen/edgar-url

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

17 kB

Total Files

12

Last publish

Collaborators

  • mangosteen