ib_async icon indicating copy to clipboard operation
ib_async copied to clipboard

Python sync/async framework for Interactive Brokers API (replaces ib_insync)

Results 88 ib_async issues
Sort by recently updated
recently updated
newest added

Is there anyone has intergated with backtrader?

Hi, if you agree, please include this project on community resources [jupyter-quant](https://github.com/gnzsnz/jupyter-quant) A dockerized Jupyter quant research environment. Latest version implements ib_async, ib_insync has been part of jupyter-quant since the...

All link on notebooks documentation are broken. After checking the code i can see that all links point to master branch, which is the branch used by ib_insync, however this...

refer to https://github.com/ib-api-reloaded/ib_async/blob/main/notebooks/option_chain.ipynb There is no value associated with OpenInterest. and I try ib.reqMktData option_contract = Option(stock_symbol, expiration, strike, right, exchange) ticker = ib.reqMktData(option_contract, '', False, False) ticker.putOpenInterest or ticker.callOpenInterest...

Problem - The current contract details decoder contains a bit of code that should only be used in the bond contract details decoder. Effect - The function first correctly assigns...

I had a previously working implementation of ib_insync that started giving "Failed to connect to IB gateway/ Timeout Error" as soon as the TWS popup asks if I want to...

Contracts about to expire may not have tradingHours, liquidHours, and timeZoneId set. This was causing an error when _parseSessions is called: ```bash Exception has occurred: ValueError ZoneInfo keys must be...

In recipes.rst, Fundamental is incorrectly spelled as Fundemental in a section title

I am using the ib.positions() function in order to get the positions for my account. When I send an order and it fills I call ib.positions() but it doesn't update...

Hello! This issue I found a while ago, using ib_insync library. Today I found ib_async and decided to check, how it handle the process of historical market data download. As...