A Python + Streamlit app that tracks live stock data from yfinance for personal portfolio analysis. Stocks included: IDFC First Bank, TATAGOLD, TATA Steel, NHPC
- Live data fetched from yfinance
- Daily price tracking
- Return calculator
- Interactive display via Streamlit in the browser
Python, Pandas, Streamlit, yfinance
- Clone the repo
- Install dependencies:
pip install -r requirements.txt - Run:
streamlit run app.py