We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When downloading S&P 500 index, the proxy is not working. However, for individual stock (e.g. AAPL), proxy setting is okay.
python sp500 = yf.download('^GSPC', start='2024-01-01', end='2024-02-01', proxy=my_proxy)
1 Failed download: ['^GSPC']: YFTzMissingError('$%ticker%: possibly delisted; no timezone found')
No response
yfinance
0.2.50
The text was updated successfully, but these errors were encountered:
It seems that we should subscribe the plan ,and then we could use this api?
Sorry, something went wrong.
No branches or pull requests
Describe bug
When downloading S&P 500 index, the proxy is not working. However, for individual stock (e.g. AAPL), proxy setting is okay.
Simple code that reproduces your problem
python sp500 = yf.download('^GSPC', start='2024-01-01', end='2024-02-01', proxy=my_proxy)
Debug log
1 Failed download:
['^GSPC']: YFTzMissingError('$%ticker%: possibly delisted; no timezone found')
Bad data proof
No response
yfinance
version0.2.50
Python version
No response
Operating system
No response
The text was updated successfully, but these errors were encountered: