FinTech · Streamlit · Data Visualization

Stock Price Tracker

Python Streamlit yfinance Pandas Bokeh
Stock Price Tracker App

Project Overview

A real-time stock market data tracker built with Python, Streamlit, and the yfinance library. Users can look up any publicly traded company by ticker symbol and instantly see historical price trends, closing prices, and trading volume visualized in interactive charts.

Key Features

What I Learned

This project taught me how to work with financial market APIs and time-series data. Using yfinance as a data source provided a realistic introduction to working with live financial data — including handling date formatting, OHLCV data structure, and rendering time-series charts effectively for end users.