Convert JPY to MRU
Japanese Yen → Mauritanian Ouguiya
1 JPY = 0.254004 MRU(1 MRU = 3.93695 JPY)
Currency converter
1 JPY =
0.254 MRU
JPY to MRU: last 30 days
Over the last 30 days, 1 JPY traded between 0.24942 and 0.26256 MRU, averaging 0.25583 MRU. The JPY/MRU rate is up 1.10% since 2026-08-28.
- 30-day high
- 0.26256
- 2026-09-09
- 30-day low
- 0.24942
- 2026-09-01
- 30-day average
- 0.25583
- Days with data: 30
- 30-day change
- +1.10%
- since 2026-08-28
0.26256
0.249422026-08-28 → 2026-09-26
| Date | 1 JPY in MRU | Daily change |
|---|---|---|
| 2026-09-26 | 0.254 | 0.00% |
| 2026-09-25 | 0.254 | +0.44% |
| 2026-09-24 | 0.2529 | -0.40% |
| 2026-09-23 | 0.25392 | -0.49% |
| 2026-09-22 | 0.25517 | +0.20% |
| 2026-09-21 | 0.25466 | +0.23% |
| 2026-09-20 | 0.25407 | +0.12% |
| 2026-09-19 | 0.25378 | +0.05% |
| 2026-09-18 | 0.25366 | -1.70% |
| 2026-09-17 | 0.25805 | +0.03% |
| 2026-09-16 | 0.25798 | -0.02% |
| 2026-09-15 | 0.25803 | -0.26% |
| 2026-09-14 | 0.25869 | -0.94% |
| 2026-09-13 | 0.26113 | +0.56% |
| 2026-09-12 | 0.25967 | -0.15% |
| Date | 1 JPY in MRU | Daily change |
|---|---|---|
| 2026-09-11 | 0.26007 | +0.21% |
| 2026-09-10 | 0.25952 | -1.16% |
| 2026-09-09 | 0.26256 | +0.87% |
| 2026-09-08 | 0.2603 | +0.11% |
| 2026-09-07 | 0.26001 | +0.87% |
| 2026-09-06 | 0.25777 | +0.14% |
| 2026-09-05 | 0.25741 | +0.62% |
| 2026-09-04 | 0.25584 | -0.14% |
| 2026-09-03 | 0.2562 | +2.03% |
| 2026-09-02 | 0.25109 | +0.67% |
| 2026-09-01 | 0.24942 | -0.75% |
| 2026-08-31 | 0.25131 | -0.04% |
| 2026-08-30 | 0.25141 | +0.10% |
| 2026-08-29 | 0.25117 | -0.03% |
| 2026-08-28 | 0.25125 | — |
JPY to MRU conversion table
1 JPY0.254 MRU
5 JPY1.27 MRU
10 JPY2.54 MRU
25 JPY6.3501 MRU
50 JPY12.7002 MRU
100 JPY25.4004 MRU
500 JPY127.0019 MRU
1,000 JPY254.0037 MRU
5,000 JPY1,270.0187 MRU
10,000 JPY2,540.0373 MRU
Get the JPY/MRU rate in your app
One GET request returns the latest JPY → MRU 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/MRU"fetch('https://rate-api.com/api/v1/pair/JPY/MRU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} MRU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/MRU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} MRU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/MRU');
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']} MRU\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "MRU"
},
"rate": 0.254,
"timestamp": 1790429337,
"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
MRU to JPYMauritanian Ouguiya → Japanese Yen3.937Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.