DeepThought icon indicating copy to clipboard operation
DeepThought copied to clipboard

Obtain historical crypto data and store it in a format that is easily usable by python (CSV)

Open ryanr08 opened this issue 3 years ago • 0 comments

Find historical cryptocurrency data (e.g. hour by hour pricing of a cryptocurrency over a certain amount of years/months/days) and store it in a datasets folder in the repo in a easy to use format (csv, json, etc..).

Edit: backtest.py has a method now to obtain historical data, but it could definitely use some improvement. The function does not gather enough data from coinbasepro, only max about 1.5 years. Ideally we want as much data as possible to backtest on.

All data should ideally be hour by hour, but day by day works too.

ryanr08 avatar Aug 07 '21 01:08 ryanr08