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

Implement crypto.get_open_crypto_positions method #333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mm0
Copy link

@mm0 mm0 commented Nov 25, 2021

There is currently no way to get only open crypto positions.

Stocks have robinhood.account.get_open_stock_positions()
Options have robinhod.options.get_open_option_positions(),

However, robinhood.crypto only has method get_crypto_positions() which returns results without any quantity held.

There is currently no way to get only open crypto positions. Stocks have `robinhood.account.get_open_stock_positions()`, options have `robinhod.options.get_open_option_positions()`, however, `robinhood.crypto` only has method `get_crypto_positions()` which returns results without any quantity held.
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

Successfully merging this pull request may close these issues.

None yet

1 participant