Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_transactions() issue #219

Open
KrishVenkatesh opened this issue Oct 25, 2021 Discussed in #218 · 0 comments
Open

get_transactions() issue #219

KrishVenkatesh opened this issue Oct 25, 2021 Discussed in #218 · 0 comments

Comments

@KrishVenkatesh
Copy link

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"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant