Closed acriptis closed 1 year ago
Hi @acriptis, mind trying v4.3.0 to see if this is still occurring?
I have the same issue with v4.3.0
dl.get("10-K", "MSFT") Traceback (most recent call last): File "
", line 1, in File "D:\Anaconda3\envs\python37\lib\site-packages\sec_edgar_downloader\Downloader.py", line 180, in get query, File "D:\Anaconda3\envs\python37\lib\site-packages\sec_edgar_downloader_utils.py", line 163, in get_filing_urls_to_download resp.raise_for_status() File "D:\Anaconda3\envs\python37\lib\site-packages\requests\models.py", line 943, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://efts.sec.gov/LATEST/search-index
Hey all, thanks for the feedback. I am working on an update in v5 that should resolve these issues. I am in progress of migrating to the new data API provided by the SEC, and that should mitigate these 403 errors completely.
look forward to v5.
Hi @jadchaar , When's v5 anticipated? This bug still occurs and once it happens every so often.
Hi @rthapliyal I have added an aggressive rate-limiting mechanism in v5.0 that will delay requests until the "leaky bucket" can be re-filled within the 10 request per second limit. Please do give v5.0 a try and let me know if this issue is still occurring. This should finally be fixed fingers crossed :)!
will take a look. thx much!
Hello, I'm trying to dwnload 13F-HR form with your library but I have 403 Error:
Version of the library is '4.2.2'
What is the best practive with handling this issue?