Skip to content

sowmyagowri/Stock-Portfolio-Suggestion-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)