Convert EUR to MZN
Euro → Mozambican Metical
1 EUR = 72.825743 MZN(1 MZN = 0.0137314 EUR)
Currency converter
1 EUR =
72.8257 MZN
EUR to MZN: last 30 days
Over the last 30 days, 1 EUR traded between 72.5541 and 74.3832 MZN, averaging 73.7172 MZN. The EUR/MZN rate is down 2.06% since 2026-08-28.
- 30-day high
- 74.3832
- 2026-08-30
- 30-day low
- 72.5541
- 2026-09-24
- 30-day average
- 73.7172
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
74.3832
72.55412026-08-28 → 2026-09-26
| Date | 1 EUR in MZN | Daily change |
|---|---|---|
| 2026-09-26 | 72.8257 | 0.00% |
| 2026-09-25 | 72.8257 | +0.37% |
| 2026-09-24 | 72.5541 | -0.38% |
| 2026-09-23 | 72.8305 | -0.42% |
| 2026-09-22 | 73.1399 | -0.26% |
| 2026-09-21 | 73.3293 | +0.16% |
| 2026-09-20 | 73.2142 | +0.09% |
| 2026-09-19 | 73.1512 | -0.12% |
| 2026-09-18 | 73.2413 | +0.03% |
| 2026-09-17 | 73.2162 | -0.63% |
| 2026-09-16 | 73.6778 | +0.09% |
| 2026-09-15 | 73.6101 | -0.13% |
| 2026-09-14 | 73.7088 | -0.30% |
| 2026-09-13 | 73.9341 | -0.08% |
| 2026-09-12 | 73.9963 | +0.00% |
| Date | 1 EUR in MZN | Daily change |
|---|---|---|
| 2026-09-11 | 73.9938 | -0.19% |
| 2026-09-10 | 74.1354 | -0.24% |
| 2026-09-09 | 74.3166 | +0.26% |
| 2026-09-08 | 74.1216 | -0.06% |
| 2026-09-07 | 74.1698 | -0.06% |
| 2026-09-06 | 74.2168 | +0.06% |
| 2026-09-05 | 74.1687 | +0.01% |
| 2026-09-04 | 74.159 | +0.10% |
| 2026-09-03 | 74.0867 | +0.29% |
| 2026-09-02 | 73.875 | -0.13% |
| 2026-09-01 | 73.9718 | -0.04% |
| 2026-08-31 | 73.9985 | -0.52% |
| 2026-08-30 | 74.3832 | +0.10% |
| 2026-08-29 | 74.3073 | -0.07% |
| 2026-08-28 | 74.3574 | — |
EUR to MZN conversion table
1 EUR72.8257 MZN
5 EUR364.1287 MZN
10 EUR728.2574 MZN
25 EUR1,820.6436 MZN
50 EUR3,641.2871 MZN
100 EUR7,282.5743 MZN
500 EUR36,412.871 MZN
1,000 EUR72,825.743 MZN
5,000 EUR364,128.71 MZN
10,000 EUR728,257.43 MZN
Get the EUR/MZN rate in your app
One GET request returns the latest EUR → 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/EUR/MZN"fetch('https://rate-api.com/api/v1/pair/EUR/MZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} MZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/MZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} MZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/MZN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} MZN\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "MZN"
},
"rate": 72.8257,
"timestamp": 1790437967,
"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 EURMozambican Metical → Euro0.013731Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.