-
Notifications
You must be signed in to change notification settings - Fork 467
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
Getting positions, historical portfolio value and trade in the IRA and Traditional IRA #469
Comments
So I figured to use get_open_stock_positions() instead of build_holdings() to retrieve positions in individual or IRA accounts. What I could not figure out are
The 2 functions below for these 2 tasks only do it for the regular individual account by default and do not allow to specify account number. |
I am also looking for robin.get_all_stock_orders() for IRA type accounts. |
Hi @henryzhangpku, it would be so great if you'd please consider helping with this request. I previously asked it on #366. Thanks! |
I see . The master branch might still lack some updates. My local branch though is working perfectly with IRA account (all functions are working). I will try to push those updates into this fork here https://github.com/henryzhangpku/systematic_hood and later MR to master. |
can we try this PR ? #471 |
Hi all, I have a traditional IRA and a Roth IRA under the same account as my regular brokerage account and I was wondering if there is a way I could specify the account number to my positions, historical portfolio value and trade in the IRA and Traditional IRA. Version 3.0.6 does the above only for the regular brokerage account not the IRAs. Thanks
The text was updated successfully, but these errors were encountered: