Does anyone here use IB for historical data? I wonder if I'm looking at their rules wrong, because based on my interpretation, it seems almost impossible to get a decent chunk of data:
https://www.interactivebrokers.com/en/software/api/apiguide/tables/historical_data_limitations.htm
For example, to download 2 years of minute data for a single stock:
* IB allows 1 day of minute bars to be pulled per data request
* 2 years = ~504 trading days = 504 data requests
* IB allows 60 data requests for every 10 minutes
Therefore, for just one instrument it will take 504/60 * 10 = 84 minutes
Is this correct? Gets much worse for shorter time bars.
https://www.interactivebrokers.com/en/software/api/apiguide/tables/historical_data_limitations.htm
For example, to download 2 years of minute data for a single stock:
* IB allows 1 day of minute bars to be pulled per data request
* 2 years = ~504 trading days = 504 data requests
* IB allows 60 data requests for every 10 minutes
Therefore, for just one instrument it will take 504/60 * 10 = 84 minutes
Is this correct? Gets much worse for shorter time bars.