Convert MUR to JPY
Mauritian Rupee → Japanese Yen
1 MUR = 3.320549 JPY(1 JPY = 0.301155 MUR)
Currency converter
1 MUR =
3.3205 JPY
MUR to JPY: last 30 days
Over the last 30 days, 1 MUR traded between 3.2709 and 3.4074 JPY, averaging 3.3236 JPY. The MUR/JPY rate is down 2.55% since 2026-08-28.
- 30-day high
- 3.4074
- 2026-08-28
- 30-day low
- 3.2709
- 2026-09-09
- 30-day average
- 3.3236
- Days with data: 30
- 30-day change
- -2.55%
- since 2026-08-28
3.4074
3.27092026-08-28 → 2026-09-26
| Date | 1 MUR in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 3.3205 | 0.00% |
| 2026-09-25 | 3.3205 | +0.06% |
| 2026-09-24 | 3.3187 | +0.14% |
| 2026-09-23 | 3.3142 | +0.52% |
| 2026-09-22 | 3.2972 | -0.25% |
| 2026-09-21 | 3.3056 | -0.38% |
| 2026-09-20 | 3.3181 | +0.03% |
| 2026-09-19 | 3.3171 | +0.02% |
| 2026-09-18 | 3.3163 | +1.12% |
| 2026-09-17 | 3.2796 | -0.37% |
| 2026-09-16 | 3.2918 | +0.02% |
| 2026-09-15 | 3.2911 | -0.19% |
| 2026-09-14 | 3.2975 | +0.52% |
| 2026-09-13 | 3.2803 | -0.02% |
| 2026-09-12 | 3.2808 | -0.28% |
| Date | 1 MUR in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 3.29 | +0.02% |
| 2026-09-10 | 3.2894 | +0.56% |
| 2026-09-09 | 3.2709 | -0.58% |
| 2026-09-08 | 3.29 | -0.37% |
| 2026-09-07 | 3.3023 | -1.00% |
| 2026-09-06 | 3.3357 | -0.04% |
| 2026-09-05 | 3.337 | +0.18% |
| 2026-09-04 | 3.3309 | +0.85% |
| 2026-09-03 | 3.3029 | -2.58% |
| 2026-09-02 | 3.3903 | -0.32% |
| 2026-09-01 | 3.4011 | +0.10% |
| 2026-08-31 | 3.3977 | -0.27% |
| 2026-08-30 | 3.4068 | -0.01% |
| 2026-08-29 | 3.4072 | -0.01% |
| 2026-08-28 | 3.4074 | — |
MUR to JPY conversion table
1 MUR3.3205 JPY
5 MUR16.6027 JPY
10 MUR33.2055 JPY
25 MUR83.0137 JPY
50 MUR166.0275 JPY
100 MUR332.0549 JPY
500 MUR1,660.2746 JPY
1,000 MUR3,320.5492 JPY
5,000 MUR16,602.746 JPY
10,000 MUR33,205.492 JPY
Get the MUR/JPY rate in your app
One GET request returns the latest MUR → 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/MUR/JPY"fetch('https://rate-api.com/api/v1/pair/MUR/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MUR = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MUR/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MUR = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MUR/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MUR = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "MUR",
"to": "JPY"
},
"rate": 3.3205,
"timestamp": 1790432038,
"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 MURJapanese Yen → Mauritian Rupee0.30116Convert MUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.