binance-data-fetcher icon indicating copy to clipboard operation
binance-data-fetcher copied to clipboard

Code for [How To Easily Fetch Binance Historical Trades Using Python]

Running the code (Ubuntu)

You can run by creating a virtual environment and installing requirements.txt packages

Create a virtual enviroment

  • python -m venv env

Activate virtual env

  • source env/bin/activate

Install dependencies

  • pip install -r requirements.txt

And that's it!