Canada 10-Year Yield (Monthly) was last reported at 3.68 percent as of August 1, 2026. That is up 3.60% from the prior reading of 3.55 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 3.68 |
| Jul 2026 | 3.55 |
| Jun 2026 | 3.39 |
| May 2026 | 3.54 |
| Apr 2026 | 3.52 |
| Mar 2026 | 3.44 |
| Feb 2026 | 3.29 |
| Jan 2026 | 3.40 |
| Dec 2025 | 3.39 |
| Nov 2025 | 3.17 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 3.13 |
| Sep 2025 | 3.22 |
| Aug 2025 | 3.42 |
| Jul 2025 | 3.48 |
| Jun 2025 | 3.31 |
| May 2025 | 3.22 |
| Apr 2025 | 3.11 |
| Mar 2025 | 3.01 |
| Feb 2025 | 3.06 |
| Jan 2025 | 3.29 |
Pull the full history of Canada 10-Year Yield (Monthly) into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=CAGOVT10Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CAGOVT10Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CAGOVT10Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();