A Python package for automatically downloading & updating data from the SEC Edgar database
pip install sec-edgar
from sec_edgar.financial_statements import financial_statements
financial_statements.download()
from sec_edgar.financial_statements import financial_statements
financial_statements.download(dest_path='/home/username/destination')
- This will automatically keep track of downloaded files and only download new files when run at a later date