You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
Discussed in #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"
}
The text was updated successfully, but these errors were encountered: