Convert MZN to AUD
Mozambican Metical → Australian Dollar
1 MZN = 0.0222723 AUD(1 AUD = 44.898732 MZN)
Currency converter
1 MZN =
0.022272 AUD
MZN to AUD: last 30 days
Over the last 30 days, 1 MZN traded between 0.021701 and 0.022296 AUD, averaging 0.021917 AUD. The MZN/AUD rate is up 2.34% since 2026-08-28.
- 30-day high
- 0.022296
- 2026-09-24
- 30-day low
- 0.021701
- 2026-09-09
- 30-day average
- 0.021917
- Days with data: 30
- 30-day change
- +2.34%
- since 2026-08-28
0.022296
0.0217012026-08-28 → 2026-09-26
| Date | 1 MZN in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.022272 | 0.00% |
| 2026-09-25 | 0.022272 | -0.11% |
| 2026-09-24 | 0.022296 | +0.57% |
| 2026-09-23 | 0.022169 | +0.58% |
| 2026-09-22 | 0.022042 | +0.41% |
| 2026-09-21 | 0.021952 | -0.14% |
| 2026-09-20 | 0.021984 | -0.09% |
| 2026-09-19 | 0.022003 | +0.12% |
| 2026-09-18 | 0.021976 | -0.30% |
| 2026-09-17 | 0.022043 | +0.40% |
| 2026-09-16 | 0.021955 | -0.20% |
| 2026-09-15 | 0.021999 | +0.09% |
| 2026-09-14 | 0.02198 | +0.55% |
| 2026-09-13 | 0.02186 | +0.08% |
| 2026-09-12 | 0.021841 | -0.00% |
| Date | 1 MZN in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.021842 | +0.16% |
| 2026-09-10 | 0.021808 | +0.49% |
| 2026-09-09 | 0.021701 | -0.08% |
| 2026-09-08 | 0.021719 | -0.00% |
| 2026-09-07 | 0.021719 | -0.09% |
| 2026-09-06 | 0.021738 | -0.06% |
| 2026-09-05 | 0.021753 | -0.01% |
| 2026-09-04 | 0.021755 | -0.18% |
| 2026-09-03 | 0.021795 | -0.60% |
| 2026-09-02 | 0.021927 | -0.06% |
| 2026-09-01 | 0.02194 | +0.27% |
| 2026-08-31 | 0.021881 | +0.58% |
| 2026-08-30 | 0.021756 | -0.10% |
| 2026-08-29 | 0.021778 | +0.07% |
| 2026-08-28 | 0.021763 | — |
MZN to AUD conversion table
1 MZN0.022272 AUD
5 MZN0.11136 AUD
10 MZN0.22272 AUD
25 MZN0.55681 AUD
50 MZN1.1136 AUD
100 MZN2.2272 AUD
500 MZN11.1362 AUD
1,000 MZN22.2723 AUD
5,000 MZN111.3617 AUD
10,000 MZN222.7234 AUD
Get the MZN/AUD rate in your app
One GET request returns the latest MZN → 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/MZN/AUD"fetch('https://rate-api.com/api/v1/pair/MZN/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MZN = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MZN/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MZN = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MZN/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MZN = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "MZN",
"to": "AUD"
},
"rate": 0.0223,
"timestamp": 1790437572,
"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 MZNAustralian Dollar → Mozambican Metical44.8987Convert MZN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.