edgr | A set of tools for dealing with SEC EDGAR corporate filings
kandi X-RAY | edgr Summary
kandi X-RAY | edgr Summary
edgr is a Go library typically used in Bitcoin applications. edgr has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
This project consists of:.
This project consists of:.
Support
Quality
Security
License
Reuse
Support
edgr has a low active ecosystem.
It has 14 star(s) with 1 fork(s). There are 1 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 1 have been closed. On average issues are closed in 2 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of edgr is v0.0.1
Quality
edgr has no bugs reported.
Security
edgr has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
edgr is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
edgr releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed edgr and discovered the below as its top functions. This is intended to give you an instant insight into edgr implemented functionality, and help decide if they suit your requirements.
- parseFullText parses documents and returns documents .
- getCommand retrieves a set of filers for a given symbol .
- GetFilings returns a list of all SECFiling objects .
- buildFiling builds the SECFiling structure .
- FilersInitCommand handles the filers init command .
- main is the main entrypoint .
- GetFiler returns a model . Filer .
- storeFilers stores a list of company names .
- buildGlobalFlags builds the flags for the subcommands
- Get all migrations .
Get all kandi verified functions for this library.
edgr Key Features
No Key Features are available at this moment for edgr.
edgr Examples and Code Snippets
Copy
// 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) {...}
//
Copy
docker run -p 5432:5432 -d postgres:9.6
edgr init
# add the filer.
edgr filers init --symbol AAPL
# download 8-K filings for apple inc.
edgr get --symbol AAPL --form 8-K
Copy
brew tap piquette/edgr
brew install edgr
Community Discussions
No Community Discussions are available at this moment for edgr.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install edgr
edgr supports macOS, linux, and windows systems. The preferred way to install, run the following commands in the terminal after installing homebrew. Distributions for your specific OS can be found on the releases page for this repo. Clone this repository and run make build.
Supports Go v1.13+ and modules. Run the usual.
Supports Go v1.13+ and modules. Run the usual.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page