Real-Time Stock Market Analytics Pipeline
Automated ETL pipeline tracking daily price data for 2,392+ NSE-listed tickers via the yFinance API, storing historical data in PostgreSQL with automated GitHub Actions workflows.
- Built an automated ETL pipeline tracking daily price data for 2,392+ NSE-listed tickers via the yFinance API
- Designed and integrated a PostgreSQL database using SQLAlchemy to store and query historical stock price data
- Automated scheduled data collection using GitHub Actions, removing the need for manual pipeline runs
- Performed data cleaning and transformation with Pandas to prepare datasets for downstream analytics
- Implemented logging and error handling to improve pipeline reliability and simplify debugging