WillKoehrsen / Data-Analysis

Data Science Using Python
https://medium.com/@williamkoehrsen/
MIT License
5.12k stars 3.63k forks source link

Krypto Tickers #51

Open Prossi79 opened 4 years ago

Prossi79 commented 4 years ago

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

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

kevb10 commented 4 years ago

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))