interactive-broker-python-api icon indicating copy to clipboard operation
interactive-broker-python-api copied to clipboard

A python packaged used to interact with the Interactive Brokers REST API.

Results 11 interactive-broker-python-api issues
Sort by recently updated
recently updated
newest added

Hi Alex, Great lib, thank you for making this. After watching your video series, I'm trying to get continuous market data from [IB Websocket API](https://interactivebrokers.github.io/cpwebapi/RealtimeSubscription.html). I could able to connect...

https://github.com/areed1192/interactive-brokers-api

I looked through the sample orders in the order/market_order location and its limited to a few samples. I was wondering if anyone can provide me with a sample for options...

The following error is received when I am running the "ib_client.create_session()" call .. The authentication is successful and then some APIs are working fine if I try directly on the...

Hi, I've got the localhost client setup and authenticated with paper trading account: `Client login succeeds` But when I run the code, it fails: ``` from ibw.client import IBClient #...

I was getting a http error 500 when using the order reply request https://github.com/areed1192/interactive-broker-python-api/blob/0ab98cdf3809dba66bff1c09a62f03be69f5545a/ibw/client.py#L1805 According to ibrk documentation the confirmation should be boolean : https://www.interactivebrokers.co.uk/api/doc.html#tag/Order/paths/~1iserver~1account~1orders~1{faGroup}/post Changing the function signature makes...

Hi, Thank you for all the work you did on this API. I've been following the YouTube videos, it seems like the API does not provide support for streaming data....

Hi Iam Authenticated using the link https://localhost:5000/sso/Dispatcher but it says iam not authenticated I do not know what is the issue.

A lot of changes have been made in this repository. Please publish them to PyPi!

When i try to place a Preview LMT order, i am getting {'error': 'Invalid order price fields'}. I have the price set properly as a number and orderType = "LMT"....