node-ib icon indicating copy to clipboard operation
node-ib copied to clipboard

Interactive Brokers TWS API client library for Node.js

Results 61 node-ib issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting the following error when using reqFundamentalData(), this also happens in the `examples/all.js`: Error: `We are sorry, but fundamentals data for the security specified is not available.Missing reportType`...

I was trying to get the premarket/aftermarket bar, with useRTH=false, and in following the example ``` var requestId=1000; ib.reqRealTimeBars(requestId, ib.contract.stock('AAPL'), 5, 'TRADES', false); ``` The request happens to go through...

Warrants are popular in HongKong and European markets. It seems missing in contract functions. Please add support for that ;)

I suspect that this is related to the buffer underrun problem (fixed in #8) because: 1. no problem when I run the request with the same duration and time unit...

Hi, How does server handle multiple clients? Do I have to install multiple IB gateways in server? If I have thousands of clients, each client have their own account. How...

Currently only the symbol of the underlying asset is usable when querying contract details or when placing orders. This symbols are not unique and may vary on different exchanges and/or...

Do you support IB gateway? IB Gateway live account | 4001 IB Gateway paper account | 4002 TWS Live Account | 7496 TWS papertrading account | 7497

I've used this repo for 3 years now with varying success. My use case involves needing to run my model and possibly make trades every hour, with a sleeping period...

-Added option to choose secType (for example CONTFUT) and include Expired contracts to the contract.future -Added account param to the order.limit, so you can specify account if you have multiple...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies