/ibkr_api

Unofficial pythonic API for interfacing with Interactive Brokers

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ibkr-api

Officially the best unofficial pythonic API for interfacing with Interactive Brokers in the entire interwebs.
A Great Asset for Young Greed Monsters and Old Evil Investors Alike!

Status

Documentation Status

Objectives

  1. Create a well documented API that is easy to use for end users to implement
  2. Create a highly performing API architecture
  3. Provide an easy to use interface for simple api requests (IBKR_API)
  4. Provide an interface for asynchronus event processing, similar to what is provided in the official API (ClientApplication)
  5. Provide an interface for the creation of programmatic trading systems (as opposed to "algorithmic trading") (MultiClientApplication)

Requirements

  1. Python 3 (Not currently support Python 2)
  2. Latest TWS Client (Not supporting older versions currently)