python-kucoin
python-kucoin copied to clipboard
Not possible to download more than 1500 historical klines
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.