-
Notifications
You must be signed in to change notification settings - Fork 181
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_historical_prices not working #47
Comments
Same thing here @ifuchs I get error Seems like Yahoo Finance API has been shut down, @cgoldberg any chance you can implement a workaround like this one maybe? would be awesome :) |
It looks like Yahoo removed the csv API it was pulling data from. I'm looking for alternative data source |
Scraping data from the stock quotes page is an option, but their markup is a disaster |
If Yahoo historical quotes can't be made to work reliably, this seems to work: http://trading.cheno.net/wp-content/uploads/2011/12/google.py |
I have an open pull request that parses their data (grabbing json in source). |
There is still yahoo alternative while using url: "https://query1.finance.yahoo.com/v7/finance/download"; I used this new endpoint but for some request I get NULL data inside, just let you know. Cheers. |
For the past year I have been developing a backtesting algo using the historical prices provided by Yahoo finance. Having the API shut down I have nowhere to pull data from. I hope some genius can fix this in the near future or provide an alternative. |
See my comment above. I have used GoogleQuote to replace Yahoo historical quotes. |
The link provided by @ifuchs doesn't seem to work. Is a fix coming or has a better solution been found? |
I am still seeking a way to get a closing price for a specific date. Does anyone have a working script? |
As of this week, get_historical_prices seems to either timeout or give URL not found responses.
I have tried from several platforms with the same results. Can others reproduce the error? Does anyone know the cause or a solution?
The text was updated successfully, but these errors were encountered: