Convert CHF to MOP
Swiss Franc → Macanese Pataca
1 CHF = 9.754193 MOP(1 MOP = 0.10252 CHF)
Currency converter
1 CHF =
9.7542 MOP
CHF to MOP: last 30 days
Over the last 30 days, 1 CHF traded between 9.7542 and 10.0424 MOP, averaging 9.9036 MOP. The CHF/MOP rate is down 2.85% since 2026-08-28.
- 30-day high
- 10.0424
- 2026-08-30
- 30-day low
- 9.7542
- 2026-09-25
- 30-day average
- 9.9036
- Days with data: 30
- 30-day change
- -2.85%
- since 2026-08-28
10.0424
9.75422026-08-28 → 2026-09-26
| Date | 1 CHF in MOP | Daily change |
|---|---|---|
| 2026-09-26 | 9.7542 | 0.00% |
| 2026-09-25 | 9.7542 | -0.05% |
| 2026-09-24 | 9.759 | -0.60% |
| 2026-09-23 | 9.818 | -0.43% |
| 2026-09-22 | 9.8603 | +0.23% |
| 2026-09-21 | 9.8375 | +0.52% |
| 2026-09-20 | 9.7867 | +0.00% |
| 2026-09-19 | 9.7867 | +0.01% |
| 2026-09-18 | 9.7861 | -0.15% |
| 2026-09-17 | 9.8008 | -0.65% |
| 2026-09-16 | 9.8649 | -0.10% |
| 2026-09-15 | 9.8745 | -0.20% |
| 2026-09-14 | 9.8942 | -0.14% |
| 2026-09-13 | 9.9084 | +0.00% |
| 2026-09-12 | 9.9081 | +0.02% |
| Date | 1 CHF in MOP | Daily change |
|---|---|---|
| 2026-09-11 | 9.9066 | -0.40% |
| 2026-09-10 | 9.9467 | -0.62% |
| 2026-09-09 | 10.0085 | +0.57% |
| 2026-09-08 | 9.9514 | -0.26% |
| 2026-09-07 | 9.9776 | -0.02% |
| 2026-09-06 | 9.9794 | -0.00% |
| 2026-09-05 | 9.9798 | +0.00% |
| 2026-09-04 | 9.9796 | -0.11% |
| 2026-09-03 | 9.991 | +0.69% |
| 2026-09-02 | 9.9224 | -0.40% |
| 2026-09-01 | 9.9618 | -0.24% |
| 2026-08-31 | 9.986 | -0.56% |
| 2026-08-30 | 10.0424 | +0.02% |
| 2026-08-29 | 10.0403 | +0.00% |
| 2026-08-28 | 10.0403 | — |
CHF to MOP conversion table
1 CHF9.7542 MOP
5 CHF48.771 MOP
10 CHF97.5419 MOP
25 CHF243.8548 MOP
50 CHF487.7096 MOP
100 CHF975.4193 MOP
500 CHF4,877.0963 MOP
1,000 CHF9,754.1927 MOP
5,000 CHF48,770.963 MOP
10,000 CHF97,541.927 MOP
Get the CHF/MOP rate in your app
One GET request returns the latest CHF → MOP rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/MOP"fetch('https://rate-api.com/api/v1/pair/CHF/MOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} MOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/MOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} MOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/MOP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} MOP\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "MOP"
},
"rate": 9.7542,
"timestamp": 1790429267,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
MOP to CHFMacanese Pataca → Swiss Franc0.10252Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.