Stock Portfolio Suggestion Engine that uses techniques like growth investing, ethical investing, value investing, index investing and quality investing to suggest the best investment options.
Developed in python using Alpha Vantage API for real-time stock data.
- Python version 3.6 and pip are required
- Navigate to the project folder in cmd
- Install required dependencies using the command Pip install -r requirements.txt
- Run the application use the command python StockPortfolio.py and then open your preferred web browser and type localhost:3000
- Open StockPortfolio.py file
- Change '3000' to currently available port number in line 212 (app.run(debug=True, port=3000))
When Ethical Investing Strategy is selected
When both Ethical Investing Strategy and Growth Investing strategy are selected