-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
No values returned #5
Comments
Any ideas about how to solve this? |
Will change the request to get data from here https://query2.finance.yahoo.com/v8/finance/chart/BTC-EUR |
Params from debugging yfinance {'period1': -2208994789, 'period2': 1671412806, 'interval': '1d', 'includePrePost': False, 'events': 'div,splits'} |
As reference, the pandas datareader thread about this problem is pydata/pandas-datareader#952 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you wonder why is not working anymore, looks like yahoo started to encrypt the stores, there is also a thread on
There is also this thread on pandas datareader with the same problem
The text was updated successfully, but these errors were encountered: