td-ameritrade-client icon indicating copy to clipboard operation
td-ameritrade-client copied to clipboard

TD Ameritrade Java Client

Results 19 td-ameritrade-client issues
Sort by recently updated
recently updated
newest added

This PR includes couple of improvements: - ability to pass a http client to use. Useful for the cases when using library to work with multiple accounts (different refresh tokens),...

hi,i use your api,but i need reciving notice of order, so can you implement the stream api?

Hi, First of all, thanks for the package. It is simple to use and works great. Can you add streaming API assuming TD supports streaming? Streaming API allows - user...

In the class src/main/java/com/studerw/tda/model/account/OptionInstrument.java following line needs to be added @JsonInclude(JsonInclude.Include.NON_EMPTY) on line 18 to skip sending blank fields.

Hi All, I have submitted Trigger order (One triggers other Buy and Sell). My Buy order has been filled but my sell order has not been filled. I want to...

Hi, I am getting the following exception from getOptionChain() when I issued it today for OSTK. Could you please check this issue? I just tested with 2.4.0. If you cannot...

Is there a way to get the market hours? https://developer.tdameritrade.com/market-hours/apis

Leaves JSON property in place. Feel free to not merge this PR if this will cause serialization issues.

Immediately after calling client.placeOrder() a call to order.getStatus returns null. This is unexpected. Shouldn't it return a Status instance? The call to placeOrder() places an order and seems to work...

This PR contains just the modifications for the `Order` class. You'll see that the code is far more concise and it's easier to spot bugs. Would you please run your...