@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/end accept YYYY-MM-DD (up to ~1 year per call), currency filters 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=YYYYMMDD
  • https://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

  • usdMean is not a USD rate. Despite the name, usdMean/usdMeanValue is the MOP mid-rate per unit of 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 as mop_per_unit.
  • JPY and KRW are quoted per unit = 100, everything else per 1. Read the unit field before comparing across currencies.
  • bid changes 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 as market_quote with that caveat — use mop_per_unit for anything MOP-denominated.
  • The FX list carries a LIQ row with unit: 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

Regenerated from source · build September 8, 2026