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
Requirements
Python 3.6 version or superior
How to run this demo
-
cd to the directory where requirements.txt is located
-
activate your virualenv
-
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