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

Python scripts that use the Interactive Brokers TWS API

Results 3 ib-scripts issues
Sort by recently updated
recently updated
newest added

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...

I want to download HSI data. (HSI is Hang Seng Index) I followed the guide [https://www.wrighters.io/how-to-get-historical-market-data-from-interactive-brokers-using-python/](https://www.wrighters.io/how-to-get-historical-market-data-from-interactive-brokers-using-python/) to download the HSI Hang Seng index data using the following bash command script:...

As reported here: https://gist.github.com/wrighter/dd201adb09518b3c1d862255238d2534#comments Hi, using size '1 secs' shows an fatal error, anyone can help?, see below: trade@trade-virtual-machine:~/PycharmProjects/bot$ /usr/bin/python3.8 /home/trade/PycharmProjects/bot/datadownload.py --start-date 20220601 --end-date 20220701 --size "1 secs" --security-type "CONTFUT"...