bullsignals / binance-downloader

Python tool to download Binance Candlestick (k-line) data from REST API
MIT License
49 stars 18 forks source link

Added a better implementation to fix issue #8 (parallel downloads) #23

Closed anson-vandoren closed 5 years ago

anson-vandoren commented 5 years ago

Look at all klines that need to be downloaded, break them into chunks of max_limit (currently 1000), and start parallel downloads of all while still respecting Binance API rate limits.

Addresses issue #8

samuelhei commented 5 years ago

Beautiful work! Thank you @anson-vandoren