Skip to content
Discussion options

You must be logged in to vote

No. IBKR's TWS API documentation states it directly: "only top-level market data is supported via TWS RTD Server API. No trading capability or other data types are supported." (Source.)

To get account, position, and order data into Excel you can use IBKR's DDE bridge (full API functionality as of API v975) or ActiveX control — both older or more code-heavy paths — write your own middleware over the socket API, export files, or use a commercial RTD server. StreamXLS is one of those: it streams account, position, order, and market data through the same =RTD() mechanism the free sample uses for quotes. Comparison of all the paths: RTD vs DDE vs ActiveX.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by streamxls-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant