Data-Analysis icon indicating copy to clipboard operation
Data-Analysis copied to clipboard

Krypto Tickers

Open Prossi79 opened this issue 5 years ago • 1 comments
trafficstars

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

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

Prossi79 avatar Nov 29 '19 10:11 Prossi79

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

kevb10 avatar Dec 08 '19 03:12 kevb10