15-Year Fixed Mortgage Rate (Freddie Mac PMMS)

3
0
Updated:
Files:1
Size:43.6 kB
Formats:csv
License:CC-BY-4.0

Weekly 15-year fixed mortgage rate from Freddie Mac PMMS via FRED (MORTGAGE15US). CC BY 4.0, daily-refreshed mirror of calcfi.app.

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/calcfi/calcfi-15-year-fixed/
https://datahub.io/calcfi/calcfi-15-year-fixed/_r/-/README.md
https://datahub.io/calcfi/calcfi-15-year-fixed/_r/-/data.csv
https://datahub.io/calcfi/calcfi-15-year-fixed/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/calcfi/calcfi-15-year-fixed/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/calcfi/calcfi-15-year-fixed/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Files

Explore with AI

data

Download

Download CSV

About

Last updated
19 May 2026
Total rows
...
Format
CSV
File size
43.6 kB

About this dataset

15-Year Fixed Mortgage Rate

Weekly observations of 15-Year Fixed Mortgage Rate (15yr Fixed).

At a glance

FieldValue
Slug15-year-fixed
Categorymortgage-rates
Unitpercent
Cadenceweekly
SourceFreddie Mac via FRED (MORTGAGE15US)
Source series IDMORTGAGE15US
LicenseCC BY 4.0

Live data on CalcFi

Quick start

# Latest single value from the API
curl https://calcfi.app/api/rates/15-year-fixed

# Full history from this repo
curl https://raw.githubusercontent.com/jerehere/calcfi-open-data/main/datasets/15-year-fixed/data.csv
import pandas as pd
url = "https://raw.githubusercontent.com/jerehere/calcfi-open-data/main/datasets/15-year-fixed/data.csv"
df = pd.read_csv(url, parse_dates=["date"])
print(df.tail())

Source + provenance

This dataset mirrors Freddie Mac via FRED (MORTGAGE15US) (MORTGAGE15US). Primary source: Federal Reserve Economic Data (FRED).

Values are pulled daily by a GitHub Actions workflow (.github/workflows/refresh.yml) from CalcFi's read-only data API, which itself pulls from primary sources. No transformations or imputations are applied; values are passed through verbatim.

Citation

If you use this dataset, please cite:

CalcFi (2026). 15-Year Fixed Mortgage Rate dataset. https://calcfi.app/rates/history/15-year-fixed

License

CC BY 4.0 — attribution requested. The data itself is sourced from Federal Reserve Economic Data (FRED); consult their terms for any additional restrictions.