This is a repository of the Portfolio Analysis Tool, which is designed to help people analyze stock performance. The app retrieves stock data from Yahoo!Finance API.
https://portfolio-analysis-tool.streamlit.app/
- Select the date range, add ticker symbols
- Hit visualize button
This plot visualizes the price (price + dividend if the option is enabled) change from the first day of the given range.
Correlation between given tickers
Efficient frontier plot with Sharpe Ratio by given tickers
Python, Streamlit