sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
350 stars 148 forks source link

Not possible to download more than 1500 historical klines #76

Closed Tomas-MP closed 1 year ago

Tomas-MP commented 3 years ago

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.