@pipeworx/macau-amcm
Connect: https://gateway.pipeworx.io/macau-amcm/mcp · Install: one-click buttons
Tools: 2
Macau monetary data from AMCM, the Monetary Authority of Macao (Autoridade Monetária de Macau / 澳門金融管理局): daily interbank FX mid-rates for the Macau pataca (MOP) against ~17 currencies, and MONIA — the MOP Overnight Index Average, Macau’s overnight interbank reference rate.
Tools
macau_fx_rates({ begin?, end?, currency? })— dated MOP mid-rates per currency per Macau business day. Defaults to the last 7 days ending on the most recent published date;begin/endaccept YYYY-MM-DD (up to ~1 year per call),currencyfilters by comma-separated ISO codes (“USD,HKD,CNY”).macau_monia({ begin?, end? })— daily MONIA fixings in percent, same windowing.
Auth
Keyless. No registration, key or cookie — the endpoints are the same JSON API AMCM’s own rate pages load their tables from.
Data sources
https://www.amcm.gov.mo/api/v1.0/cms/financial_info?QueryType=ExchangeRate|Monia&Begin=YYYYMMDD&End=YYYYMMDDhttps://www.amcm.gov.mo/api/v1.0/cms/last_data_date?QueryType=...— most recent published date, used for the default window (publication skips weekends and Macau public holidays).
Traps for the next person
usdMeanis not a USD rate. Despite the name,usdMean/usdMeanValueis the MOP mid-rate perunitof each currency — the USD row itself reads ~8.08 (MOP per USD) and the HKD row ~1.03 (the MOP–HKD peg). Verified live 2026-09-07. This pack exposes it asmop_per_unit.- JPY and KRW are quoted per
unit= 100, everything else per 1. Read theunitfield before comparing across currencies. bidchanges meaning per row. It is a second quote in each currency’s own market convention: USD per unit for EUR/GBP/AUD/NZD, units per USD for JPY/CHF/SGD/SEK/NOK/etc., CNY per 100 USD, and USD/HKD on the USD row. Exposed asmarket_quotewith that caveat — usemop_per_unitfor anything MOP-denominated.- The FX list carries a
LIQrow withunit: 0— an AMCM liquidity indicator, not a currency. The FX tool filters it out. - An empty window is normal, not broken: AMCM publishes only on Macau
business days, so a weekend/holiday-only window returns zero rows. The
tools detect that, fetch
last_data_date, and return it in the response so a caller can re-ask with a real date. - The earlier china-vertical probe (fleet #1311) assumed AMCM was XLS-download-only; the JSON API above is what the site’s own pages use and needs no scraping.
Tools
- macau_fx_rates — Daily interbank mid exchange rates for the Macau pataca (MOP / 澳門元) against ~17 currencies (USD, HKD, CNY, EUR, GBP, JPY, KRW, SGD, TWD, AUD, CHF and more), from AMCM, the Monetary Authority of Macao
- macau_monia — MONIA — the MOP Overnight Index Average (澳門元隔夜平均指數), Macau’s overnight interbank reference rate in percent, published each Macau business day by AMCM, the Monetary Authority of Macao. The MOP equivale
Tools
-
macau_fx_rates— Daily interbank mid exchange rates for the Macau pataca (MOP / 澳門元) against ~17 currencies (USD, HKD, CNY, EUR, GBP, JPY, KRW, SGD, TWD, AUD, CHF and more), from AMCM, the Monetary Authority of Macao -
macau_monia— MONIA — the MOP Overnight Index Average (澳門元隔夜平均指數), Macau's overnight interbank reference rate in percent, published each Macau business day by AMCM, the Monetary Authority of Macao. The MOP equivale