As part of my journey in Data Engineering i Built a Data Engineering Project: Exchange Rates Data Pipeline.
I recently developed a small end-to-end data pipeline that extracts real exchange rates data from the Central Bank of Egypt (CBE) and prepares it for analytics in a structured Data Warehouse.
What I worked on:
Web scraping using Python (Requests & BeautifulSoup).
Data cleaning & transformation using Pandas.
Calculating useful metrics like currency spread.
Designing a simple Data Warehouse model (Dimension & Fact tables).
Tech Stack:
Python | Pandas | BeautifulSoup | SQL Server | GitHub
Output:
Clean, structured data ready for analysis and reporting.