-
Notifications
You must be signed in to change notification settings - Fork 604
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
Functions for monitoring holdings & watchlist #217
base: master
Are you sure you want to change the base?
Conversation
Hey @GoldenEye22 thanks for starting this PR, it seems you're stuck on the lint checks. To set them up locally check out this page on the docs: https://pyrh.readthedocs.io/en/latest/developers.html Let me know if something doesn't work, it's still definitely a WIP |
Yes not working, but I am new to this. Not high priority changes just putting them in for now. |
No worries, I'm still in the process of making the project more stable. I'll be looking into the orders API this / next week. |
No rush, glad to see some updates to this repo. been forked off since the mfa changes Robinhood made a year ago. Thanks! |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing this pull request automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one. |
Checklist
"{ISSUE_NUM}.{feature|bugfix|doc|removal|misc}""
Related Issue
Description
Adds some simple functions:
security_tick(): returns the stock symbol of of a given stock instrument for quick turn around for quote and fundamental date
Example:
securities = trader.securities_owned()
trader.security_tick(security['instrument'])
watchlists(): returns the current stock symbols in the watchlist in the Robinhood app.
Example:
watchlist = trader.watchlists()