Mortgage Rates API
Access real-time and historical U.S. mortgage rate data from the Freddie Mac PMMS survey. 30-year fixed, 15-year fixed, and 5/1 ARM—updated weekly, delivered as JSON.
Mortgage rate data in three steps
Create an API Key
Sign up for a free Lambda Finance account and generate your API key. No credit card required.
Make API Requests
Send GET requests with your API key in the X-API-Key header. All responses return JSON.
Build Your App
Integrate mortgage rate data into your fintech app, dashboard, or analysis pipeline.
Get current rates in one call
A single request returns the latest rates for all mortgage types with week-over-week and year-over-year changes.
curl -X GET "https://api.lambdafinance.io/v1/api/mortgage-rates" \
-H "X-API-Key: YOUR_API_KEY"{
"status": "success",
"data": [
{
"rate_type": "30Y_FIXED",
"rate": 6.65,
"wow_change": -0.04,
"yoy_change": -0.24,
"survey_date": "2026-02-06"
},
{
"rate_type": "15Y_FIXED",
"rate": 5.89,
"wow_change": -0.02,
"yoy_change": -0.31,
"survey_date": "2026-02-06"
},
{
"rate_type": "5_1_ARM",
"rate": 6.12,
"wow_change": 0.01,
"yoy_change": -0.18,
"survey_date": "2026-02-06"
}
]
}6 endpoints for mortgage rate analysis
Current rates, historical data, comparisons, spreads, and statistical summaries—all from a single base URL.
Current weekly rates for 30-year fixed, 15-year fixed, and 5/1 ARM from the Freddie Mac PMMS survey.
Latest rate for a specific mortgage type with week-over-week and year-over-year changes.
Historical mortgage rate data with configurable date ranges and rate type filtering.
Side-by-side comparison of all mortgage types with spread analysis and trend direction.
Rate spreads between mortgage types, including 30Y-15Y and 30Y-ARM differentials.
Statistical summary including min, max, mean, median, and percentile rankings for any rate type.
Trusted, institutional-grade data
Freddie Mac PMMS
Data sourced from the Primary Mortgage Market Survey, the most widely referenced benchmark for U.S. mortgage rates since 1971.
Weekly Updates
New rate data published every Thursday and automatically ingested into our system. Background monitors ensure data stays current.
FRED API Backed
Delivered through the Federal Reserve Bank of St. Louis FRED database, ensuring reliability and accuracy for financial applications.
Start free. Scale when you need to.
Prototype and explore financial data
- 100 requests per month
- Stock metrics, news & quotes
- Financial statements (last 2 years)
- Stock screening (50 results)
- 1 API key
- No credit card required
Production-grade financial, housing & macro data
- 500 requests per day
- Full statement history (uncapped)
- Earnings calls & vertical analysis
- Housing, mortgage & macro data
- Options, COT & energy data
- Excel add-in (full access)
- 2 API keys · Commercial use
Proprietary data, AI tools & exclusive insights
- 5,000 requests/day · 200/min
- Congressional trading data
- Bubble risk & affordability indices
- SEC insider trading & KPI extraction
- Crypto derivatives & exchange flow
- MCP server access (AI integration)
- 5 API keys · Priority support
Unlimited access, SLA & dedicated support
- Unlimited requests
- Everything in Alpha
- Unlimited API keys
- Custom rate limits & SLA
- White-label & bulk data export
- Dedicated account manager
Frequently asked questions
Ready to integrate mortgage rate data?
Get your free API key and start pulling live rates in under a minute.