python-kucoin icon indicating copy to clipboard operation
python-kucoin copied to clipboard

Not possible to download more than 1500 historical klines

Open Tomas-MP opened this issue 4 years ago • 0 comments

In the python-binance module, it is possible to get the whole historical dataset by using the klines function, unfortunately this package is limited to 1500 datapoints. Is it possible to generate an additional loop (in line with the python-binance module) where the start to end data can be extracted?

This would make this package a lot more suitable for backtesting.

Tomas-MP avatar Jan 12 '21 13:01 Tomas-MP