lukerosiak / pysec

Parse XBRL filings from the SEC's EDGAR in Python
344 stars 147 forks source link

Is this project actively maintained? #15

Open pliablepixels opened 9 years ago

pliablepixels commented 9 years ago

Hi, I have 3 Qs:

a) is this project actively maintained? I had to modify the examples to make them work, the py file that generates a CSV file crashes after 40 companies , etc. b) I am at a stage right now where I am able to retrieve financial information for a particular cik. I love it that pysec autopopulates its DB (I am using sqlite3) so next time access is faster. When I see the data that print x.fields prints (from example.py) its a handful of information - is it complete? For example, how do I print market cap of a filing?

c) Last question: using pysec, is it possible to print say, ",list of all companies with market cap > $1B in a particular industry" ?