python-edgar icon indicating copy to clipboard operation
python-edgar copied to clipboard

Download the SEC filings index from EDGAR since 1993

Results 2 python-edgar issues
Sort by recently updated
recently updated
newest added

Hello, when running the command: edgar.download_index(path, year, user_agent, skip_all_present_except_last=False) I'm repeatedly getting the following error: urllib.error.HTTPError: HTTP Error 404: Not Found It was working fine for several months but suddenly...

Moves run.py to edgar/__main__.py so that you can invoke the script from the command-line using `python -m edgar ...`