You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" ?
The text was updated successfully, but these errors were encountered:
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" ?
The text was updated successfully, but these errors were encountered: