Canada Sovereign Bond Yields
CA ·Canadian Government Bonds ·CAD ·Americas ·13 maturities
Delayed reference yields for Canadian Government Bonds (2Y, 10Y, 30Y, and more). Latest / live yield requires API access.
Yields as of May 27, 2026 (previous month-end close — not live). Latest / live yield requires API access. · 2Y–10Y spread: 60.9 bps
Canada yield curve
All maturities for CA| Maturity | Yield (delayed) | Latest (API) |
|---|---|---|
| 1M | 2.260% | Unlock |
| 2M | 2.285% | Unlock |
| 3M | 2.295% | Unlock |
| 6M | 2.385% | Unlock |
| 1Y | 2.610% | Unlock |
| 2Y bench | 2.814% | Unlock |
| 3Y | 2.902% | Unlock |
| 4Y | 3.011% | Unlock |
| 5Y | 3.093% | Unlock |
| 7Y | 3.197% | Unlock |
| 10Y bench | 3.423% | Unlock |
| 20Y | 3.671% | Unlock |
| 30Y bench | 3.786% | Unlock |
Latest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current CA Canadas yields, spreads, and history.
What are Canada sovereign bonds?
Government of Canada bonds are the CAD risk-free curve, closely linked to Bank of Canada policy and North American rates. On Bonds API, ISO code CA identifies Canadian Government Bonds across available maturities.
This public page lists delayed reference yields as of May 27, 2026 (previous month-end close or the nearest prior trading day). The CA 10Y reference yield on that date was 3.42%. The 2Y–10Y spread was 60.9 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull Canada yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context CAD and policy backdrop from the Bank of Canada. Available tenors on the delayed curve include 1M, 2M, 3M, 6M, 1Y, 2Y, 3Y, 4Y, 5Y, 7Y, 10Y, 20Y, 30Y.
- Market
- Canadian Government Bonds
- Currency
- CAD
- Central bank
- Bank of Canada
- Also known as
- Canada bond yields, GoC bonds
API examples for CA
Use these endpoints to query Canadian Government Bonds with country=CA.
GET /latest
Docs →Most recent Canada bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=CA&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for CA.
curl "https://bonds-api.com/api/v1/curve?country=CA&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=CA&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"