Binance Downloader

Download Binance klines as CSV

Pick a pair, an interval, and a date range. The browser streams paginated requests through the /api/binance-downloader/ proxy on this Worker, assembles the rows, and saves a CSV to your machine. Same column layout as the Python CLI shipped in this case (download.py).

Same logic, as a Python CLI

cd binance-downloader python download.py BTCUSDT 1h 2024-01-01 2024-06-30 btc-1h.csv