@mangosteen/edgar-url
v1.0.2
Published
Get SEC EDGAR URLs for filings and entities.
Downloads
9
Maintainers
Readme
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')
);