Convert JPY to MUR
Japanese Yen → Mauritian Rupee
1 JPY = 0.301155 MUR(1 MUR = 3.320549 JPY)
Currency converter
1 JPY =
0.30116 MUR
JPY to MUR: last 30 days
Over the last 30 days, 1 JPY traded between 0.29348 and 0.30572 MUR, averaging 0.30092 MUR. The JPY/MUR rate is up 2.62% since 2026-08-28.
- 30-day high
- 0.30572
- 2026-09-09
- 30-day low
- 0.29348
- 2026-08-28
- 30-day average
- 0.30092
- Days with data: 30
- 30-day change
- +2.62%
- since 2026-08-28
0.30572
0.293482026-08-28 → 2026-09-26
| Date | 1 JPY in MUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.30116 | 0.00% |
| 2026-09-25 | 0.30116 | -0.06% |
| 2026-09-24 | 0.30132 | -0.14% |
| 2026-09-23 | 0.30173 | -0.51% |
| 2026-09-22 | 0.30329 | +0.25% |
| 2026-09-21 | 0.30252 | +0.38% |
| 2026-09-20 | 0.30138 | -0.03% |
| 2026-09-19 | 0.30147 | -0.02% |
| 2026-09-18 | 0.30154 | -1.11% |
| 2026-09-17 | 0.30491 | +0.37% |
| 2026-09-16 | 0.30378 | -0.02% |
| 2026-09-15 | 0.30385 | +0.19% |
| 2026-09-14 | 0.30326 | -0.52% |
| 2026-09-13 | 0.30485 | +0.02% |
| 2026-09-12 | 0.3048 | +0.28% |
| Date | 1 JPY in MUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.30395 | -0.02% |
| 2026-09-10 | 0.30401 | -0.56% |
| 2026-09-09 | 0.30572 | +0.58% |
| 2026-09-08 | 0.30395 | +0.38% |
| 2026-09-07 | 0.30282 | +1.01% |
| 2026-09-06 | 0.29978 | +0.04% |
| 2026-09-05 | 0.29967 | -0.18% |
| 2026-09-04 | 0.30022 | -0.84% |
| 2026-09-03 | 0.30276 | +2.64% |
| 2026-09-02 | 0.29496 | +0.32% |
| 2026-09-01 | 0.29403 | -0.10% |
| 2026-08-31 | 0.29431 | +0.27% |
| 2026-08-30 | 0.29353 | +0.01% |
| 2026-08-29 | 0.2935 | +0.01% |
| 2026-08-28 | 0.29348 | — |
JPY to MUR conversion table
1 JPY0.30116 MUR
5 JPY1.5058 MUR
10 JPY3.0116 MUR
25 JPY7.5289 MUR
50 JPY15.0578 MUR
100 JPY30.1155 MUR
500 JPY150.5775 MUR
1,000 JPY301.155 MUR
5,000 JPY1,505.775 MUR
10,000 JPY3,011.55 MUR
Get the JPY/MUR rate in your app
One GET request returns the latest JPY → MUR 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/MUR"fetch('https://rate-api.com/api/v1/pair/JPY/MUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} MUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/MUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} MUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/MUR');
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']} MUR\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "MUR"
},
"rate": 0.3012,
"timestamp": 1790429284,
"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
MUR to JPYMauritian Rupee → Japanese Yen3.3205Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.