Metadata-Version: 2.1
Name: sec-edgar
Version: 0.0.1
Summary: A package for automatically downloading & updating data from the SEC Edgar database
Home-page: UNKNOWN
Author: David Silva
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Office/Business :: Financial :: Investment
Description-Content-Type: text/markdown

# sec_edgar
A Python package for automatically downloading & updating data from the SEC Edgar database


#### Download all zip files
    from sec_edgar.financial_statements import financial_statements
    financial_statements.download()


