-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Date cover upto only 2018-03-27 #52
Comments
Looks like Quandl stopped loading data at this date. I'm looking at switching the Stocker class over to Tiingo. Might take me awhile but I'll post if I get it figured out soon. |
I have integrated tiingo api to stocker class. you need to apply for your own api key. my repo is here |
When I applied my own api key to stocker class. This is what I did:
|
you are applying tiingo api key to quandl. You need to get corresponding key from the two websites. |
Any updates on using tiingo rather than quandl? |
checkout my forked repo here. implemented in stocker_add_tiingo branch |
I am new to all of this but I was having the same problem with out of date information, tried to pull the stocker.py with tiingo information mentioned above and added my API key for tiingo on line 68. Do I also need to delete my quandl key from line 30 and change the import of quandl to tiingo on line 3? |
You need to add both quandl and tiingo key. This is because tiingo only give five years of data for free. We need quandl for earlier data. |
That is how I had it set up but it was still only up to date through 2018-03-27. I will go back and double check everything. Thanks. |
Hi
I am running Stocker but the dates covered are only upto 2018-03-27 . Is there a fix possible for this ?
The text was updated successfully, but these errors were encountered: