ib_console
ib_console copied to clipboard
Interactive Brokers cli
ib-console
A very basic cli for Interactive Brokers
Uses IBKR API to display in command line:
- Account, positions and indicators
- Orders
Usage:
pip install -r requirements.txt- copy
ibc.ini.disttoibc.iniand configure IBKR API port and client Id - Note that client ID has to match Master Client ID in order for cli to see orders from other API clients and GUI
python ibc.py accountto display accountpython ibc.py lsto display orderspython ibc.py monitorto display dashboard with account details and orders and continuously update it
Screenshots:

Notes:
- Tested only on Windows
Kudos to:
- erdewit for ib_insync
- kroitor for asciichart