drewipson / PyRobinhood

PyRobinhood is a simple tool to view your portfolio performance and analyze watchlists with the power of Python. The project relies on the robin_stocks module and a Robinhood account in order to use the code.
MIT License
0 stars 0 forks source link

What is the status of this script? How can it be used? #1

Open rbdl1 opened 4 years ago

drewipson commented 4 years ago

@rbdl1 The current status of the script is to allow the user to view your portfolio information. You can login and see a top-sheet overview of your portfolio. The data offered goes in this order: Ticker, Current Price per stock, average purchase price per stock, quantity, total equity, and then your return on investment as a percentage.

rbdl1 commented 4 years ago

Yes, but I still don't understand how one can actually run it? Maybe a README with instructions for running the program would be helpful.