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
Hi.
I am missing data for for the following ticker symbols: ["ZT=F", "ZN=F", "ZF=F"]
I have data for 2025-01-15 and for 2025-01-24 but nothing in between.
Thanks Jesper
yf.download( tickers=[ "ZT=F", "ZN=F", "ZF=F", ], start="2025-01-01", )
No debug log
yfinance
0.2.52
3.11.10
Windows 10
The text was updated successfully, but these errors were encountered:
As far as you've shown, that's all Yahoo had to return.
Sorry, something went wrong.
No branches or pull requests
Describe bug
Hi.
I am missing data for for the following ticker symbols:
["ZT=F", "ZN=F", "ZF=F"]
I have data for 2025-01-15 and for 2025-01-24 but nothing in between.
Thanks
Jesper
Simple code that reproduces your problem
yf.download(
tickers=[
"ZT=F",
"ZN=F",
"ZF=F",
],
start="2025-01-01",
)
Debug log
No debug log
Bad data proof
yfinance
version0.2.52
Python version
3.11.10
Operating system
Windows 10
The text was updated successfully, but these errors were encountered: