alberduris / SirajsCodingChallenges

Code for Siraj Raval's Coding Challenges!
187 stars 80 forks source link

csv data source #2

Closed laclance closed 7 years ago

laclance commented 7 years ago

Thank you so much for this code, may I ask where do you get the btcusd csv data?

alberduris commented 7 years ago

You're welcome.

Of course, it's from the historical data service of Investing.

Link: https://www.investing.com/currencies/btc-usd-historical-data

Just need to select start and end data and click on "Download". Some preprocessing may be needed ;)

image

laclance commented 7 years ago

great thank you kindly, using your code to help with my trading bot, will share when working well :)