Convert AUD to MZN
Australian Dollar → Mozambican Metical
1 AUD = 44.898732 MZN(1 MZN = 0.0222723 AUD)
Currency converter
1 AUD =
44.8987 MZN
AUD to MZN: last 30 days
Over the last 30 days, 1 AUD traded between 44.8501 and 46.0805 MZN, averaging 45.6286 MZN. The AUD/MZN rate is down 2.29% since 2026-08-28.
- 30-day high
- 46.0805
- 2026-09-09
- 30-day low
- 44.8501
- 2026-09-24
- 30-day average
- 45.6286
- Days with data: 30
- 30-day change
- -2.29%
- since 2026-08-28
46.0805
44.85012026-08-28 → 2026-09-26
| Date | 1 AUD in MZN | Daily change |
|---|---|---|
| 2026-09-26 | 44.8987 | 0.00% |
| 2026-09-25 | 44.8987 | +0.11% |
| 2026-09-24 | 44.8501 | -0.57% |
| 2026-09-23 | 45.1074 | -0.57% |
| 2026-09-22 | 45.3676 | -0.41% |
| 2026-09-21 | 45.5532 | +0.15% |
| 2026-09-20 | 45.4872 | +0.09% |
| 2026-09-19 | 45.448 | -0.12% |
| 2026-09-18 | 45.504 | +0.30% |
| 2026-09-17 | 45.3662 | -0.40% |
| 2026-09-16 | 45.5477 | +0.20% |
| 2026-09-15 | 45.4559 | -0.09% |
| 2026-09-14 | 45.4954 | -0.55% |
| 2026-09-13 | 45.7466 | -0.08% |
| 2026-09-12 | 45.7852 | +0.00% |
| Date | 1 AUD in MZN | Daily change |
|---|---|---|
| 2026-09-11 | 45.7836 | -0.16% |
| 2026-09-10 | 45.8555 | -0.49% |
| 2026-09-09 | 46.0805 | +0.08% |
| 2026-09-08 | 46.0435 | +0.00% |
| 2026-09-07 | 46.0419 | +0.09% |
| 2026-09-06 | 46.0014 | +0.06% |
| 2026-09-05 | 45.9716 | +0.01% |
| 2026-09-04 | 45.9656 | +0.18% |
| 2026-09-03 | 45.8823 | +0.61% |
| 2026-09-02 | 45.6054 | +0.06% |
| 2026-09-01 | 45.5785 | -0.27% |
| 2026-08-31 | 45.7023 | -0.57% |
| 2026-08-30 | 45.9651 | +0.10% |
| 2026-08-29 | 45.9183 | -0.07% |
| 2026-08-28 | 45.9493 | — |
AUD to MZN conversion table
1 AUD44.8987 MZN
5 AUD224.4937 MZN
10 AUD448.9873 MZN
25 AUD1,122.4683 MZN
50 AUD2,244.9366 MZN
100 AUD4,489.8732 MZN
500 AUD22,449.366 MZN
1,000 AUD44,898.732 MZN
5,000 AUD224,493.66 MZN
10,000 AUD448,987.32 MZN
Get the AUD/MZN rate in your app
One GET request returns the latest AUD → MZN 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/AUD/MZN"fetch('https://rate-api.com/api/v1/pair/AUD/MZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} MZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/MZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} MZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/MZN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} MZN\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "MZN"
},
"rate": 44.8987,
"timestamp": 1790429359,
"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
MZN to AUDMozambican Metical → Australian Dollar0.022272Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.