Convert MZN to JPY
Mozambican Metical → Japanese Yen
1 MZN = 2.467534 JPY(1 JPY = 0.405263 MZN)
Currency converter
1 MZN =
2.4675 JPY
MZN to JPY: last 30 days
Over the last 30 days, 1 MZN traded between 2.4031 and 2.5094 JPY, averaging 2.4557 JPY. The MZN/JPY rate is down 1.31% since 2026-08-28.
- 30-day high
- 2.5094
- 2026-09-01
- 30-day low
- 2.4031
- 2026-09-09
- 30-day average
- 2.4557
- Days with data: 30
- 30-day change
- -1.31%
- since 2026-08-28
2.5094
2.40312026-08-28 → 2026-09-26
| Date | 1 MZN in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 2.4675 | 0.00% |
| 2026-09-25 | 2.4675 | -0.85% |
| 2026-09-24 | 2.4888 | +0.59% |
| 2026-09-23 | 2.4742 | +0.44% |
| 2026-09-22 | 2.4634 | -0.03% |
| 2026-09-21 | 2.4643 | -0.29% |
| 2026-09-20 | 2.4714 | -0.09% |
| 2026-09-19 | 2.4735 | +0.12% |
| 2026-09-18 | 2.4705 | +1.19% |
| 2026-09-17 | 2.4414 | +0.56% |
| 2026-09-16 | 2.4279 | -0.08% |
| 2026-09-15 | 2.4297 | +0.32% |
| 2026-09-14 | 2.422 | +0.28% |
| 2026-09-13 | 2.4152 | +0.08% |
| 2026-09-12 | 2.4131 | -0.00% |
| Date | 1 MZN in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 2.4132 | -0.11% |
| 2026-09-10 | 2.4158 | +0.53% |
| 2026-09-09 | 2.4031 | -0.60% |
| 2026-09-08 | 2.4177 | -0.29% |
| 2026-09-07 | 2.4248 | -0.90% |
| 2026-09-06 | 2.4468 | -0.06% |
| 2026-09-05 | 2.4484 | -0.01% |
| 2026-09-04 | 2.4487 | +0.12% |
| 2026-09-03 | 2.4458 | -2.22% |
| 2026-09-02 | 2.5013 | -0.32% |
| 2026-09-01 | 2.5094 | +0.25% |
| 2026-08-31 | 2.5031 | +0.15% |
| 2026-08-30 | 2.4994 | -0.10% |
| 2026-08-29 | 2.502 | +0.07% |
| 2026-08-28 | 2.5003 | — |
MZN to JPY conversion table
1 MZN2.4675 JPY
5 MZN12.3377 JPY
10 MZN24.6753 JPY
25 MZN61.6884 JPY
50 MZN123.3767 JPY
100 MZN246.7534 JPY
500 MZN1,233.767 JPY
1,000 MZN2,467.5341 JPY
5,000 MZN12,337.67 JPY
10,000 MZN24,675.341 JPY
Get the MZN/JPY rate in your app
One GET request returns the latest MZN → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/MZN/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MZN = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MZN/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MZN = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MZN/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "MZN",
"to": "JPY"
},
"rate": 2.4675,
"timestamp": 1790435210,
"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
JPY to MZNJapanese Yen → Mozambican Metical0.40526Convert MZN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.