Hello,
did someone test to downlaod Historical Data from InteractiveBrokers? I tried today to do it with the demo of IB Loader from RT Soft (http://www.traderssoft.com/ts/ibl/)
but i received an empty ASCII-file. Take a look on my screenshot, their where expoting data but (0 ticks)! What do you have for experiences, downlaoding Historical Data from InteractiveBrokers?
Expanded Historical Data Queries
Since its introduction in API version 8.4 and TWS version 843.0 (client version 18 and server version 16, respectively), all socket-based API technologies, including the socket client library, ActiveX, and Java, have had the ability to extract historical data going back 24 hours for any valid contract or combo. This ability has been expanded in API Version 8.51 (client version 20) and TWS version 848 (server version 20) to allow queries of up to one week in duration, which can end at any date and time during the past six months . For this purpose, the reqIntradayData method has been renamed to reqHistoricalData(), which now sends a new version 3 of the message. The messages TWS sends in response to these queries have been renamed HISTORICAL_DATA messages, with their format unchanged. As has always been the case with API historical data queries, data is returned in bars of a nature very similar to the bars in TWS charts, with the final bar returned in response to any reqHistoricalData() request having a start time value of âfinished.â This allows an API application to know when its query has completed. Finally, it remains the case that only one request for historical data can be in process at any given time.
http://www.interactivebrokers.com/en/software/apiReleaseNotes/api_86.php
did someone test to downlaod Historical Data from InteractiveBrokers? I tried today to do it with the demo of IB Loader from RT Soft (http://www.traderssoft.com/ts/ibl/)
but i received an empty ASCII-file. Take a look on my screenshot, their where expoting data but (0 ticks)! What do you have for experiences, downlaoding Historical Data from InteractiveBrokers?
Expanded Historical Data Queries
Since its introduction in API version 8.4 and TWS version 843.0 (client version 18 and server version 16, respectively), all socket-based API technologies, including the socket client library, ActiveX, and Java, have had the ability to extract historical data going back 24 hours for any valid contract or combo. This ability has been expanded in API Version 8.51 (client version 20) and TWS version 848 (server version 20) to allow queries of up to one week in duration, which can end at any date and time during the past six months . For this purpose, the reqIntradayData method has been renamed to reqHistoricalData(), which now sends a new version 3 of the message. The messages TWS sends in response to these queries have been renamed HISTORICAL_DATA messages, with their format unchanged. As has always been the case with API historical data queries, data is returned in bars of a nature very similar to the bars in TWS charts, with the final bar returned in response to any reqHistoricalData() request having a start time value of âfinished.â This allows an API application to know when its query has completed. Finally, it remains the case that only one request for historical data can be in process at any given time.
http://www.interactivebrokers.com/en/software/apiReleaseNotes/api_86.php