py-edgar icon indicating copy to clipboard operation
py-edgar copied to clipboard

A small library to access files from SEC's edgar

Results 8 py-edgar issues
Sort by recently updated
recently updated
newest added

Hello Joey! I want to say thanks so much for working on this project, it is exactly what I hoped to find. I have been working with the package and...

The SEC website recently (within the last couple months) added rate limiting to their website. Currently, none of this libraries requests properly respond to it. This leads to hard to...

* Added new required request headers for SEC EDGAR * Added UTF-8 header * Changed dependecy from broken fuzzwuzz to new rapidfuzz. Fixes #28 * Fixes #24 (with user comment...

Installation error for latest as `python-levenshtein` is not maintained. Also `fuzzywuzzy` is not maintained and has probably moved to `thefuzz`. * https://github.com/Cog-Creators/python-Levenshtein (newer fork for wheels) * https://github.com/ztane/python-Levenshtein * https://github.com/severinsimmler/simila...

There have been quite a few commits to master since the last release. It would be nice to get an official pypi release to avoid having to set a commit...

I am using edgar 5.4.1 to get 10K filings from the SEC database but I cannot parse the html elements and see the actual text content of the documents. It...

What would you suggest for applying a parameter for excluding amendments? I know in the sec_edgar_downloader library there's a parameter that can be set: include_amends=False. Do you have a parameter...

Thanks for putting together this EDGAR tool. I needed to get just one exhibit from the 10-K, so I added this functionality into the `getDocuments` function, but using a keyword...