Skip to content

CHF to MOP exchange rate API

Swiss Franc to Pataca · quoted 2026-09-25

9.7521

▼ +3.59% over YTD

1 CHF = 9.7521 MOP · 1 MOP = 0.10254 CHF · Get this rate via the API

1 CHF buys 9.7521 MOP as of 2026-09-25, so 1 MOP buys 0.10254 CHF. Over the year to date, CHF/MOP traded between 9.7521 and 10.4751, averaged 10.1510 and fell 3.59%. The API holds daily CHF/MOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/MOP over YTD

CHF/MOP over YTD: show the values
PointCHF/MOP
2025-12-3110.1154
2026-01-0710.0755
2026-01-1410.0306
2026-01-2110.1729
2026-01-2810.4702
2026-02-0410.3775
2026-02-1110.4751
2026-02-1810.4511
2026-02-2510.3991
2026-03-0410.3164
2026-03-1110.3354
2026-03-1810.2333
2026-03-2510.2082
2026-04-0110.1942
2026-04-0810.2389
2026-04-1510.3144
2026-04-2210.3280
2026-04-2910.2285
2026-05-0610.3375
2026-05-1410.3160
2026-05-2110.2322
2026-05-2910.3133
2026-06-0510.2358
2026-06-1410.1508
2026-06-219.9958
2026-06-289.9729
2026-07-0510.0562
2026-07-129.9804
2026-07-199.9926
2026-07-269.8864
2026-08-0210.0061
2026-08-0910.0033
2026-08-169.9394
2026-08-2410.0573
2026-08-319.9860
2026-09-079.9776
2026-09-149.8942
2026-09-219.8375

High

10.4751

Low

9.7521

Average

10.1510

For developers

Get this rate via the API

One GET request returns the CHF/MOP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MOP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/MOP API questions

How do I get the CHF/MOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/MOP rate in rates.MOP.

How far back does CHF/MOP historical data go?

Daily CHF/MOP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/MOP exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.