Describe bug
This error just returned on a query (2025-04-29). I've tried using different IP addresses, so it's not my account hitting a rate limiter.
"Failed download:
['^GSPC']: YFRateLimitError('Too Many Requests. Rate limited. Try after a while.')"
Simple code that reproduces your problem
yf.download('^GSPC', multi_level_index=False)
Debug log from yf.enable_debug_mode()
YF.download() has changed argument auto_adjust default to True
[100%**] 1 of 1 completed
1 Failed download:
['^GSPC']: YFRateLimitError('Too Many Requests. Rate limited. Try after a while.')
Bad data proof
No response
yfinance version
0.2.57
Python version
3.10.4
Operating system
OSX
Describe bug
This error just returned on a query (2025-04-29). I've tried using different IP addresses, so it's not my account hitting a rate limiter.
"Failed download:
['^GSPC']: YFRateLimitError('Too Many Requests. Rate limited. Try after a while.')"
Simple code that reproduces your problem
yf.download('^GSPC', multi_level_index=False)
Debug log from yf.enable_debug_mode()
YF.download() has changed argument auto_adjust default to True
[100%**] 1 of 1 completed
1 Failed download:
['^GSPC']: YFRateLimitError('Too Many Requests. Rate limited. Try after a while.')
Bad data proof
No response
yfinanceversion0.2.57
Python version
3.10.4
Operating system
OSX