td-ameritrade-python-api
td-ameritrade-python-api copied to clipboard
get_transactions() issue
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 following error message. Also, I can get quotes with no problem but as soon as I am querying related to accounts I am hit the error.
Any suggestions, this is for a personal project but getting stuck due to this error. Please help..
Thanks
translist = td_client.get_transactions(account = 'ACCOUNTID',start_date = '2020-01-01',end_date = '2020-01-01',transaction_type='TRADE')
td.exceptions.NotNulError: { "error":"the query param being passed is not in the correct format" }