8000 StockAnalysisApp/README.md at master · antonio-catalano/StockAnalysisApp · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

57 lines (33 loc) · 1.08 KB

StockAnalysisApp

A stock analysis app with streamlit.
You select the ticker of the stock and the app makes a 389A 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/antonio-catalano/StockAnalysisApp.git

 

cd into the project folder

 

'path'>cd StockAnalysisApp


streamlit run app.py

 

Run online

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

0