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

Getting 10-K for a company returns empty String #11

Closed victor4shen closed 4 years ago

victor4shen commented 4 years ago

company = edgar.Company("AARON'S INC", "706688") a = company.get_10K() text = edgar.TXTML.parse_full_10K(a) print(text)

This code for accessing an Aaron's Inc 10-K gives an empty String. This code works correctly for other companies but fails and returns an empty String for Aaron's Inc. What is the issue here and how can I fix it? I am using the latest version.

joeyism commented 4 years ago

Download the newer version. I just pushed a bugfix