I am running into unclear problems when trying to repeatedly calling my IB Historical Data download class. Cannot figure where exactly it lies....
I use the following codes to download historical data. Most of the times it works no problem, but sometimes it goes silent, no errors reported and...
I don't remember...read it somewhere IBKR historical data aren't available for over 1-2 yr
Yahoo Finance volumes are almost same as shown on Nasdaq.com (https://www.nasdaq.com/market-activity/stocks/nvda/historical). IBKR volumes are...
A decade? I thought you could only get data for past year or two?
That's right, instead of using multiple clients and connections, better open multiple connections using the same client, or one connection and...
That's right. If so, what are some practical scenarios you might wanna do threading in IB?
I want to make 3 threads to request BID/ASK/TRADES using the same variables like ticker/datetime etc. It can also request sequentially by calling...
I have codes working okay for sending a single historical data request, but want to refactor it to be able to send multiple requests in different...
The "close" of the 1-min OHLC bar at 15:59 is just the typical close, not result of the closing auction. How can I get the closing auction price...
I am trying to get a stock's intraday prices including the close at 16:00, but seems 16:00 itself is outside of RTH so up to 15:59. For NVDA on...
I have some questions related to reading messages as followings: 1. I see EJavaSignal is used in `new Socket(this, EJavaSignalObj)`, but what is...
It seems I completely missed this EReader thing
This is preliminary and trying to send a hist data request and see what comes back. It is not wrapped in a thread and no loop. What's wrong...
Market days do not necessarily coincide with public holidays. For programs that relate to historical dates, such as getting historical data or...
Your right, I saw it being used in the sample codes and some Github codes, but the return parameters can just be read directly. That is such a...
I see it used in reading data from reqHistoricalData(), @Override public void historicalData(int reqId, Bar bar) {...
https://ibkrcampus.com/ibkr-api-page/twsapi-doc/#api-introduction https://interactivebrokers.github.io/tws-api/introduction.html Cannot find much...
https://ibkrcampus.com/ibkr-api-page/twsapi-doc/#historical-limitations Can't find it now, but I recall you are limited to X numbers of requests...
Is it for real you can only request one-day-period for 1-min data? So for 6months IBM trade-bid-ask, I have to send 3 requests for each day for 6...
Separate names with a comma.