ib-scripts
ib-scripts copied to clipboard
Download data not working
I followed the installation steps provided on the readme:
python -m pip install pip-tools
pip-compile pyproject.toml
pip-sync
But when I try to download data:
python src/download_bars.py AAPL -t TRADES --size "30 min" --start-date "2025-01-01"
I get the following error:
Warning: This script does not work with IBPy versions below 10: 9.81.1-1
Please upgrade to version 10 of IBPy, you can download it from https://interactivebrokers.github.io.