Free Historical Crypto Trade/Tick data from Binance

Опубликовано: 18 Июнь 2026
на канале: Chad Thackray
14,600
301

Historical Trade or Tick level-data can be expensive from an external data provider. Fortunately Binance provides a free data source. Using trade data and aggregating the candles yourself can often improve the quality of the dataset your're using as you're not mixing prices from different exchanges.

⭐ Code:
https://github.com/ChadThackray/tick-...

TimescaleDB real-time streaming tutorial:
   • TimescaleDB for Algotrading - Full course ...  

00:00 - Intro
02:05 - Binance Trade Data Download
07:29 - Aggregating Trade data to OHLC with Pandas