Convert JPY to MVR
Japanese Yen → Maldivian Rufiyaa
1 JPY = 0.0980861 MVR(1 MVR = 10.195123 JPY)
Currency converter
1 JPY =
0.098086 MVR
JPY to MVR: last 30 days
Over the last 30 days, 1 JPY traded between 0.096543 and 0.10084 MVR, averaging 0.09866 MVR. The JPY/MVR rate is up 1.26% since 2026-08-29.
- 30-day high
- 0.10084
- 2026-09-09
- 30-day low
- 0.096543
- 2026-09-01
- 30-day average
- 0.09866
- Days with data: 30
- 30-day change
- +1.26%
- since 2026-08-29
0.10084
0.0965432026-08-29 → 2026-09-27
| Date | 1 JPY in MVR | Daily change |
|---|---|---|
| 2026-09-27 | 0.098086 | 0.00% |
| 2026-09-26 | 0.098086 | -0.01% |
| 2026-09-25 | 0.098099 | +0.80% |
| 2026-09-24 | 0.097319 | -0.59% |
| 2026-09-23 | 0.097897 | -0.47% |
| 2026-09-22 | 0.098355 | +0.13% |
| 2026-09-21 | 0.098226 | +0.48% |
| 2026-09-20 | 0.097758 | +0.11% |
| 2026-09-19 | 0.097652 | -0.21% |
| 2026-09-18 | 0.097853 | -1.29% |
| 2026-09-17 | 0.099133 | -0.48% |
| 2026-09-16 | 0.099607 | -0.08% |
| 2026-09-15 | 0.099682 | -0.33% |
| 2026-09-14 | 0.10001 | -0.34% |
| 2026-09-13 | 0.10035 | +0.06% |
| Date | 1 JPY in MVR | Daily change |
|---|---|---|
| 2026-09-12 | 0.10029 | -0.04% |
| 2026-09-11 | 0.10033 | +0.08% |
| 2026-09-10 | 0.10025 | -0.58% |
| 2026-09-09 | 0.10084 | +0.65% |
| 2026-09-08 | 0.10019 | +0.29% |
| 2026-09-07 | 0.0999 | +0.97% |
| 2026-09-06 | 0.098943 | +0.01% |
| 2026-09-05 | 0.098933 | -0.01% |
| 2026-09-04 | 0.09894 | -0.15% |
| 2026-09-03 | 0.099093 | +2.30% |
| 2026-09-02 | 0.096865 | +0.33% |
| 2026-09-01 | 0.096543 | -0.30% |
| 2026-08-31 | 0.096836 | -0.03% |
| 2026-08-30 | 0.096867 | -0.00% |
| 2026-08-29 | 0.096869 | — |
JPY to MVR conversion table
1 JPY0.098086 MVR
5 JPY0.49043 MVR
10 JPY0.98086 MVR
25 JPY2.4522 MVR
50 JPY4.9043 MVR
100 JPY9.8086 MVR
500 JPY49.0431 MVR
1,000 JPY98.0861 MVR
5,000 JPY490.4306 MVR
10,000 JPY980.8611 MVR
Get the JPY/MVR rate in your app
One GET request returns the latest JPY → MVR 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/MVR"fetch('https://rate-api.com/api/v1/pair/JPY/MVR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} MVR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/MVR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} MVR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/MVR');
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']} MVR\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "MVR"
},
"rate": 0.0981,
"timestamp": 1790470775,
"date": "2026-09-27"
}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
MVR to JPYMaldivian Rufiyaa → Japanese Yen10.1951Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.