Python2023
Crypto Data Automation
Automated Python pipeline that fetches real-time data for 80+ cryptocurrency pairs via yfinance and stores it in a PostgreSQL database — scheduled to run daily.

About this project
Covers 80+ cryptocurrency pairs (BTC, ETH, XRP, ADA, DOGE, and more). For each pair, the script retrieves market cap, trading volume, open/close prices, and stores them in a structured PostgreSQL database via psycopg2. Scheduled via Windows Task Scheduler for daily runs — ensuring investors always have fresh, queryable data without manual intervention. Logging captures success/failure for every run.