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

Include more parameters in list table #19

Closed
Nexuist opened this issue Dec 7, 2018 · 1 comment
Closed

Include more parameters in list table #19

Nexuist opened this issue Dec 7, 2018 · 1 comment

Comments

@Nexuist
Copy link

Nexuist commented Dec 7, 2018

Currently the list table includes symbol, current price, quantity, and total equity. It would be very useful if you could also include things like % change, today's return, and total return, as this helps me better gauge how well every pick is going. I'm not sure how difficult this would be, depending on if the data is included in the request you make, but I think it's worth putting it in.

I might be able to help with this if you'd like. I'd just need to know where I could find the data I'm looking for within the API.

Thanks!

@anilshanbhag
Copy link
Owner

Take a look at code around https://github.com/anilshanbhag/RobinhoodShell/blob/master/shell.py#L97
You can see all the data you need is likely there. Just add the necessary entries as additional columns.

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

No branches or pull requests

2 participants