Nine consecutive rate cuts. Two hundred and seventy-five basis points removed from policy in just sixteen months. The Bank of Canada completed one of the most aggressive easing cycles of any G10 central bank in living memory — and yet USD/CAD still sits near multi-year highs, the labour market remains slack, and the next BoC decision lands on April 29, 2026 against a backdrop of US tariff risk and a commodity price index that has been creeping lower for months.
本文将绘制央行利率周期的完整弧线,分解推动其决策的宏观指标,并确定到2026年剩余时间内需要关注的内容,包括FXMacroData终点,这些终点在单个API调用中显示所有关键信号.
Core Finding — April 2026
The Bank of Canada's overnight rate is at 2.25% — the lower bound of the Bank's own neutral range estimate — following nine cuts from the 5.00% peak. With inflation near target, GDP contracting, and a 200-bps rate disadvantage vs the Fed, the dominant CAD risk is external: how deeply US tariffs dent Canadian export demand and whether the BoC is forced to cut into the next cycle before the Fed has even started one.
From Emergency Rates to 5.00%: The 2022–2023 Tightening Cycle
Like most G10 central banks, the BoC entered 2022 with policy rates anchored near zero — a legacy of pandemic-era emergency stimulus. Canadian CPI peaked at 8.1% in June 2022, the highest since 1983, forcing the Bank to act with unusual speed. Between March 2022 and July 2023, it delivered ten consecutive rate increases, moving the overnight rate from 0.25% to 5.00% — a full 475 basis points in just 16 months.
The speed and size of the hiking cycle was unprecedented for Canada in the modern era. Two 75-basis-point moves (June and September 2022) marked a departure from the Bank's typical 25-bps pace. By the time it reached 5.00% in July 2023, the BoC held at that level for nearly a full year while it waited for inflation to return to the 2% target.
Bank of Canada Overnight Rate — 2021 to April 2026
全速率周期:疫情时代底线 → 一代人中增长最快的周期 → 连续九次降至中性范围. 来源: 美国加拿大政策_利率 通过FXMacroData.
您可以直接从FXMacroData中获取 BoC全夜间利率历史:
import requests
BASE = "https://fxmacrodata.com/api/v1"
KEY = "YOUR_API_KEY"
boc_rate = requests.get(
f"{BASE}/announcements/cad/policy_rate",
params={"api_key": KEY, "start": "2021-01-01"}
).json()["data"]
print(f"Current BoC rate : {boc_rate[0]['val']}% ({boc_rate[0]['date']})")
print(f"Next announcement: {boc_rate[0]['announcement_datetime']}")
The Great Easing: Nine Cuts in Sixteen Months
The Bank of Canada pivoted before virtually every other G10 central bank. With Canadian growth visibly slowing and inflation falling faster than expected, it began cutting in June 2024 — over three months before the US Federal Reserve made its first move. By October 2025, after nine consecutive reductions, the overnight rate sat at 2.25%.
BoC Easing Cycle — June 2024 to October 2025
| 时间 | 移动 | 后续收费率 | 关键驱动器 |
|---|---|---|---|
| Jun 5, 2024 | -25个基本分钟 | 4.75% | 通货膨胀回到了2%附近;增长放缓 |
| Jul 24, 2024 | -25个基本分钟 | 4.50% 的 | 劳动力市场放松;抵押贷款压力 |
| Sep 4, 2024 | -25个基本分钟 | 4,25% | 基本通胀指标趋于目标 |
| Oct 23, 2024 | -50 个基准 | 3.75% | 增长远低于潜在水平;大幅下降 |
| Dec 11, 2024 | -50 个基准 | 3,25% | 国内生产总值下降;失业率上升 |
| Jan 29, 2025 | -25个基本分钟 | 3,00% | 关税不确定性;速度放缓 |
| Mar 12, 2025 | -25个基本分钟 | 2.75% | 企业信心恶化 |
| Sep 3, 2025 | -25个基本分钟 | 2.50% 的 | 持续的疲软;低于趋势增长 |
| Oct 29, 2025 | -25个基本分钟 | 只有2.25% | 达到了中性下限;央行暂停 |
九次削减,在16个月内减轻了275个基准. 美国加拿大政策_利率 通过FXMacroData.
Two features of this cycle stand out. First, the Bank deployed two oversized 50 bps moves (October and December 2024) — the first time it had cut by that magnitude since the 2020 pandemic emergency. Second, the Bank explicitly flagged it had reached the "lower bound of its neutral range" in late 2025, signalling a pause rather than a full stop. Whether that pause holds through 2026 depends on the indicators below.
通货膨胀:双核心框架
加拿大2%的通胀目标是以CPI为标准,但加拿大央行特别关注两个主要措施: 价格指数-Trim (每月都会排除最波动的价格变动) 和 价格指数中位数 (CPI篮子的第50个百分位的价格变化). 它们共同构成央行"双核心"框架,是决定下一个利率走势是降息,持仓,还是下跌情景下上的主要决定因素.
Canadian Inflation — Headline CPI, CPI-Trim, CPI-Median (2022–2026)
这三项措施都趋于2%的目标. 核心措施比标题更粘,其持续到2025年是央行减速从50个百分点减至25个百度的关键原因. 消息来源: 美元通货膨胀没有人知道. 码的核心_通胀_切割没有人知道. 美国加拿大核心_通胀_中位数现在我们要做什么?
As of February 2026, headline CPI stood at 1.8% — below target — while the twin-core measures hovered just above 2.0%, confirming that underlying price pressures are contained rather than reigniting. For the BoC, this configuration is comfortable: inflation is not running away, and the Bank has room to ease further if growth disappoints. The risk is a commodity price spike — Canada remains highly exposed to energy through its BCPI index — which could quickly push headline inflation above core.
# Pull all three Canadian inflation measures
inflation = requests.get(f"{BASE}/announcements/cad/inflation", params={"api_key": KEY, "start": "2023-01-01"}).json()["data"]
cpi_trim = requests.get(f"{BASE}/announcements/cad/core_inflation_trim", params={"api_key": KEY, "start": "2023-01-01"}).json()["data"]
cpi_median = requests.get(f"{BASE}/announcements/cad/core_inflation_median", params={"api_key": KEY, "start": "2023-01-01"}).json()["data"]
print(f"Headline CPI : {inflation[0]['val']}% ({inflation[0]['date']})")
print(f"CPI-Trim : {cpi_trim[0]['val']}% ({cpi_trim[0]['date']})")
print(f"CPI-Median : {cpi_median[0]['val']}% ({cpi_median[0]['date']})")
劳动力市场:风险正在增加
Canada's employment backdrop has weakened significantly through the easing cycle. The unemployment rate, which troughed near 5.0% in 2023, climbed to around 6.7–6.8% by late 2025 — the highest since the pandemic recovery. Monthly employment changes have been volatile, with positive prints driven increasingly by part-time and public-sector hiring while private-sector full-time employment has remained flat or negative.
Canadian Employment Change & Unemployment Rate (2023–2026)
失业率从5.0%升到6.7%. 位质量不仅仅是数量,也是央行关注的. 来源: 美国工业大学没有人知道. 美国加拿大失业率现在我们要做什么?
劳动力市场疲软对央行政策是明确的.如果失业率继续上升,工资增长 (目前为3.5%左右) 开始停滞,央行将有更多的削减.反之,全职招聘的反弹将是一个的惊喜,使目前的2.25%停滞更加持久.
美元/加元和汇率差异
The most direct transmission channel from BoC policy to FX markets is the Canada-US interest rate differential. With the Bank of Canada at 2.25% and the US Federal Reserve holding at 4.25–4.50% through much of 2025 and into 2026, the spread sits around 200 basis points in the USD's favour — the widest sustained differential in a decade.
USD/CAD vs BoC–Fed Rate Differential (2022–2026)
随着央行大幅削减,而美联储持有,利率差异急剧扩大,紧跟CAD疲软.美元/CAD从2024年初的1.34升至2024年末的1.45. 美国加拿大政策_利率没有人知道. 美元政策利率现在我们要做什么?
现在为什么要区分
利率差异不会机械地移动货币,带来贸易流动和预期. 200个基点的央行-美联储差距是完全定价的.从这里可以移动美元/加元的,要么是美联儲转向削减 (CAD) 或是央行被迫再次削减已经松散的政策立场 (CAD下行).同时跟踪两家央行信号是USD/CAD的正确分析框架.
为了实时监控差异:
import requests
BASE = "https://fxmacrodata.com/api/v1"
KEY = "YOUR_API_KEY"
boc_rate = requests.get(f"{BASE}/announcements/cad/policy_rate", params={"api_key": KEY}).json()["data"][0]["val"]
fed_rate = requests.get(f"{BASE}/announcements/usd/policy_rate", params={"api_key": KEY}).json()["data"][0]["val"]
usdcad = requests.get(f"{BASE}/forex/usd/cad", params={"api_key": KEY}).json()["data"][0]["val"]
spread = fed_rate - boc_rate
print(f"BoC Rate : {boc_rate}%")
print(f"Fed Rate : {fed_rate}%")
print(f"Spread : +{spread:.2f}% (USD premium)")
print(f"USD/CAD : {usdcad}")
商品大象:BCPI和CAD
加拿大在G10经济体中是独一无二的,因为其货币与大宗商品价格密切相关.加拿大银行自己的大宗物价格指数 (BCPI) 是加拿大的出口大宗货物的贸易权重篮子是最好的实时指标之一.
能源占比指数的约一半.当WTI原油下跌时,BCPI下跌,加拿大的贸易平衡恶化,CAD通常会独立于利率政策而减弱.在2025年,由于需求不确定性和美国页岩产量上升的压力下,BCPI的能源外子指数也减弱,反映了木材,和基本金属的疲软.
BoC Commodity Price Index (BCPI) — Total, Energy, Ex-Energy (2022–2026)
能源占据了BCPI总值的主导地位,但2025年的能源消耗疲软率表明大宗商品需求疲软,对加拿大增长造成不利影响,对CAD造成次要压力. 美国加拿大商品_价格_指数没有人知道. 美国加拿大商品_价格_能源没有人知道. 美国加拿大商品_价格_ex_能源现在我们要做什么?
# Fetch the three BCPI series simultaneously
from concurrent.futures import ThreadPoolExecutor
def fetch(path):
return requests.get(f"{BASE}{path}", params={"api_key": KEY, "start": "2022-01-01"}).json()["data"]
with ThreadPoolExecutor(max_workers=3) as pool:
bcpi_total = pool.submit(fetch, "/announcements/cad/commodity_price_index").result()
bcpi_energy = pool.submit(fetch, "/announcements/cad/commodity_price_energy").result()
bcpi_ex_nrg = pool.submit(fetch, "/announcements/cad/commodity_price_ex_energy").result()
print(f"BCPI Total : {bcpi_total[0]['val']} ({bcpi_total[0]['date']})")
print(f"BCPI Energy : {bcpi_energy[0]['val']} ({bcpi_energy[0]['date']})")
print(f"BCPI Ex-Energy: {bcpi_ex_nrg[0]['val']} ({bcpi_ex_nrg[0]['date']})")
商业前景调查:央行前信号
美国银行在加拿大银行业务前景调查 (BOS) 中,每季度都会发布一次,这是该银行在政策审议中使用的密切关注的主要指标.调查余额预期更好的条件减去预期较差的公司的比例与未来GDP增长和就业密切相关.当BOS余额变得非常负面时,中国央行历来在一个到两个季度内降息.
截至2024年底和2025年,BOS余额保持在负值区域,这与美国关税风险和国内需求疲软相关的业务不确定性一致.BOS恢复到零或正值是央行保持利率或开始考虑下一个收紧周期的最明确绿灯之一.
央行业务前景调查余额 (2021年至2025年)
当央行银行余额严重负值时,在两个季度内就会出现削减,它在2023年中期再次在2024年底再次这样做. 中立方向的反弹是中央行退出宽松立场的必要先决条件. 美国CAD boc_business_outlook现在我们要做什么?
The April 29, 2026 Decision: What to Watch
加拿大银行下一次利率公告将于 April 29, 2026, alongside an updated Monetary Policy Report (MPR) containing the Bank's revised growth and inflation forecasts. At 2.25%, the overnight rate is at the lower end of neutral, and the BoC has emphasized that further moves will be data-dependent. Three things will drive the April decision:
📊 March CPI Print
Due mid-April. If headline stays below 2% and twin-core remains within 1.8–2.2%, the BoC has room to hold. A surprise above 2.5% changes the calculus.
💼 March Employment
进一步的失业率上升到7%将增加进一步削减的压力.
关税影响
美国对加拿大出口 (钢铁,,汽车) 的关税升级仍然是尾巴风险.
通过FXMacroData来监控三种信号的最有效的方式. 发布日程, 显示了每一个CAD指标的即将公布日期,预期值和之前的读数:
curl "https://fxmacrodata.com/api/v1/calendar/cad?api_key=YOUR_API_KEY"
{
"data": [
{
"indicator": "inflation",
"release_date": "2026-04-15",
"prior": 1.8,
"expected": 2.0,
"unit": "%YoY"
},
{
"indicator": "employment",
"release_date": "2026-04-11",
"prior": 32.4,
"expected": 25.0,
"unit": "Thousands"
},
{
"indicator": "policy_rate",
"release_date": "2026-04-29",
"prior": 2.25,
"expected": 2.25,
"unit": "%"
}
]
}
信号仪表板:所有CAD指标都在一个地方
FXMacroData涵盖了全套与加拿大银行相关的宏观指标超过45个CAD系列,从一夜间利率和双核心通胀到BCPI,商业展望调查,10年GoC债券收益率,贸易平衡和房地产开始.对于FX分析师构建系统的CAD视图,相关终点包括:
- 政策_利率 央行隔夜利率与第二级公告时间
- 通货膨胀 / 核心_通货胀_缩小 / 基础_通胀_中位数 标题CPI和双核心框架
- 工作/失业 月度劳动力调查数据
- 商品_价格_指数 /商品_價格_能源 /商品+价格+能源 基本面指数和子指数
- 公司的业务前景 季度BOS余额 (主要GDP指标)
- 国内生产总值 / GDP_季度 月度和季度GDP增长
- 美国政府债券2y / 美国国债10y 利率预期的国有收益率曲线
所有系列都具有一致的响应格式 date没有人知道. val,并在适用时 announcement_datetime 简化建立一个多指标信号框架:
import requests
import pandas as pd
BASE = "https://fxmacrodata.com/api/v1"
KEY = "YOUR_API_KEY"
INDICATORS = [
"policy_rate", "inflation", "core_inflation_trim",
"core_inflation_median", "unemployment", "employment",
"gdp", "boc_business_outlook", "commodity_price_index",
"gov_bond_2y", "gov_bond_10y",
]
snapshots = {}
for ind in INDICATORS:
data = requests.get(
f"{BASE}/announcements/cad/{ind}",
params={"api_key": KEY}
).json()["data"]
if data:
snapshots[ind] = data[0]["val"]
print(pd.Series(snapshots, name="Latest CAD Signals"))
Where Canada Stands in Q2 2026
The Bank of Canada has done the heavy lifting. Its overnight rate is at 2.25% — inside the neutral range — after the most aggressive G10 easing cycle of the post-pandemic era. Inflation is near target. The labour market is softer but not deteriorating rapidly. The primary uncertainty is external: how far US trade policy curtails Canadian export volumes, and whether a commodity price shock forces the Bank to choose between a weakening currency and a faltering growth outlook.
对于外汇交易者来说,分析框架很清楚:观察双核心通胀图 (CPI-Trim和CPI - Median) 作为主要的持有或削减波动因素,跟踪商品驱动的CAD流量BCPI,并季度监测BOS以了解业务状况.当这些信号一致时,通胀稳定,BCPI公司,BOS恢复,USD/CAD历史上已经发现近期上限.当它们分歧时,通胀下降,BCPI疲软,Bos恶化,进一步BoC宽松的压力,以及进一步的CAD疲软重新确定.