Compare Canadian
Mortgage Rates
Real-time mortgage rates from 18+ Canadian lenders. Access our powerful API to integrate rates into your website or application.
Supported Lenders
Compare rates from Canada's top financial institutions
Why Choose RateScout?
Everything you need to access Canadian mortgage rates
Secure API
Enterprise-grade security with API key authentication, domain whitelisting, and rate limiting.
Real-Time Data
Rates are updated regularly from official lender sources, ensuring you always have the latest information.
Easy Integration
Simple REST API with JSON responses. Works with any platform, language, or framework.
Simple API Integration
Get started in minutes with our easy-to-use REST API. Just make a simple HTTP request to get real-time mortgage rates.
- RESTful JSON API
- API Key Authentication
- Comprehensive Documentation
# Get mortgage rates from BMO
curl -X GET \
"https://api.ratescout.com/api/rates/bmo" \
-H "X-API-Key: your_api_key"
# Response
{
"lender": "BMO",
"rates": [
{ "term": "5-year fixed", "rate": 4.99 },
{ "term": "3-year fixed", "rate": 5.14 }
]
}
Ready to Get Started?
Create a free account and get your API key in seconds. Start integrating mortgage rates into your application today.