Live release feed
Release-timestamped macro data for FX backtests
Point-in-time history
USD 25/month
开始免费试用

Reference

Macro Education

The Monetary Authority of Singapore: Exchange Rate Policy and the SGD

与大多数央行不同,MAS通过汇率而不是利率来引导新加坡经济.本指南解释了S$NEER波段机制,追踪2022年五步收紧周期,并绘制了推动SGD定位的CPI,NEER,SORA和GDP信号.

其他语言版本 English
Share article X LinkedIn Email
The Monetary Authority of Singapore: Exchange Rate Policy and the SGD image

新加坡货币管理局 (MAS) 是世界上最不传统的主要央行之一.联邦储备银行,欧洲央行和英国央行调整短期利率以履行其任务,MAS几乎完全通过汇率来管理货币政策.新加坡美元名义有效汇率S$NEER不仅仅是MAS的计量表;它本身就是政策工具.

That structural difference makes the SGD fascinating to trade and analyse. There is no MAS "rate decision" in the conventional sense, no dot plot of future rate projections, and no press conference after each meeting. Instead, MAS releases a Monetary Policy Statement (MPS) twice a year — in January and July — in which it either widens, narrows, re-centres, or re-slopes the S$NEER band. Reading those three parameters is the whole game for SGD positioning.

本文描述了MAS汇率框架的运作方式,追踪了从2021年到2026年的全面收紧和放宽周期,并确定了推动MAS决策和SGD估值的宏观指标CPI通胀,贸易加权指数 (NEER),SORA,GDP和经常账户.

Core Finding — April 2026

After an unprecedented five tightening steps between October 2021 and October 2022, MAS began easing the S$NEER band in 2024. By early 2026, core inflation has normalised to approximately 1.5% YoY — within MAS's 1–3% comfort zone — and the policy band has returned to a modest appreciation slope. USD/SGD has retreated from its 2022 highs above 1.42 to around 1.30, consistent with a broadly supportive external environment and Singapore's durable current account surplus.

马斯货币政策实际运作方式

大多数央行通过设定一夜间银行间利率,拥有国内收益率曲线的短端.新加坡则做相反的事情:MAS定了国内收利率曲率的短边. 外部价值 的组成不公开,但主要由美元,人民币,欧元,人民元和日元主导.

根据三个参数定义的目标区间,MAS管理S$NEER:

三个MAS政策杆

  • 斜率:波段中点随时间升值或值的速度.正倾斜意味着MAS允许并目标逐渐的SGD升值.零倾斜表示中点平坦.
  • 宽度:在MAS介入之前,中点两边允许的百分比偏差.缩小波段表明政策意图更紧张;扩大它允许更多的波动.
  • 时间值是S$NEER中点重新固的水平.重新升值 (以占主导汇率为中心) 实际上是一次性升值,是MAS工具包中最具侵略性的收紧举措.

对于外汇交易者来说,实际结果是,美元/SGD不是以传统意义上的汇率差异决定的.相反,这是市场的实时评估S$NEER篮子需要交易的位置,以保持SG D在MAS的范围内.当美元在全球强时拉美元/ SG D上升MAS通过出售美元和购买SGd进行干预.SORA (新加坡夜间汇率平均值) 作为一个 后果 作为这些干预的原因.

汇率是通货膨胀的主要传输机制.更强的SGD降低了进口价格 (新加坡几乎进口所有食品和能源),因此MAS通过让或工程SG D升值来收紧.当经济放缓和通货紧缩时,MAS减轻了通货通货的倾斜率,使SGd被动值.

贸易权重指数S$NEER 2018年至2026年

由于MAS执行了五个连续的收紧步骤,S$NEER (以贸易加权指数代理) 在2022~2023年大幅上.2024年后的放宽阶段使指数稳定在高水平,随着全球风险需求的改善,在2025年出现适度的值压力.

交易加权指数系列可直接从 交易_权重_指数终点追踪每月发布的 NEER 时间标志与 MAS 发布时间标记一致.

The 2021–2023 Tightening Cycle: Five Steps in Eighteen Months

新加坡进入了流行病后的时期,其斜率为零,宽度为S$NEER.2010年代大部分时间内,核心通胀率远低于2%.MAS没有紧迫的紧缩.全球商品冲击和重新开放的潮流迅速发生变化.

By mid-2021, MAS's own forecasts were showing core CPI moving toward 3%. In October 2021, MAS moved for the first time since 2018 — a modest upward slope increase that barely moved markets. But the Ukraine war in early 2022 supercharged Singapore's import price index: energy, food, and semiconductor input costs all spiked simultaneously, an acute problem for an economy where virtually every consumable is imported.

马斯随后采取了非凡的举措, 离周期的 meeting in January 2022 — only the second such extraordinary review in its history — and re-centred the S$NEER band upward, effectively delivering a one-off SGD appreciation. This was followed by three further tightening steps in April, July, and October 2022, each steepening the slope and/or re-centring the band. By the end of 2022, the cumulative tightening had pushed the S$NEER to its highest level in over a decade.

Singapore Core CPI vs. Headline CPI — % YoY, 2019 to 2026

Headline CPI peaked above 8% in late 2022. Core inflation (which MAS monitors more closely) peaked around 5.5% and has since fallen back toward the 1–3% band that historically signals a neutral MAS stance. Note: MAS does not have a formal numeric inflation target — it targets price stability over the medium term.

您可以直接通过 汇率指数的收益率没有

import requests

BASE = "https://fxmacrodata.com/api/v1"
KEY  = "YOUR_API_KEY"

cpi = requests.get(
    f"{BASE}/announcements/sgd/inflation",
    params={"api_key": KEY, "start": "2019-01-01"}
).json()["data"]

print(f"Latest CPI: {cpi[0]['val']}% YoY as of {cpi[0]['date']}")
print(f"Announcement timestamp: {cpi[0]['announcement_datetime']}")

亚洲货币中SGD的独特地位

新加坡占据了全球供应链中几乎没有其他城市国家可以复制的节点.它同时是主要的再出口国,区域金融中心,半导体供应连锁的,也是世界上最大的燃料和液化天然气贸易中心之一.这种经济形象意味着SGD不是纯风险或风险外汇,比如AUD或JPY.

在广泛的美元强势时,美元/美元汇率通常升,但低于大多数亚洲同行.MAS积极管理S$NEER压缩了范围.在急性风险冲击期间 (2020年COVID抛售,2022年美联储走路冲击,2023年美国地区银行紧张局势),美元/SGD急剧扩大,但随着MAS信号显示该波段持有,SGd迅速反转.

对于相对价值交易者来说,有趣的比较是美元/SGD与美元/MYR和美元/ SGD和美元与CNY. 新加坡的强经常账户顺差及其在东南亚的安全港湾金融中心的作用意味着SGd在新兴市场的紧张时期往往优于其地区同行,但在高β度货币获得更多收益的广泛新兴经济体风险复苏期间表现不佳.

USD/SGD Spot Rate — 2018 to 2026

USD/SGD rose sharply in 2022 as global USD strength overwhelmed MAS tightening. The pair peaked above 1.42 in Q4 2022 and retreated through 2023–2025 as MAS held an appreciation-biased band and global USD pressure eased. By early 2026 the pair had retraced toward 1.29–1.31.

直接从FXMacroData外汇终点中抽取美元/SGD现货系列:

import requests

BASE = "https://fxmacrodata.com/api/v1"
KEY  = "YOUR_API_KEY"

fx = requests.get(
    f"{BASE}/forex/usd/sgd",
    params={"api_key": KEY, "start": "2020-01-01"}
).json()["data"]

latest = fx[0]
print(f"USD/SGD: {latest['val']:.4f} on {latest['date']}")

斯罗拉:新加坡无风险利率基准

由于汇率而不是利率是主要的政策杆,因此SORA (新加坡过夜利率平均率) 与美联储基金利率或欧洲央行存款利率相比起起作用.SORA是MAS管理的无担保过夜银行间SGD交易的量权重平均率.它取代了新加浦银行间报价率 (SIBOR) 作为2024年以后SG D贷款定价和衍生品的基准.

利率是指利的汇率,是指汇率的汇价,是利指数的汇值.SORA是由于MAS的外汇干预活动和全球美元条件而不是直接设定的.当MAS收紧利时,以销售美元来加强SGD,它将SG D流动性从银行系统中移除,对SORA施加上升压力.当 MAS放松时,反向发生.因此SORA往往与收紧/放宽周期相关,但有滞后性和比直接管理的利率更大的波动性.

在2020年至2026年间

随着全球上周期的出现,SORA幅 (部分原因是美元融资条件流入SGD银行间市场),并自此放缓.与美联储基金利率不同,SORAS不是MAS政策的直接目标,而是反映MAS外汇活动后果的市场清算利率.

索拉历史系列可通过 没有风险的汇率终点没有

curl "https://fxmacrodata.com/api/v1/announcements/sgd/risk_free_rate?api_key=YOUR_API_KEY&start=2020-01-01"
{
  "data": [
    {
      "date": "2026-01-01",
      "val": 3.12,
      "announcement_datetime": "2026-01-15T08:00:00+00:00"
    },
    {
      "date": "2025-07-01",
      "val": 3.45,
      "announcement_datetime": "2025-07-16T08:00:00+00:00"
    }
  ]
}

国内生产总值和开放经济转移

新加坡的GDP是世界上贸易密集程度最高的国家之一.贸易流量约为GDP的300%,经济的外部部门以国内消费为增长的驱动力.制造业,特别是半导体制造,化学品和精密工程,占GDP的约20%,非常敏感于全球电子需求周期.

新加坡GDP的两个主要周期性驱动因素是: (1) 美国半导体资本周期,直接为新加坡制造的芯片和化学前体的需求提供料; (2) 中国进口需求,这影响了新加浦的再出口中心功能和港口量.当两者同时呈阳性时,新加拿大的前期GDP打印可能会显著上升,而MAS将倾向于收紧.当这两者都令人失望时,如2023年半导件库存修正时,MAS放松.

新加坡GDP 亿美元,季度

新加坡的季度GDP反映了小规模,高度开放的经济的波动性. 2020年流行病的收缩率急剧,2021年2022年复苏速度同样快,2023年半导体下滑可视为2024年2025年复兴前的增长空气口袋.

新加坡的GDP数据可从 汇率数据的总体数据. The advance GDP estimate — published roughly two weeks after each quarter end — is the most market-moving of the three GDP releases and is what MAS pays closest attention to when calibrating the July MPS.

阅读MPS:需要注意什么

马斯的半年货币政策声明是SGD日历中的主要事件.该文件通常为两到三页,明确说明S$NEER波段的新倾斜,宽度和中心,没有模两可,没有未来会议的前性.这种透明度使解释变得简单,但也意味着整个市场同时达到相同的读数.

实际的信号层次结构是:

阅读MPS信号指南

  • 重新向上转向: the strongest tightening signal. MAS immediately moves the S$NEER to a higher level. USD/SGD typically falls 0.5–1.5% on the same session.
  • 斜坡坡美国美元/美元汇率逐渐下跌.
  • 降低斜率到零马斯放弃了升值偏见;美元/美元趋于侧向巩固.
  • 转向下方:最强的宽松步骤. 罕见最后在2020年流行病冲击期间使用.美元/美元汇急剧上.
  • 只有宽度变化:不常见; 信号显示波动率的宽容度发生变化,但没有方向偏差变化.

"不循环"的警告信号

If MAS calls an extraordinary meeting outside its normal January/July schedule, it signals that the macro shock is large enough that waiting for the scheduled MPS would cause an unacceptable misalignment between the S$NEER band and economic reality. Off-cycle meetings have historically been followed by moves at least as large as a standard slope steepening. The January 2022 off-cycle move — a full re-centring — is the strongest recent precedent. An off-cycle meeting is the single highest-conviction signal for a directional USD/SGD trade.

失业和劳动力市场动态

新加坡的失业率结构性低,在急性衰退期间,几乎没有超过3.5%.劳动力市场紧张,外国工作许可证持有人大量补充,并通过公平考虑框架和分阶段的外国工人税收受到政府积极管理.由于新加坡工资通胀相对于CPI趋于低调 (部分原因是进口商品占消费篮子的很大份额),因此失业数据主要作为国内需求条件的主要指标有用,而不是直接通货膨胀信号.

当居民失业率上升到或超过3%,这是可靠的指标,即新加坡的外部暴露正在恶化,半导体周期正在下降或区域贸易流动正在减弱.这种组合通常在下一个MPS之前的MAS停顿或斜率减少. 无业务部门失业数列 需要一个复合需求信号.

Singapore Macro Scorecard — April 2026

Radar view of Singapore's macro signal environment. Higher scores indicate conditions more consistent with an appreciation-biased MAS stance. The April 2026 snapshot reflects normalised inflation, stable growth, and modest external demand recovery as the primary drivers.

使用FXMacroData构建一个MAS手表堆

系统性SGD宏观分析最重要的五个指标均可通过FXMacroData的SGd终点家族获得.

import requests

BASE = "https://fxmacrodata.com/api/v1"
KEY  = "YOUR_API_KEY"

def get(path, start="2022-01-01"):
    r = requests.get(f"{BASE}{path}", params={"api_key": KEY, "start": start})
    r.raise_for_status()
    return r.json()["data"]

cpi        = get("/announcements/sgd/inflation")
neer       = get("/announcements/sgd/trade_weighted_index")
sora       = get("/announcements/sgd/risk_free_rate")
gdp        = get("/announcements/sgd/gdp_quarterly")
unemploy   = get("/announcements/sgd/unemployment")

latest_cpi  = cpi[0]["val"]
latest_neer = neer[0]["val"]
latest_sora = sora[0]["val"]

# Simple MAS stance signal
if latest_cpi > 3.0:
    mas_signal = "HAWKISH: CPI above 3% — expect slope steepening or re-centring at next MPS"
elif latest_cpi < 1.5:
    mas_signal = "DOVISH: CPI below 1.5% — slope reduction or even re-centring lower possible"
else:
    mas_signal = "NEUTRAL: CPI in 1.5–3% comfort zone — current band likely unchanged"

print(f"CPI: {latest_cpi:.1f}%  |  NEER Index: {latest_neer:.1f}  |  SORA: {latest_sora:.2f}%")
print(f"MAS Signal: {mas_signal}")
{
  "CPI": 1.5,
  "NEER_index": 104.2,
  "SORA": 3.12,
  "MAS_signal": "NEUTRAL: CPI in 1.5–3% comfort zone — current band likely unchanged"
}

下一个MPS可能带来的

By April 2026, Singapore's macro picture has largely normalised from the post-pandemic inflation episode. Core CPI has fallen back toward the 1.5% mark — below the mid-point of the 1–3% zone that MAS treats as a neutral signal. GDP growth is recovering moderately as the global electronics cycle turns up and Chinese demand stabilises. Unemployment remains low at approximately 2.1%.

The key risk factors that could shift the MAS stance at the July 2026 MPS are:

July 2026 MPS: Scenario Map

  • 基准情况 (60%): MAS holds slope, width, and centre unchanged. Core CPI stable at 1.5–2%, external demand recovering but not hot. USD/SGD drifts in the 1.29–1.33 range.
  • 子类 (25%): If CPI prints below 1% YoY in May–June or GDP misses significantly, MAS reduces slope to zero. USD/SGD initially spikes toward 1.35–1.37; partially offset by broader USD weakness.
  • 鱼病例 (15%): A renewed supply shock (energy spike, semiconductor cycle overshoot, CNY depreciation transmitting through import prices) re-accelerates CPI toward 3%+ by mid-year. MAS steepens the slope. USD/SGD falls back toward 1.26–1.28.

没有什么. 汇率数据发布日历 显示新加坡CPI,GDP和失业率公告日期, 允许交易者为每一个MPS前几周建立一个事件驱动的观看时间表.

尽管你不卖,但SGD值得看

汇率管理结构使其成为更广泛的亚洲外汇制度的有用指标.当MAS积极收紧2022年时,这表明亚洲决策者普遍接受更强的本地货币作为通货膨胀打击工具.这往往会降低对其他亚洲央行 (中国人民银行,马来西亚国家银行,印度尼西亚银行) 的压力,以积极降低利率来捍卫增长,因为它们的出口竞争力与新加坡相比没有受到侵蚀.相反,当MAs通过减少升值倾斜缓解时,它可以微妙地为其他区域央行开辟空间,以便缓解,而不会引发该地区的资本流出.

对于东欧经济体和亚洲的宏观战略家来说,MAS MPS 因此是一个区域性阅读,而不是仅仅是 SGD 特定事件.对于每个 MPS 发布,最有用的跨市场背景是:美元/SGD 与 JP Morgan 亚洲货币指数,美元/CNH 和美元/MYR同时观察 SGD 的动作是否具有特点或是更广泛的区域性重新定价的一部分.

Blogroll

AI Answer-Ready

Key Facts

Page
Mas Singapore Monetary Policy Sgd
Section
Articles
Canonical URL
https://fxmacrodata.com/zh/articles/mas-singapore-monetary-policy-sgd
Source
FXMacroData editorial and official publisher references
Last Updated
2026-06-15 11:06 UTC

Provenance And Trust

Cite the canonical URL and source field above. Where available, this page maps to official publisher releases and timestamped updates.

Quick Q&A

What is this page about? This page explains Mas Singapore Monetary Policy Sgd with directly usable context for trading, research, and API workflows.

What source should be cited? Use the canonical URL and the listed source field; cite official publisher references when available.

How fresh is this content? The last updated value above reflects the page metadata or latest available data timestamp.

Can this be used in AI assistants? Yes. This section is intentionally structured for retrieval and citation in chat assistants.

Prompt Packs

Use these in ChatGPT, Claude, Gemini, Mistral, Perplexity, or Grok for consistent source-aware outputs.