-
Hi @erdewit
`reqHistoricalData` with `keepUpToDate` being True will stop sending updates at mid-night. Noticed this for consequtive few days. Would be great to have fix.
-
Hi,
I'm getting runtime error when I iexcute the thetagang application, Please check and help me to fix this issue. Do I need to make any config changes? I got Snapshot requests limitation exceeded…
-
- [x] I have searched the issue tracker and believe that this is not a duplicate.
**Make sure you run commands with `-v` flag before pasting the output.**
## Steps to reproduce
Attempt to i…
-
FlexReport/download() consistently fails in python 3.9. This is a regression in ib_insync/0.9.74 introduced around Nov 10th, 2022.
This is to due a change in ElementTree in python 3.9. See this not…
-
Love how easy it was to set this up and get it running. Incredibly well documented and super awesome package.
I do have a question regarding API messages in the Client tab in IB Gateway. After I cr…
-
Hi Everyone!
Monday morning (New York time), my run_stack_handler.txt had 1.8+ million lines with this message (with timestamps over a ~2h timeframe):
**Can't modify limit price for order right no…
-
HI,
```
from ib_insync import *
ib = IB()
ib.connect('127.0.0.1', 7497, clientId=1)
ib.disconnect()
```
I get the following output after which the script continues.
using something like a=…
-
since "Treat error 110 as a warning, fixes https://github.com/erdewit/ib_insync/issues/502." whatif may hang
example:
contract = Stock(currency='EUR', secIdType='ISIN', secId='NL0012817175', ex…
-
from Discord #Random
polakowo — Today at 9:54 AM
If you know any simple way to call IB and fetch data, I can create a data instance for that process, I'm not familiar with IB tbh
May not be a b…
-
I succedfully pulled finanical statements (FS) from IB using simple function:
`fundData = ib.reqFundamentalData(con, reportType='ReportsFinStatements')`
This gives me some metadata on FS, annual…