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

Functions for monitoring holdings & watchlist #217

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GoldenEye22
Copy link

@GoldenEye22 GoldenEye22 commented Mar 24, 2020

Checklist

  • Added tests for changed code.
  • Updated documentation for changed code.
  • I've added a news fragment of my changes with the name,
    "{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()

@adithyabsk
Copy link
Member

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

@GoldenEye22
Copy link
Author

Yes not working, but I am new to this. Not high priority changes just putting them in for now.

@adithyabsk
Copy link
Member

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.

@GoldenEye22
Copy link
Author

GoldenEye22 commented Mar 24, 2020

No rush, glad to see some updates to this repo. been forked off since the mfa changes Robinhood made a year ago. Thanks!

@stale
Copy link

stale bot commented Jun 11, 2020

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.

@stale stale bot added the stale label Jun 11, 2020
@stale
Copy link

stale bot commented Jun 18, 2020

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.

@stale stale bot closed this Jun 18, 2020
@adithyabsk adithyabsk added roadmap and removed stale labels Jun 18, 2020
@adithyabsk adithyabsk reopened this Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants