ib-scripts icon indicating copy to clipboard operation
ib-scripts copied to clipboard

Download data not working

Open ironhak opened this issue 3 months ago • 0 comments

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.

ironhak avatar Oct 07 '25 13:10 ironhak