Skip to content
/ edgr Public
forked from piquette/edgr

A set of tools for dealing with SEC EDGAR corporate filings

License

Notifications You must be signed in to change notification settings

hodlgap/edgr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edgr | Makes SEC filings not terrible

github.com/edgr/core module

Installation

Supports Go v1.19+ and modules. Run the usual

go get -u github.com/hodlgap/edgr

Usage

There are 3 easy functions

// GetPublicCompanies returns a list of public companies.
func GetPublicCompanies() ([]Company, error) {...}

// GetFiler gets a single filer from the SEC website based on symbol.
func GetFiler(symbol string) (filer *model.Filer, err error) {...}

// GetFilings gets a list of filings for a single CIK.
func GetFilings(cik, formtype, stoptime string) (filings []SECFiling, err error) {...}

About

A set of tools for dealing with SEC EDGAR corporate filings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.0%
  • Makefile 2.0%