Convert JPY to MZN
Japanese Yen → Mozambican Metical
1 JPY = 0.405263 MZN(1 MZN = 2.467534 JPY)
Currency converter
1 JPY =
0.40526 MZN
JPY to MZN: last 30 days
Over the last 30 days, 1 JPY traded between 0.3985 and 0.41613 MZN, averaging 0.40729 MZN. The JPY/MZN rate is up 1.33% since 2026-08-28.
- 30-day high
- 0.41613
- 2026-09-09
- 30-day low
- 0.3985
- 2026-09-01
- 30-day average
- 0.40729
- Days with data: 30
- 30-day change
- +1.33%
- since 2026-08-28
0.41613
0.39852026-08-28 → 2026-09-26
| Date | 1 JPY in MZN | Daily change |
|---|---|---|
| 2026-09-26 | 0.40526 | 0.00% |
| 2026-09-25 | 0.40526 | +0.86% |
| 2026-09-24 | 0.40181 | -0.58% |
| 2026-09-23 | 0.40416 | -0.44% |
| 2026-09-22 | 0.40594 | +0.03% |
| 2026-09-21 | 0.4058 | +0.29% |
| 2026-09-20 | 0.40463 | +0.09% |
| 2026-09-19 | 0.40428 | -0.12% |
| 2026-09-18 | 0.40478 | -1.18% |
| 2026-09-17 | 0.4096 | -0.55% |
| 2026-09-16 | 0.41188 | +0.08% |
| 2026-09-15 | 0.41157 | -0.32% |
| 2026-09-14 | 0.41289 | -0.28% |
| 2026-09-13 | 0.41405 | -0.08% |
| 2026-09-12 | 0.4144 | +0.00% |
| Date | 1 JPY in MZN | Daily change |
|---|---|---|
| 2026-09-11 | 0.41438 | +0.11% |
| 2026-09-10 | 0.41394 | -0.53% |
| 2026-09-09 | 0.41613 | +0.61% |
| 2026-09-08 | 0.41362 | +0.30% |
| 2026-09-07 | 0.4124 | +0.91% |
| 2026-09-06 | 0.4087 | +0.06% |
| 2026-09-05 | 0.40843 | +0.01% |
| 2026-09-04 | 0.40838 | -0.12% |
| 2026-09-03 | 0.40886 | +2.27% |
| 2026-09-02 | 0.39979 | +0.32% |
| 2026-09-01 | 0.3985 | -0.25% |
| 2026-08-31 | 0.39951 | -0.15% |
| 2026-08-30 | 0.40009 | +0.10% |
| 2026-08-29 | 0.39969 | -0.07% |
| 2026-08-28 | 0.39996 | — |
JPY to MZN conversion table
1 JPY0.40526 MZN
5 JPY2.0263 MZN
10 JPY4.0526 MZN
25 JPY10.1316 MZN
50 JPY20.2631 MZN
100 JPY40.5263 MZN
500 JPY202.6315 MZN
1,000 JPY405.2629 MZN
5,000 JPY2,026.3145 MZN
10,000 JPY4,052.629 MZN
Get the JPY/MZN rate in your app
One GET request returns the latest JPY → 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/JPY/MZN"fetch('https://rate-api.com/api/v1/pair/JPY/MZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} MZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/MZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} MZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/MZN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} MZN\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "MZN"
},
"rate": 0.4053,
"timestamp": 1790437925,
"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 JPYMozambican Metical → Japanese Yen2.4675Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.