June 2017

How to retrieve the whole option chains from IB using IBridgePy?

As an example, the following code can be used to know the available futures of E-mini S&P 500. “xx” in the code represents the expiry of the futures. def initialize(context): request_data(contractDetails=[symbol(‘FUT,ES,USD,xx’)]) def handle_data(context, data): print data.data[symbol(‘FUT,ES,USD,xx’)].contractDetails exit() Another example is provided to get the option chains of E-mini S&P 500 futures. “xx,xx,xx,xx” in the code represents expiry,

How to retrieve the whole option chains from IB using IBridgePy? Read More »

Great News: IBridgePy on Python 3 is available !

Dear IBridgePy users, Thank you very much for your interest in IBridgePy. We are working very hard to make IBridgePy the easiest Python tool to trade with Interactive Brokers. As promised, we are delighted to announce that IBridgePy on Python 3 is available ! You can download it at www.IBridgePy.com/download and choose IBridgePy_python3_64bit Please contact with

Great News: IBridgePy on Python 3 is available ! Read More »