当通货膨胀在一个国家比在一个贸易伙伴更高时,高通货币几乎总是在中期内失去地位.直觉很简单:价格上的购买力更快地侵蚀,汇率最终反映出这种差异.但根据货币对,时间,规模和哪些通货通胀措施要观察都很不同.欧元/美元跟踪欧洲央行与美联储的PCE差异;AUD/USD在RBA削减平均读数与美国核心上旋转;美元/CAD是由加拿大银行的三核框架与美聯储的首选指标塑造的.
本文将通货膨胀差值框架映射到三个主要交叉的每个部分,解释哪些特定指标驱动央行反应,并展示如何通过FXMacroData API进行编程抽取和比较相关序列.
核心框架:三个对,三个差异
欧元/美元 追踪欧洲央行HICP消费和能源差距与美国核心PCE,这两个指标是每个央行正式目标. 澳元/美元 两者都消除了供应驱动的波动性,同时也反映了需求压力. 美元/CAD 美国核心CPI与加拿大银行CPITrim和CPI中位数的平均值之间的差异.
为什么通货膨胀差异会影响汇率
理论基础是购买力平价 (PPP):从长远来看,如果A国价格水平比B国提高得更快,那么A国货币应该值,使商品的实际成本平衡.实际上,汇率不断超出和低于PPP,受到携带流量,风险情绪和短期资本配置的推动.但通胀差距仍然是最强大的中期杆之一,特别是通过其对央行政策的影响.
转移机制有两个阶段.首先,持续的正通胀差 (国内通胀高于合作伙伴通胀) 向本国央行发出信号,表明利率需要保持较高的时间或进一步上.其次,政策利率差异随后吸引资本进入较高利率的货币,推动升值.外汇走势主要不是关于价格直接平衡;而是关于通胀分差引发的利率反应.
这意味着通货膨胀差异最易交易的版本不是原始的CPI差距, 政策相关性 核心通胀差距 每个央行实际响应的措施.这就是为什么欧元/美元交易者关注欧洲央行高加值指数 (HICP) 食品能源比美联储的低加值,而不是头条比头条.
通货膨胀差值框架 信号给外汇结果
Illustrative: when the home country's core inflation runs above the partner's, the central bank response (higher rates) drives capital inflows and currency appreciation. The relationship is strongest 3–9 months after the differential peaks.
欧元/美元:欧洲央行与美联储通胀差异
欧洲央行的目标是按HICP指标的通胀率"低于但接近2%",HICPs除食品和能源外作为需求驱动的价格压力的主要内部指标.美联储正式将PCE通胀目标设定为2%,核心PCE (不包括食品和能量) 为其首选的基本指标
The 2021–2023 inflation surge exposed this dynamic in sharp relief. European energy costs spiked more dramatically than in the US, pushing euro-area headline CPI far above core. The ECB lagged the Fed's hiking cycle by roughly twelve months — partly because policymakers initially attributed the surge to energy supply shocks rather than entrenched demand. By the time both banks were hiking in earnest through 2022–2023, core PCE had been running persistently above ECB's core HICP, biasing the differential toward the dollar. EUR/USD spent much of 2022 below parity, reaching 0.9525 in September 2022.
As both central banks entered their easing cycles in 2024–2025, the differential began compressing. The ECB moved first and faster on cuts — justified by sharper disinflation in the euro area. The Fed held rates higher through Q1 2026, maintaining a positive US-minus-eurozone differential that sustained a broadly stronger dollar. The key forward indicator for a sustainable EUR/USD recovery is not just ECB pause signals — it is evidence that ECB core HICP is converging back toward or above US core PCE.
欧元/美元:基本通胀差比与汇率
ECB core HICP ex-food-energy minus US core PCE (left axis, blue). EUR/USD rate (right axis, amber). A positive differential — European core above US core — is historically associated with a stronger euro. Illustrative values approximating 2022–2026 dynamics.
为了抽出两个序列并使用FXMacroData API计算EUR/USD通胀差异:
import requests
BASE = "https://fxmacrodata.com/api/v1"
KEY = "YOUR_API_KEY"
def fetch(currency: str, indicator: str, start: str = "2022-01-01") -> list[dict]:
r = requests.get(
f"{BASE}/announcements/{currency}/{indicator}",
params={"api_key": KEY, "start": start}
)
r.raise_for_status()
return r.json()["data"]
# ECB core (HICP ex food and energy)
eur_core = fetch("eur", "core_inflation")
# Fed core PCE
usd_core_pce = fetch("usd", "core_pce")
print("ECB core HICP (latest):", eur_core[0]["val"], "% as of", eur_core[0]["date"])
print("US core PCE (latest):", usd_core_pce[0]["val"], "% as of", usd_core_pce[0]["date"])
# Differential: positive = EUR inflation above USD → historically EUR-positive
diff = eur_core[0]["val"] - usd_core_pce[0]["val"]
print(f"\nEUR-USD core inflation differential: {diff:+.2f}%")
print("Signal:", "EUR-positive" if diff > 0 else "USD-positive" if diff < 0 else "Neutral")
欧元通货膨胀套件的API文档: 欧元/核心通货膨胀对于美国PCE家庭: 没有任何信息.现在我们要做什么?
欧元/美元通货膨胀差异 交易员指南
- 欧元势信号: 欧元/美元区间的突破向上.
- 欧元下行信号: 欧洲央行核心HICP继续下跌,而美国核心PCE保持在2.5%以上,证实美联储保持,欧洲央行的进一步削减.
- 确认触发: 观察欧洲央行工作人员在季度新闻发布会上的预测 对核心路径的修订,比单个数据打印更有动力.
- 延迟观看: 汇率影响通常在差异转移后2~4个月,反映了降息价格在OIS中重新定价的时间.
澳元/美元:RBA缩减平均值与美联储核心PCE
澳大利亚对通货膨胀的测量方法在统计上是独特的.澳大利亞储备银行不排除预先定义的类别,而是追踪缩平均通货胀,这是一个分布式措施,每季度都会消除最极端的价格动力 (分销重量中上下15%).结果是一个更适应的基础措施,自动调整任何在任何特定时期波动的因素.
美联储首选的对应核心PCE使用不同的方法 (链权重和服务重组成),但具有相同的概念目的:捕捉需求驱动的价格压力而不是供应冲击.
Australia reports its trimmed-mean series quarterly, which means major CPI releases (typically in late January, late April, late July, and late October) are treated as high-impact events by AUD traders. A trimmed-mean print significantly above the RBA's 2–3% target band while US core PCE is cooling creates a positive differential that forces markets to price out near-term RBA cuts — and in many cases to price in the possibility of further tightening. Both of these effects are AUD-positive.
澳元/美元:缩减平均值与核心PCE差异
RBA trimmed mean (quarterly, blue) vs US core PCE (monthly, amber). Differential shaded green. When trimmed mean exceeds core PCE, RBA policy diverges hawkish relative to the Fed — historically associated with AUD strength. Illustrative values approximating 2022–2026 dynamics.
由于澳大利亚每季度报告CPI,美国每月报告PCE,因此数据频率不匹配对于事件驱动的交易者而不是一个问题:季度AUDCPI打印与美国月度打印相比具有不成比例的影响,四个年度发布日期创造了可预测的高波动窗口.
import requests
import pandas as pd
BASE = "https://fxmacrodata.com/api/v1"
KEY = "YOUR_API_KEY"
def fetch(currency: str, indicator: str, start: str = "2022-01-01") -> pd.DataFrame:
r = requests.get(
f"{BASE}/announcements/{currency}/{indicator}",
params={"api_key": KEY, "start": start}
)
r.raise_for_status()
df = pd.DataFrame(r.json()["data"])
df["date"] = pd.to_datetime(df["date"])
return df.set_index("date").sort_index()
# RBA trimmed mean (quarterly)
aud_trim = fetch("aud", "trimmed_mean_inflation")
# US core PCE (monthly, converted to quarterly average for comparison)
usd_pce = fetch("usd", "core_pce")
usd_pce_q = usd_pce["val"].resample("QE").last()
print("RBA Trimmed Mean (latest):", aud_trim["val"].iloc[-1], "% as of", aud_trim.index[-1].date())
print("US Core PCE (latest):", usd_pce["val"].iloc[-1], "% as of", usd_pce.index[-1].date())
diff = aud_trim["val"].iloc[-1] - usd_pce["val"].iloc[-1]
print(f"\nAUD-USD inflation differential: {diff:+.2f}%")
print("Signal:", "AUD-positive" if diff > 0 else "USD-positive")
查看AUD通胀终点指标的完整内容 预测价格的增长率对于月度CPI指标 (季度刊物间发布): 报告的内容包括:现在我们要做什么?
澳元/美元通货膨胀差异 交易员指南
- 势的AUD信号: 削减平均值保持在3%以上,而美国核心经济增长率下降到2% RBA暂停,美联储削减. 历史上推动了多月的澳元升值.
- 欧元指数下跌: 缩的平均值下降到或低于2.5%,而美联储保持稳定. 储备银行被迫削减更激进. 关注AUD/USD0.63以下的突破.
- 影响力较大日历日期: Q1 CPI (late April), Q2 CPI (late July), Q3 CPI (late October), Q4 CPI (late January). Mark these as AUD volatility windows.
- 月度CPI指标: 季度性打印之间发布每月削减估计.低于共识的打印可以预示季度下行,提供早期定位.
美元/加拿大加元:加拿大的银行三核心与美联储核心CPI
加拿大在G10央行中运行最复杂的核心通胀框架.加拿大央行正式监测三个同时的核心措施:CPI-Trim (修饰极端,类似于澳大利亚的方法),CPI中位数 (分布的第50百分位数的价格变化) 和CPI普通 (跟踪各类价格的变化).加拿大的央行运营指南是CPITrim和CPI中间值的平均值.
对于美元/加元,政策相关差异是本央行核心平均值和美国核心CPI之间的差距.当加拿大核心价格高于美国核心值时,央行面临更持续的国内通胀压力,并且与美联储相比更不能够积极削减保持加元对美元的支持.
石油价格道增加了美元/加元对比的独特复杂性.加拿大是商品出口国;较高的石油价位食加拿大的贸易条件,能源部门的企业收益和政府财政收入.这产生了WTI价格和CAD之间的积极相关性,可以部分抵消或放大纯通胀差异信号.实际上,当通胀区别和石油价值都朝 CAD (加拿大人核心,加拿人核心) 的有利方向发展时,美元/CAD下跌可能是急剧的.当它们冲突时,油下跌但加拿加核心粘,这对可以变得范围限制.
美元/加元:央行核心平均值与美国核心CPI差异
BoC preferred core (Trim/Median average, blue) vs US core CPI (amber). Differential shaded. Positive differential (Canadian core above US core) is historically associated with CAD strength — i.e., lower USD/CAD. Illustrative values approximating 2022–2026 dynamics.
import requests
BASE = "https://fxmacrodata.com/api/v1"
KEY = "YOUR_API_KEY"
def latest(currency: str, indicator: str) -> float:
r = requests.get(
f"{BASE}/announcements/{currency}/{indicator}",
params={"api_key": KEY}
)
r.raise_for_status()
return r.json()["data"][0]["val"]
# Bank of Canada core measures
cad_trim = latest("cad", "core_inflation_trim")
cad_median = latest("cad", "core_inflation_median")
boc_core = (cad_trim + cad_median) / 2 # BoC preferred composite
# US core CPI
usd_core_cpi = latest("usd", "core_inflation")
print(f"BoC CPI-Trim : {cad_trim:.2f}%")
print(f"BoC CPI-Median : {cad_median:.2f}%")
print(f"BoC Core Average: {boc_core:.2f}%")
print(f"US Core CPI : {usd_core_cpi:.2f}%")
diff = boc_core - usd_core_cpi
print(f"\nCAD-USD core differential: {diff:+.2f}%")
print("Signal:", "CAD-positive (USD/CAD bearish)" if diff > 0 else "USD-positive (USD/CAD bullish)")
完整的CAD核心指标文档: 没有任何其他数据.没有人知道. 价格格变化,价格变化的情况现在我们要做什么?
美元/加元通货膨胀差异 交易员指南
- CAD (美元/CAD下跌): 央行核心平均值高于美国核心CPI+WTI上. 两种道都有利于CAD. 寻找美元/CAD支持破裂低于1.35
- 美国跌: BoC core declining below US core + oil falling. Double pressure on CAD. USD/CAD tends to spike toward 1.40–1.42.
- 差距观察: 当央行核心和石油在相反的方向移动时,该货币对可以向侧趋势,对区间策略有用.
- 首席执行官会议反应: 由于市场预计将出现下降,而中国央行意外持仓,尤其是CPITrim和CPI中位数均高于3%,是最强大的短期CAD催化剂.
交叉对比:三种分别
随着美国美元的增长,美国的通货膨胀率将会下降,而美国的市场将会出现较低的增速. 随时跟踪所有三个通货通胀差异,就能提供美国美元与主要贸易伙伴的交叉资产图像.
现在的读数与美元
图示雷达图:每个轴代表了三个货币对的通货膨胀差异与美元.正值 (中心外) 表示外汇面临的通胀压力高于美国 历史上与外汇强势相关.分析框架的说明值.
下面的片段将五个通货膨胀序列都放在一个块中,并产生一个比较表:
import requests, json
BASE = "https://fxmacrodata.com/api/v1"
KEY = "YOUR_API_KEY"
series = {
"EUR core HICP" : ("eur", "core_inflation"),
"AUD trimmed mean": ("aud", "trimmed_mean_inflation"),
"CAD Trim" : ("cad", "core_inflation_trim"),
"CAD Median" : ("cad", "core_inflation_median"),
"USD core PCE" : ("usd", "core_pce"),
"USD core CPI" : ("usd", "core_inflation"),
}
readings = {}
for label, (ccy, ind) in series.items():
r = requests.get(f"{BASE}/announcements/{ccy}/{ind}", params={"api_key": KEY})
d = r.json()["data"][0]
readings[label] = {"val": d["val"], "date": d["date"]}
print(f"{label:25s} {d['val']:5.2f}% ({d['date']})")
boc_core = (readings["CAD Trim"]["val"] + readings["CAD Median"]["val"]) / 2
usd_pce = readings["USD core PCE"]["val"]
usd_cpi = readings["USD core CPI"]["val"]
print("\n--- Differentials ---")
print(f"EUR/USD ECB core minus Fed PCE : {readings['EUR core HICP']['val'] - usd_pce:+.2f}%")
print(f"AUD/USD Trim mean minus Fed PCE: {readings['AUD trimmed mean']['val'] - usd_pce:+.2f}%")
print(f"USD/CAD BoC avg minus US core : {boc_core - usd_cpi:+.2f}%")
实践框架:从差异论文到贸易论文
The inflation differential is a medium-term input, not a short-term trigger. It typically takes 3–9 months for a shift in the core-inflation spread to fully propagate through central bank guidance, OIS pricing, and eventually spot FX. The practical workflow for integrating this into a trade thesis runs through four steps.
步骤1 确定当前差异方向. 查询最新的数据并计算分布. 家庭核心是否高于或低于合作伙伴? 在过去的三个季度中,趋势是否扩大或收窄?
步骤2 绘制与央行政策立场的差异. 扩大正差 (主核心高于合作伙伴核心) 通常迫使主央行持有或上,而合作伙伴朝着宽松迈进.最强大的设置是当差距扩大,而央行沟通尚未充分反映这一点时.
步骤3 检查释放日程确认催化剂. 使用 发布日程 为了确定每种货币的下一个通货膨胀打印是什么时候. 例如,即将到来的AUD季度CPI是一个已知的二进制事件,其中热切割平均读数将立即加速差异信号.
步骤4 确定无效点. 供应冲击或地缘政治事件占主导地位时,差异框架会崩.如果由于国内干旱推动食品价格的平均升,澳元缩,那么这是供应驱动的,央行将通过它差异信号暂时不可靠.与能源价格,商品指数和PPI进行交叉检查,以区分需求驱动和供应推动的通胀动作.
指向精度 波动 差异信号强度
Illustrative: approximate directional hit rate when the core inflation differential points in one direction for three or more consecutive quarters. Strongest for EUR/USD and AUD/USD where both central banks have clear core-inflation mandates. USD/CAD is noisier due to the oil price channel. Based on historical analysis of 2010–2025 periods.
通过将其与发布日程集成到 发布日程 并且在FX仪表板上 仪表板提供了系统的方法来监测哪个三个通货膨胀差异在完全定价之前正在转移并定位到所产生的外汇趋势.