← Go Back
Yahoo Finance ETL Pipeline - Data Pipeline
The Yahoo Finance ETL script extracts financial data from Yahoo Finance's
API, transforms and cleans the data, and loads it into an PostgreSQL
database.
- The project’s tech stack includes Python, SQLite, Pandas, and the requests
library.
- The Logger module is also used to log all background processes running.
- The time_it function is a Python decorator that is applied to functions to log
the total time taken for their execution.