ibpy Questions

4

Solved

Interactive Brokers just released a python version of their API. I am trying to get data. I am using the 'examples' in 'Program.py', and just trying to get account values. I just want to know wha...
Cerf asked 21/3, 2017 at 22:17

4

Solved

I have successfully written the code to extract the information from demo version of TWS regarding my positions using the code: tws_conn = conn.Connection.create(port=7497, clientId=100) tws_co...
Meridith asked 2/1, 2016 at 1:10

1

I am trying to get historical data from IBPY. I get it, but the volume is extremely low to the point it's useless. I would like to know how to get the correct historical volume estimation. I'm e...
Karwan asked 23/11, 2018 at 18:24

1

Solved

Here is a script I am using to request market data. I am not subscribed to the data-feed yet, so I though it would automatically return delayed market data, but apparently I have to enable it, but...
Pantelegraph asked 3/8, 2017 at 17:46

2

I want to connect to IB with python, here is my code: from ib.ext.Contract import Contract from ib.ext.Order import Order from ib.opt import Connection, message def error_handler(msg): print "...
Sanitation asked 12/3, 2014 at 18:41

3

Solved

There are a lot of examples showing how to get particular asset's price from Interactive Brokers. However, when I want to get the whole chain of options for one asset, I don't know which particular...
Pahoehoe asked 14/8, 2014 at 3:25

1

I am interested in using ibpy with Interactive Brokers API to get real time tick data for a given universe of 100 stocks. The code below, from examples on the web works for one stock. Can someone t...
Osana asked 8/5, 2015 at 18:15
1

© 2022 - 2024 — McMap. All rights reserved.