This web app includes 4 dashboards: ➡️ Go to web app
Imports charts from finviz.com with closing price in the last 6 months for the interested stocks. It gives an overview of the stock prices and trends.
- Analysis on daily returns, correlations, clustering of the selected stocks.
- Plots of stock patterns (SMA - Simple Moving Average, and Bollinger Bands).
- Risk Analysis using Monte Carlo simulations and Value at Risk. Raw data is imported from Yahoo Finance and then used for the analysis.
Imports raw data from Yahoo Finance and forecasts price for the selected stocks and time.
- Imports transaction history (using Paper Trading) from web broker (Alpaca) using API .
- Shows an overview of porforlio values, profit and lost.
- Portforlio breakdown by stock quantity and cost.
- This was developed for my personal use (using fixed API keys). For future, will improve it for other people use.