Stock Analysis App

less than 1 minute read

StockAnalysisApp

A stock analysis app with streamlit.
You select the ticker of the stock and the app makes a series of analysis by using the price chart, returns, ratios, fundamental metrics, quantitative metrics and outlier analysis.

 

Demo

 

StockAnalysisApp Demo

 

Requirements

Python 3.6 version or superior

 

How to run this demo

  1. cd to the directory where requirements.txt is located

  2. activate your virualenv

  3. run: pip install -r requirements.txt in your shell

git clone https://github.com/deepanshu20/data-science-project.git

 

cd into the project folder

 

‘path’>cd StockAnalysisApp


streamlit run app.py

 

Run online

https://essential-stock-analysis.herokuapp.com/

Updated: