td-ameritrade-python-api
td-ameritrade-python-api copied to clipboard
Unofficial Python API client library for TD Ameritrade. This library allows for easy access of the Standard API and allows users to build data pipelines for the Streaming API.
Hi all I know it has to be me, but I cant find out what I did wrong! Can anybody point me in the right direction please ? Thanks in...
Some of the symbols with dots (e.g. BRK.B or MOG.A vs $VIX.X) are not returned in response during streaming. These same symbols work with quotes, history, and other non streaming...
Hello, Thanks for the excellent api. I have a question regarding the usage. Here is my requirement: TSLA is currently trading at 1008. I would like to buy TSLA 010122...
Per [docs](https://developer.tdameritrade.com/account-access/apis/get/accounts/%7BaccountId%7D/orders-0): ` "status": "'AWAITING_PARENT_ORDER' or 'AWAITING_CONDITION' or 'AWAITING_MANUAL_REVIEW' or 'ACCEPTED' or 'AWAITING_UR_OUT' or 'PENDING_ACTIVATION' or 'QUEUED' or 'WORKING' or 'REJECTED' or 'PENDING_CANCEL' or 'CANCELED' or 'PENDING_REPLACE' or 'REPLACED' or...
I am integrating with a db and we are storing some credentials in there for the calls. But the path doesn't take a dict.
There are two errors I discovered in client.py 1. **create_watchlist** function I needed to change the _make_request call, previously it was using PUT and data=payload, this was throwing strange errors....
I have had issues with pip corrupting conda environments, because it uninstalls newer versions of packages and installs older ones, thereby breaking current versions of important layered products like pandas....
hi :) May i know if there's any reason the response return [] even if there's watch list inside the account? thanks!
### Discussed in https://github.com/areed1192/td-ameritrade-python-api/discussions/218 Originally posted by **KrishVenkatesh** October 23, 2021 Hello: I am trying to get transactions for a certain range for my Account, but keep on getting the...