US 30-Year Fixed Mortgage Rate

A small data pipeline: public FRED data, cleaned with pandas, rendered as a static page.

Current Rate
1 Year Ago
All-Time Low
All-Time High

How this works: fetch_and_build.py pulls the public MORTGAGE30US series from FRED (no API key required), cleans it with pandas, computes the stats above, and writes a static data.json that this page reads — no backend, no live API calls at page load.