-
Notifications
You must be signed in to change notification settings - Fork 682
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
get_quote_yahoo is not working any more... #962
Comments
I'm having the same problem as well. I have no idea what could be the issue Edit: changing the link for reading from 'v7' to 'v6' seems to be a quick fix to solve the issue. All you need to do is go to line 45 in quotes.py and replace
with
("v7" with "v6") while it doesn't get solved by the devs managing this library. When it gets solved, I assume that updating the package should be enough |
Looks like the work around of changing the version is not working anymore? Anybody has found a way to use get_quote_yahoo without getting errors ? |
Looks like Yahoo is moving to a paid model for Finance API access: https://docs.google.com/forms/d/e/1FAIpQLSeyb7xMtZFjoNYI7XG1rjlhUopKAxdLAfSRcaPxg9p-9ii-_g/viewform |
Check #952 |
Hi, today noticed that get_quote_yahoo is not working any more...
Comes back with error:
pandas_datareader._utils.RemoteDataError: Unable to read URL: https://query1.finance.yahoo.com/v7/finance/quote?symbols=9888.HK&lang=en-US&corsDomain=finance.yahoo.com&.tsrc=finance
Response Text:
b'{"finance":{"result":null,"error":{"code":"Unauthorized","description":"Invalid Cookie"}}}'
Does anybody know what may be the problem?
The text was updated successfully, but these errors were encountered: