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

Discussion in 'App Development' started by ranpo, Aug 13, 2016.

  1. ranpo

    ranpo

    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: Aug 13, 2016
    lovethetrade, d08, helgen_1 and 2 others like this.
  2. Baron

    Baron ET Founder

    Thanks so much for sharing your work!:thumbsup:
     
  3. ranpo

    ranpo

    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.