Stock Price Monitoring & Alert System A real-time stock price monitoring system that fetches data from Yahoo Finance, caches it in memory, and triggers alerts based on price thresholds. Built using Python, Asyncio, and YFinance API.
β
Fetches real-time stock prices using Yahoo Finance API
β
In-memory caching (No Redis required) for better performance
β
Supports custom price alerts (above/below threshold)
β
Uses async programming for fast concurrent processing
β
Fully unit-tested with pytest
- Python 3.13+
- Asyncio (Efficient async operations)
- yfinance (Fetch stock data)
- pydantic (Data validation)
- pytest (Unit testing)