ezIBpy - a Python library for talking to Interactive Broker's TWS

Hi all,

First time poster, long time reader...

I just released ezIBpy, a Python library that makes talking to Interactive Broker's TWS/GW a whole lot easier - at least for me :)

ezIBpy is basically a wrapper for blampe's well-known IbPy library, only it abstracts the entire code and makes everything more Pythonic.

I've been using the this library "in-house" for over a year but just now got around to create some sort of a "documentation" so other people can start using and improving the library.

Take a look and enjoy (hopefully):
https://github.com/ranaroussi/ezibpy

Ran
 
Last edited:
No problem :)

I've just added more code examples to the README file, as well as added working example files, to cover things like custom callbacks, and account information retrieval.
 
Back
Top