-
Notifications
You must be signed in to change notification settings - Fork 683
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 and get_quote_google no longer work since Nov 1 #418
Comments
TODO
hi @liuyigh, is your code in https://github.com/liuyigh/FinanceScripts ? |
@rsvp hi, it is not. I am using BarChart http api in json format. I didn't bother to use its Python module. It is pretty simple:
Replace |
@liuyigh That was helpful, thanks! |
Also getting this issue. |
Why not IEX? Doesn't require API key registration: https://iextrading.com/developer/docs/#getting-started |
At the moment it works for me and pandas_datareader does a great job. Does we still have a problem?
|
Try this out with pandas read from url |
That's great and working!!! |
@VicTangg in your file, it looks like there are date missing. See what I'm saying? Do you know why that is? |
Look at this url: This looks really fine (!!!). I think that google still support the csv download. How can we correct pandas datareader to get Google data again? I hope that someone at pydata can fix the bug. Where do we stand at the moment? My local pandas installation does not work anymore.
|
@paintdog I'm a little confused by your post. I look at the google URL you provided but it's still missing dates, somewhat randomly in between...like the dates between nov 17th 2017 and nov 20th 2017 are missing. I'm not sure why this is the case. I need to keep digging around because I think it's a pandas issue. |
@ritviknv Please be aware that stocks markets close on weekends and public holidays. 👍 |
@paintdog Did you try pandas read_csv? I think it works fine as well. |
@VicTangg wow i'm so dumb. thanks for catching. |
@VicTangg : I'm unsure what you mean. Could you provide a snipplet of code, please? |
I just installed the last version of pandas-datareader from this repository and it works fine with yahoo and google! Google and Yahoo seem to deliver actual values for several years if you give the right parameters to the functions. Can we close this issue or are there any other problems I don't know!? Merry Christmas to you all! |
@paintdog how did you "installed the last version of pandas-datareader from this repository"? Would you please elaborate? 0.5.0 (the latest release) is till showing the same error for |
I tested it yesterday on my laptop and it worked both!? I don't use the quote-function. I used my source code showed above (web.DataReader("SIE.DE", 'yahoo', start, end)). On my computer I've some trouble with pandas datareader but I hope to solve it soon. |
IEX: Is it possible to get historical data (dataset) or only the last prices from IEX? |
Yahoo has been deprecated. |
A few months ago, we had a crisis over historical price from Yahoo. It was fixed in
0.5.0
release. Nowget_quote_yahoo
is the new victim:I understand the
get_quote_yahoo
function is experimental. But It would be nice if we can fix it.I switched to BarChart free api for quotes for now.
The text was updated successfully, but these errors were encountered: