Convert MOP to CHF
Macanese Pataca → Swiss Franc
1 MOP = 0.10252 CHF(1 CHF = 9.754193 MOP)
Currency converter
1 MOP =
0.10252 CHF
MOP to CHF: last 30 days
Over the last 30 days, 1 MOP traded between 0.099578 and 0.10252 CHF, averaging 0.10098 CHF. The MOP/CHF rate is up 2.93% since 2026-08-28.
- 30-day high
- 0.10252
- 2026-09-25
- 30-day low
- 0.099578
- 2026-08-30
- 30-day average
- 0.10098
- Days with data: 30
- 30-day change
- +2.93%
- since 2026-08-28
0.10252
0.0995782026-08-28 → 2026-09-26
| Date | 1 MOP in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.10252 | 0.00% |
| 2026-09-25 | 0.10252 | +0.05% |
| 2026-09-24 | 0.10247 | +0.60% |
| 2026-09-23 | 0.10185 | +0.43% |
| 2026-09-22 | 0.10142 | -0.23% |
| 2026-09-21 | 0.10165 | -0.52% |
| 2026-09-20 | 0.10218 | -0.00% |
| 2026-09-19 | 0.10218 | -0.01% |
| 2026-09-18 | 0.10219 | +0.15% |
| 2026-09-17 | 0.10203 | +0.65% |
| 2026-09-16 | 0.10137 | +0.10% |
| 2026-09-15 | 0.10127 | +0.20% |
| 2026-09-14 | 0.10107 | +0.14% |
| 2026-09-13 | 0.10092 | -0.00% |
| 2026-09-12 | 0.10093 | -0.02% |
| Date | 1 MOP in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.10094 | +0.40% |
| 2026-09-10 | 0.10054 | +0.62% |
| 2026-09-09 | 0.099915 | -0.57% |
| 2026-09-08 | 0.10049 | +0.26% |
| 2026-09-07 | 0.10022 | +0.02% |
| 2026-09-06 | 0.10021 | +0.00% |
| 2026-09-05 | 0.1002 | -0.00% |
| 2026-09-04 | 0.1002 | +0.11% |
| 2026-09-03 | 0.10009 | -0.69% |
| 2026-09-02 | 0.10078 | +0.40% |
| 2026-09-01 | 0.10038 | +0.24% |
| 2026-08-31 | 0.10014 | +0.56% |
| 2026-08-30 | 0.099578 | -0.02% |
| 2026-08-29 | 0.099598 | -0.00% |
| 2026-08-28 | 0.099599 | — |
MOP to CHF conversion table
1 MOP0.10252 CHF
5 MOP0.5126 CHF
10 MOP1.0252 CHF
25 MOP2.563 CHF
50 MOP5.126 CHF
100 MOP10.252 CHF
500 MOP51.26 CHF
1,000 MOP102.52 CHF
5,000 MOP512.6001 CHF
10,000 MOP1,025.2002 CHF
Get the MOP/CHF rate in your app
One GET request returns the latest MOP → CHF 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/MOP/CHF"fetch('https://rate-api.com/api/v1/pair/MOP/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MOP = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MOP/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MOP = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MOP/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MOP = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "MOP",
"to": "CHF"
},
"rate": 0.1025,
"timestamp": 1790432034,
"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
CHF to MOPSwiss Franc → Macanese Pataca9.7542Convert MOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.