Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 2.6 KB

README.md

File metadata and controls

40 lines (33 loc) · 2.6 KB

Stock Ticker Dashboard

For this project, my goal was to be able to fetch data from an API but I went a little further and tinkered with the data. I ended up creating a simple interactive dashboard.

I designed the stock dashboard with Streamlit to provide insights into stock data in a user-friendly manner. Users can select a date range to explore detailed pricing and volume data. The dashboard also calculates financial metrics such as annual return, standard deviations, and risk-adjusted returns. Additionally, it offers fundamental data on balance sheets, income statements, and cash flow statements for the stock being assessed. Furthermore, it keeps you updated with the latest news related to the stock, providing insights on sentiment.

The dashboard has a portfolio section where users can input their portfolio holdings and weights to assess portfolio metrics, correlations, and composition.

Also included are custom email alerts for me to receive a notification when a stock crosses above or below the long-term Exponential Moving Average.

In the project, I fetch data from:


Photo by Anna Nekrashevich from Pexels

Requirements

Python

Documents

Python Code

Python Libraries I used for the project:

Take a look at more of images of the dashboard here: Images