edgr icon indicating copy to clipboard operation
edgr copied to clipboard

A set of tools for dealing with SEC EDGAR corporate filings

Results 2 edgr issues
Sort by recently updated
recently updated
newest added

Dear Team, I was trying to list of all US public companies registered with the US Securities and Exchange Commission. We aimed to achieve this by using the API [GetPublicCompanies](https://github.com/piquette/edgr/blob/v0.0.1/core/core.go#L49)...

Hi, I have setup the database correctly, since init does create the database tables and i see the forms metadata getting populated. bin/edgr --pg-user postgres --pg-pass password --pg-db indexer --pg-addr...