Skip to content

andrey-zotov/ib_console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.dist to ibc.ini and 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 account to display account
  • python ibc.py ls to display orders
  • python ibc.py monitor to display dashboard with account details and orders and continuously update it

Screenshots:

Monitor

Notes:

  • Tested only on Windows

Kudos to:

Releases

No releases published

Packages

No packages published

Languages