WillKoehrsen / Data-Analysis

Data Science Using Python

Home Page:https://medium.com/@williamkoehrsen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Krypto Tickers

Prossi79 opened this issue · comments

Hello! Interesting project - can I analyze as well Crypto data from Quandl instead of stocks?

If yes, what do I need to change / adapt?

if you have the data set, you should be able to just plug it in
have you found one from quandl?

you probably need to start here

 stock = quandl.get('%s/%s' % (exchange, ticker))