##### PROJECT
# Equity Analysis
> [!abstract] Programming Language(s): Python
> URL(s): [Github Repository](https://github.com/Sahil-Pattni/Equity-Analysis)
This is a StreamLit web-app I developed that retrieves the fundamental financial information for any publicly traded US company. More specifically, it displays:
- The current market price per share in USD ($).
- The market capitalization of the company, in USD ($).
- The price-to-equity (P/E) ratio.
- The dividend yield.
- The latest income statement.
- The latest balance sheet.
- A candlestick chart displaying the historical share price data.
The data is retrieved via the [AlphaVantage](https://www.alphavantage.co) API.
---
##### Example Screenshot: AAPL
![[Pasted image 20250213173607.png]]