CHF to MOP exchange rate API
Swiss Franc to Pataca · quoted 2026-09-25
9.7521
▼ +3.12% over 1Y
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 last year, CHF/MOP traded between 9.7521 and 10.4688, averaged 10.1032 and fell 3.12%. 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 1Y: show the values
| Point | CHF/MOP |
|---|---|
| 2025-09-25 | 10.0664 |
| 2025-10-02 | 10.0754 |
| 2025-10-09 | 9.9957 |
| 2025-10-16 | 10.0270 |
| 2025-10-23 | 10.0321 |
| 2025-10-30 | 9.9595 |
| 2025-11-06 | 9.9136 |
| 2025-11-13 | 10.0601 |
| 2025-11-20 | 9.9353 |
| 2025-11-27 | 9.9407 |
| 2025-12-04 | 10.0114 |
| 2025-12-12 | 10.0761 |
| 2025-12-19 | 10.0748 |
| 2025-12-26 | 10.1522 |
| 2026-01-02 | 10.1169 |
| 2026-01-09 | 10.0341 |
| 2026-01-16 | 10.0192 |
| 2026-01-23 | 10.1653 |
| 2026-01-30 | 10.4663 |
| 2026-02-06 | 10.3422 |
| 2026-02-13 | 10.4688 |
| 2026-02-20 | 10.3704 |
| 2026-02-27 | 10.4475 |
| 2026-03-06 | 10.2969 |
| 2026-03-13 | 10.2409 |
| 2026-03-20 | 10.2513 |
| 2026-03-27 | 10.1206 |
| 2026-04-03 | 10.0909 |
| 2026-04-10 | 10.2137 |
| 2026-04-17 | 10.3015 |
| 2026-04-24 | 10.2730 |
| 2026-05-01 | 10.3317 |
| 2026-05-08 | 10.3945 |
| 2026-05-16 | 10.2473 |
| 2026-05-24 | 10.2979 |
| 2026-05-31 | 10.3305 |
| 2026-06-09 | 10.1463 |
| 2026-06-16 | 10.1403 |
| 2026-06-23 | 9.9713 |
| 2026-06-30 | 9.9786 |
| 2026-07-07 | 10.0196 |
| 2026-07-14 | 9.9477 |
| 2026-07-21 | 9.9593 |
| 2026-07-28 | 9.8522 |
| 2026-08-04 | 9.9815 |
| 2026-08-11 | 9.9730 |
| 2026-08-18 | 9.9434 |
| 2026-08-26 | 10.0473 |
| 2026-09-02 | 9.9224 |
| 2026-09-09 | 10.0084 |
| 2026-09-16 | 9.8650 |
| 2026-09-23 | 9.8176 |
High
10.4688
Low
9.7521
Average
10.1032
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.