GithubHelp home page GithubHelp logo

Comments (9)

i3creations avatar i3creations commented on June 25, 2024 2

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.

from data-analysis.

248msc avatar 248msc commented on June 25, 2024

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

from data-analysis.

Jimin624 avatar Jimin624 commented on June 25, 2024

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

from data-analysis.

248msc avatar 248msc commented on June 25, 2024

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.

from data-analysis.

giorgiooriani avatar giorgiooriani commented on June 25, 2024

Any updates on using tiingo rather than quandl?

from data-analysis.

248msc avatar 248msc commented on June 25, 2024

Any updates on using tiingo rather than quandl?

checkout my forked repo here. implemented in stocker_add_tiingo branch

from data-analysis.

S108826 avatar S108826 commented on June 25, 2024

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?

from data-analysis.

248msc avatar 248msc commented on June 25, 2024

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.

from data-analysis.

S108826 avatar S108826 commented on June 25, 2024

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.

from data-analysis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.