tdameritrade icon indicating copy to clipboard operation
tdameritrade copied to clipboard

Python interface to TD Ameritrade (https://developer.tdameritrade.com)

Results 25 tdameritrade issues
Sort by recently updated
recently updated
newest added

Every call I make works except the one for place trade. I am using the old jupyter notebook has anything changed about how I should execute the auth or how...

**Describe the bug** Calling optionsDF with a strategy parameter throws an error, KeyError: 'tradeTimeInLong', because the 'Strategy' parameter returns a JSON object of potential trades matching that strategy. **To Reproduce**...

Looks like taxLotMethod should be part of the JSON response from orders() but I don't see it coming through.

I am having difficulties in creating an OCO leg order where one is a limit and the other is a stop limit. The ```create_equity_order_leg``` does not accept order type and...

question

I got a KeyError when trying to pull options. Looks like the 504 response status code is not included in codes in handle_error_response.

bug
backlog

Two issues: 1. optionsDF throws obscure KeyError exception about 'tradeTimeInLong' when it has no options to return. 2. IPV is an optionable ticker, but client.options('IPV') returns no options c.optionsDF('IPV') ---------------------------------------------------------------------------...

bug
backlog

Overall this code has been great to use and super helpful. I am trying to create a STOP order. I took the tda_build_limit_stock_order() sample, which works great for buy_limit and...

question