-
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…
-
Borrow rate (for shorting shares) is available in the undocumented IB API, through generic tick 499:
https://groups.io/g/twsapi/topic/28217344#41103
This is how TWS manages to display borrow rates…
-
Hello,
First thanks a lot for ibeam!
I am running the ibeam docker image on my mac and I can successfully interact with the IB API via Insomnia, pulling market data and placing orders.
I won…
-
For some reason, the tick receiving messages in `wrapper.py` use the local time instead of the one provided by IB. This results in times that are incorrect by a combination of internet latency and mac…
-
Hi, there.
I am very interested in your project.
I am going to use your webhook method on my projects.
By the way, I can't use it with my Interactive Broker Python API.
I am calling ib_insync func…
-
Hi guys, I am performing
``` contract = Future('ES', '202212', 'GLOBEX')
bars = ib.reqHistoricalData(
contract=contract,
endDateTime='',
durationStr='2 Y',
…
-
### Current Behavior
I am using Anaconda Python under Windows 10. Anaconda Navigator (1.9.7) lists three environments:
- `base (root)`, containing package `python` 3.7.4
- `Anaconda3`, containi…
-
https://github.com/erdewit/ib_insync/blob/867e4f46d25f2bfa4fb55d72d325966f994fc728/ib_insync/ibcontroller.py#L437-L445
I am instantiating watchdog with `probeContract=Stock('SPY', exchange='SMART',…
-
python 3.9.6
ib_insync 0.9.71
I place order and want to update the price through some time. But when I do it - I have TypeError.
However, if I comment the lines with placing order (since it alrea…