-
I have an automated trading software developed that can send orders to several different markets. I have a unique client id generator that shares those ids to every market it's connected to. IBAPI rel…
-
Hi there,
I'm working on google cloud and got this error when connecting
![image](https://github.com/extrange/ibkr-docker/assets/52642523/ca7956e3-0234-4eb6-b627-d94f41d7f591)
![image](https://gi…
-
Thank you for the golang wrapper, works nicely!
Could you please add `cancelOrder` function, e.g. for cases when you don't get filled quick enough. Here is [the doc of IBKR api](https://interactive…
-
-
import yahooquery as yq
a=yq.search('US5949181045',first_quote=True)
print(a)
This is supposed to return data about ticker MSFT by isin. Worked fine till yesterday. Today, 21/6 sometimes works,…
-
As requested, I'm moving this issue on this repo (https://github.com/stoqey/ibkr/issues/91).
--
Hi there, first off I'd like to say amazing work on that wrapper so far. Being new to IBKR and their…
-
Sorry for abusing an issue to ask a question; it looks like discussions aren't enabled on this project.
I was looking at the [client portal API documentation](https://interactivebrokers.github.io/c…
-
Hi there, first off I'd like to say amazing work on that wrapper so far. Being new to IBKR and their API I was wondering if there was any way to search securities via their API, and if there is does t…
-
in ib.py:
def reqAccountSummaryAsync(self) -> Awaitable[None]:
reqId = self.client.getReqId()
future = self.wrapper.startReq(reqId)
tags = (
'AccountType,Net…
-
From a LinkedIn message:
> Do you all have any plans to integrate openBB with brokers like TD and IBKR? TD has a nice api to get data (free for TD account holders). I think this would be a nice add…