joeyism / py-edgar

A small library to access files from SEC's edgar
GNU General Public License v3.0
227 stars 52 forks source link

Fixed get_CIK_from_company class method #9

Closed Koen-kun closed 4 years ago

Koen-kun commented 4 years ago

Hi,

I noticed that the get_CIK_from_company class method gave an error due to returning a non-existing list. I corrected it and now it returns a list of CIKs and companies, as expected. I also added the updated the requirements.txt so edgar is also installed.

Koen-kun commented 4 years ago

I realized that it's a bit strange to add 'edgar' to the requirements.txt, while the package we're working on is edgar itself. So I changed it back to the former requirements.txt.

joeyism commented 4 years ago

Released https://github.com/joeyism/py-edgar/releases/tag/5.1.10