-
I constantly encountered 'read operation timed out' issue. And when it occurs, the program thinks the gateway is not authenticated and will try to authenticate again. So I have to authenticate on my i…
-
I already mentioned it on your youtube channel, but I thought it might also be prudent to note it here:
![image](https://user-images.githubusercontent.com/59515580/79704767-d2e9c700-8267-11ea-9c4f-34…
-
**Problem:**
I am not able to fetch news in a Jupyter notebook, e.g. from Briefing.com
```
import datetime
from ib_insync import *
util.startLoop()
ib = IB()
ib.connect('127.0.0.1', 4001, c…
ghost updated
4 years ago
-
It seems that the `schwab` and `schwabbank` endpoints broke. My setup used to work fine. Now, when I do `ofxget stmt schwab` I get:
```
Traceback (most recent call last):
File "/.local/bin/ofxget…
-
Currently the position is represented in quote currency. I find this confusing, hence I propose to change it to base currency.
-
Noticed that IB().connect() always fails with `asyncio.exceptions.TimeoutError` the **very first time** it is called upon a fresh IBG/TWS start / re-start. The error occurs with and without providing …
-
reqHistogramData complains about the format of the time-period. I use same format string for reqHistoricalData and it works fine,
Thank you for looking into it.
here is an example:
`print(ib…
-
Hi there,
I just got an e-mail from IB, stating that using the Secure Login has now become mandatory (I didn't use it untill now). Does anyone has experience with this, in combination with IBC? And…
-
I've started using IBC. (v3.6.0) for a little over a week and have faced this issue twice in that time.
My client will indicate the gateway is down, however when I remote into the gateway server I…
-
Some times, I met "Java(TM) Platform SE binary stop working " error. And TWS stop working , then communication failed too. This happens every 1-3 days.
![image](https://user-images.githubusercontent.…