Stock Portfolio Roboadvisor aims to empower amateur investors to analyze individual stock performance compared to SP500 index (benchmark)
1. Activate python virtual environment with required modules
2. ensure constants.py contains a) correct path locations for source files; and b) valid database connection credentials
3. Run dashboard tool with command:
`python dashboard.py`
`python screen.py`
- Compares current portfolio to benchmark index performance over same period
- Provides near-live analysis of current ROI by stock
Install Stock Portfolio Roboadvisor with following steps (assumes Windows platform):
- create virtual environment in home directory (e.g. 'C:/Users/Duane/')
python -m venv finance1
- Activate virtual environment
C:/Users/Duane/finance1/Scripts/activate.ps1
- Install required modules
pip install -r requirements.txt
[Issue Tracker] (https://github.com/drinehart1/finance1/issues)
[Source Code] (https://github.com/drinehart1/finance1)
If you are having issues, please let me know. Duane Rinehart DRE Consulting - dreconsulting11[at]gmail.com
The project is licensed under the MIT license.