-
Notifications
You must be signed in to change notification settings - Fork 475
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
anyone experienced rh.get_all_open_option_orders(account_number=acct)
is very slow? e.g. ~2 minutes
#507
Comments
@mw66 Yes, I was having this issue and have resolved it. The problem is that it's requesting the entire list of transactions for the account. I've started a fork that solves this issue by letting you send a start datetime for how far back to request records, and I will post the update tomorrow. |
@noLeash Thanks for the information and the fork, can you make a PR and contribute back to the original repo? |
@noLeash hey, just wanted to comment a thanks for your fix on this. |
Hi,
Just wonder if anyone experienced
rh.get_all_open_option_orders(account_number=acct)
is very slow? e.g. ~2 minutesIs this a server problem, or anything we can improve it on the client side code?
Thanks.
The text was updated successfully, but these errors were encountered: