get_transactions() issue #218
Unanswered
KrishVenkatesh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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"
}
Beta Was this translation helpful? Give feedback.
All reactions