Skip to content

πŸš€ 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.

Notifications You must be signed in to change notification settings

ImaduddeenKhan/StockProjectStrainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

StockProjectStrainer

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.

πŸš€ Features

βœ… 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


πŸ› οΈ Tech Stack

  • Python 3.13+
  • Asyncio (Efficient async operations)
  • yfinance (Fetch stock data)
  • pydantic (Data validation)
  • pytest (Unit testing)

About

πŸš€ 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published