Skip to content
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

Open
fsagir opened this issue Dec 23, 2019 · 9 comments
Open

Date cover upto only 2018-03-27 #52

fsagir opened this issue Dec 23, 2019 · 9 comments

Comments

@fsagir
Copy link

fsagir commented Dec 23, 2019

Hi

I am running Stocker but the dates covered are only upto 2018-03-27 . Is there a fix possible for this ?

@i3creations
Copy link

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.

@248msc
Copy link

248msc commented Mar 22, 2020

I have integrated tiingo api to stocker class. you need to apply for your own api key. my repo is here

@Jimin624
Copy link

Jimin624 commented Apr 5, 2020

When I applied my own api key to stocker class. This is what I did:
quandl.ApiConfig.api_key = "https://api.tiingo.com/api/test?token=my_own_token_number"
It says it does not recognize my api key. Any idea why mine does not work?

I have integrated tiingo api to stocker class. you need to apply for your own api key. my repo is here

@248msc
Copy link

248msc commented Apr 6, 2020

When I applied my own api key to stocker class. This is what I did:
quandl.ApiConfig.api_key = "https://api.tiingo.com/api/test?token=my_own_token_number"
It says it does not recognize my api key. Any idea why mine does not work?

I have integrated tiingo api to stocker class. you need to apply for your own api key. my repo is here

you are applying tiingo api key to quandl. You need to get corresponding key from the two websites.

@giorgiooriani
Copy link

Any updates on using tiingo rather than quandl?

@248msc
Copy link

248msc commented May 1, 2020

Any updates on using tiingo rather than quandl?

checkout my forked repo here. implemented in stocker_add_tiingo branch

@S108826
Copy link

S108826 commented May 5, 2020

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?

@248msc
Copy link

248msc commented May 10, 2020

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.
Thus, you should not remove quandl import.
For my repo, you do not need import any tiingo library. The data fetching is purely based on requests library, which I already added.

@S108826
Copy link

S108826 commented May 12, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants