Convert CAD to MOP
Canadian Dollar → Macanese Pataca
1 CAD = 5.712678 MOP(1 MOP = 0.175049 CAD)
Currency converter
1 CAD =
5.7127 MOP
CAD to MOP: last 30 days
Over the last 30 days, 1 CAD traded between 5.7127 and 5.8669 MOP, averaging 5.804 MOP. The CAD/MOP rate is down 1.99% since 2026-08-28.
- 30-day high
- 5.8669
- 2026-09-09
- 30-day low
- 5.7127
- 2026-09-25
- 30-day average
- 5.804
- Days with data: 30
- 30-day change
- -1.99%
- since 2026-08-28
5.8669
5.71272026-08-28 → 2026-09-26
| Date | 1 CAD in MOP | Daily change |
|---|---|---|
| 2026-09-26 | 5.7127 | 0.00% |
| 2026-09-25 | 5.7127 | -0.16% |
| 2026-09-24 | 5.7221 | -0.21% |
| 2026-09-23 | 5.7344 | -0.33% |
| 2026-09-22 | 5.7532 | -0.30% |
| 2026-09-21 | 5.7702 | +0.05% |
| 2026-09-20 | 5.7676 | +0.00% |
| 2026-09-19 | 5.7676 | +0.01% |
| 2026-09-18 | 5.7672 | -0.12% |
| 2026-09-17 | 5.7739 | -0.39% |
| 2026-09-16 | 5.7964 | -0.13% |
| 2026-09-15 | 5.804 | -0.23% |
| 2026-09-14 | 5.8172 | -0.21% |
| 2026-09-13 | 5.8294 | +0.00% |
| 2026-09-12 | 5.8292 | +0.02% |
| Date | 1 CAD in MOP | Daily change |
|---|---|---|
| 2026-09-11 | 5.8283 | -0.30% |
| 2026-09-10 | 5.8458 | -0.36% |
| 2026-09-09 | 5.8669 | +0.29% |
| 2026-09-08 | 5.8499 | +0.13% |
| 2026-09-07 | 5.8425 | -0.16% |
| 2026-09-06 | 5.852 | -0.00% |
| 2026-09-05 | 5.8522 | +0.00% |
| 2026-09-04 | 5.8521 | -0.07% |
| 2026-09-03 | 5.8564 | +0.97% |
| 2026-09-02 | 5.8 | -0.24% |
| 2026-09-01 | 5.8139 | -0.01% |
| 2026-08-31 | 5.8146 | -0.26% |
| 2026-08-30 | 5.8299 | +0.02% |
| 2026-08-29 | 5.8287 | +0.00% |
| 2026-08-28 | 5.8286 | — |
CAD to MOP conversion table
1 CAD5.7127 MOP
5 CAD28.5634 MOP
10 CAD57.1268 MOP
25 CAD142.8169 MOP
50 CAD285.6339 MOP
100 CAD571.2678 MOP
500 CAD2,856.3387 MOP
1,000 CAD5,712.6775 MOP
5,000 CAD28,563.387 MOP
10,000 CAD57,126.775 MOP
Get the CAD/MOP rate in your app
One GET request returns the latest CAD → 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/CAD/MOP"fetch('https://rate-api.com/api/v1/pair/CAD/MOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} MOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/MOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} MOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/MOP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} MOP\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "MOP"
},
"rate": 5.7127,
"timestamp": 1790447428,
"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 CADMacanese Pataca → Canadian Dollar0.17505Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.