Some years ago I had taken a look at the C/C++ API of TD Ameritrade, but it looked too complicated.
Has the situation changed since then, the API become easier to use?
IIRC, the authentication part was IMO made too complicated: instead of using username (or acctnumber) and password they used something else (OAuth or something else). One wonders why make things unnecessarily so complicated... :-()
I now am in need for automation to update my offers (Bid, Ask) of my open orders in some time intervals (like every 10 minutes or so). Ie. not realtime. For this to function one of course needs to get the account data and the data of all positions, incl. open orders, as well get current quotes for all open positions and open orders. Then the feature to programmatically modify (update) a specific open order...
Is here anybody with experience of the TD API and could give some info to a newcomer to the TD API? Thx.
Has the situation changed since then, the API become easier to use?
IIRC, the authentication part was IMO made too complicated: instead of using username (or acctnumber) and password they used something else (OAuth or something else). One wonders why make things unnecessarily so complicated... :-()
I now am in need for automation to update my offers (Bid, Ask) of my open orders in some time intervals (like every 10 minutes or so). Ie. not realtime. For this to function one of course needs to get the account data and the data of all positions, incl. open orders, as well get current quotes for all open positions and open orders. Then the feature to programmatically modify (update) a specific open order...
Is here anybody with experience of the TD API and could give some info to a newcomer to the TD API? Thx.
Last edited:
. Docs at