sowmyagowri / Stock-Portfolio-Suggestion-Engine

A group project for CMPE285 at SJSU in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock-Portfolio-Suggestion-Engine

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.

Steps to run the application:

  • 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

How can I change port, if port 3000 is occupied?

  • Open StockPortfolio.py file
  • Change '3000' to currently available port number in line 212 (app.run(debug=True, port=3000))

2019-05-17 (3)

2019-05-17 (4)

When Ethical Investing Strategy is selected

2019-05-17 (2)

When both Ethical Investing Strategy and Growth Investing strategy are selected

2019-05-17 (5)

About

A group project for CMPE285 at SJSU in Python


Languages

Language:CSS 76.6%Language:HTML 18.4%Language:Python 5.0%