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
This code cell
import yfinance as yf import matplotlib.pyplot as plt s = yf.download('CT=F', '2016-1-1', '2023-4-1')['Adj Close']
is taking a very long time to run (> 2minutes and still running)
The text was updated successfully, but these errors were encountered:
For me, that ran well but didn't download, and gave the following error:
[*********************100%***********************] 1 of 1 completed 1 Failed download: - CT=F: No timezone found, symbol may be delisted
Sorry, something went wrong.
No branches or pull requests
This code cell
is taking a very long time to run (> 2minutes and still running)
The text was updated successfully, but these errors were encountered: