Skip to content

ohlcv-fetchers

Set of scripts that can be used to download OHLCV data from various sources (e.g. Binance, Yahoo Finance).

Usage

Important: this has been tested with Python 3.12.4 on Windows 10.

Set up a Python venv (virtual environment) and install some packages inside it:

Bash
python3 -mvenv venv
venv/bin/python3 -mpip install -r requirements.txt

Then you can use the scripts:

Bash
venv/bin/python3 myscript.py --help