A personal data project for having an overview of a stock's financials, trading data and also backtesting of RSI and Moving Average trading strategies. Just Enter stock ticker and other relevant parameters https://huggingface.co/spaces/Lianjd/stockDashboard
Running on local host:
clone the repo and run streamlit run app.py
Reminder: This a just a prototype. Hence, ensure stock ticker and other inputs are valid, as exception and error handling are both not very comprehensive. Also this app uses a free Yahoo Finance API to pull stock data. Hence, certain stocks in the APAC including Japan region will have missing financial information. US stocks have minimal issues with mising data.