Convert MOP to AUD
Macanese Pataca → Australian Dollar
1 MOP = 0.176059 AUD(1 AUD = 5.679923 MOP)
Currency converter
1 MOP =
0.17606 AUD
MOP to AUD: last 30 days
Over the last 30 days, 1 MOP traded between 0.17135 and 0.17618 AUD, averaging 0.17319 AUD. The MOP/AUD rate is up 2.29% since 2026-08-28.
- 30-day high
- 0.17618
- 2026-09-24
- 30-day low
- 0.17135
- 2026-09-09
- 30-day average
- 0.17319
- Days with data: 30
- 30-day change
- +2.29%
- since 2026-08-28
0.17618
0.171352026-08-28 → 2026-09-26
| Date | 1 MOP in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.17606 | 0.00% |
| 2026-09-25 | 0.17606 | -0.07% |
| 2026-09-24 | 0.17618 | +0.59% |
| 2026-09-23 | 0.17514 | +0.62% |
| 2026-09-22 | 0.17407 | +0.40% |
| 2026-09-21 | 0.17338 | -0.25% |
| 2026-09-20 | 0.17382 | -0.00% |
| 2026-09-19 | 0.17382 | -0.01% |
| 2026-09-18 | 0.17383 | -0.08% |
| 2026-09-17 | 0.17396 | +0.24% |
| 2026-09-16 | 0.17354 | -0.10% |
| 2026-09-15 | 0.17371 | +0.05% |
| 2026-09-14 | 0.17363 | +0.60% |
| 2026-09-13 | 0.17258 | -0.00% |
| 2026-09-12 | 0.17259 | -0.02% |
| Date | 1 MOP in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.17262 | +0.17% |
| 2026-09-10 | 0.17233 | +0.57% |
| 2026-09-09 | 0.17135 | -0.17% |
| 2026-09-08 | 0.17164 | -0.02% |
| 2026-09-07 | 0.17167 | -0.13% |
| 2026-09-06 | 0.1719 | +0.00% |
| 2026-09-05 | 0.17189 | -0.00% |
| 2026-09-04 | 0.17189 | -0.13% |
| 2026-09-03 | 0.17212 | -0.64% |
| 2026-09-02 | 0.17323 | -0.11% |
| 2026-09-01 | 0.17343 | +0.28% |
| 2026-08-31 | 0.17293 | +0.49% |
| 2026-08-30 | 0.17209 | -0.02% |
| 2026-08-29 | 0.17212 | -0.00% |
| 2026-08-28 | 0.17212 | — |
MOP to AUD conversion table
1 MOP0.17606 AUD
5 MOP0.88029 AUD
10 MOP1.7606 AUD
25 MOP4.4015 AUD
50 MOP8.8029 AUD
100 MOP17.6059 AUD
500 MOP88.0294 AUD
1,000 MOP176.0587 AUD
5,000 MOP880.2936 AUD
10,000 MOP1,760.5873 AUD
Get the MOP/AUD rate in your app
One GET request returns the latest MOP → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/MOP/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MOP = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MOP/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MOP = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MOP/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "MOP",
"to": "AUD"
},
"rate": 0.1761,
"timestamp": 1790435049,
"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
AUD to MOPAustralian Dollar → Macanese Pataca5.6799Convert MOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.