Convert JPY to MDL
Japanese Yen → Moldovan Leu
1 JPY = 0.111604 MDL(1 MDL = 8.960232 JPY)
Currency converter
1 JPY =
0.1116 MDL
JPY to MDL: last 30 days
Over the last 30 days, 1 JPY traded between 0.10697 and 0.11262 MDL, averaging 0.11083 MDL. The JPY/MDL rate is up 4.16% since 2026-08-28.
- 30-day high
- 0.11262
- 2026-09-17
- 30-day low
- 0.10697
- 2026-09-01
- 30-day average
- 0.11083
- Days with data: 30
- 30-day change
- +4.16%
- since 2026-08-28
0.11262
0.106972026-08-28 → 2026-09-26
| Date | 1 JPY in MDL | Daily change |
|---|---|---|
| 2026-09-26 | 0.1116 | 0.00% |
| 2026-09-25 | 0.1116 | +0.80% |
| 2026-09-24 | 0.11072 | -0.58% |
| 2026-09-23 | 0.11137 | -0.30% |
| 2026-09-22 | 0.11171 | +0.09% |
| 2026-09-21 | 0.11161 | +0.60% |
| 2026-09-20 | 0.11094 | -0.28% |
| 2026-09-19 | 0.11126 | +0.08% |
| 2026-09-18 | 0.11117 | -1.29% |
| 2026-09-17 | 0.11262 | +0.46% |
| 2026-09-16 | 0.1121 | -0.09% |
| 2026-09-15 | 0.1122 | +0.07% |
| 2026-09-14 | 0.11212 | +0.19% |
| 2026-09-13 | 0.1119 | -0.39% |
| 2026-09-12 | 0.11234 | +0.08% |
| Date | 1 JPY in MDL | Daily change |
|---|---|---|
| 2026-09-11 | 0.11225 | +0.24% |
| 2026-09-10 | 0.11198 | -0.33% |
| 2026-09-09 | 0.11235 | +0.50% |
| 2026-09-08 | 0.11179 | +0.42% |
| 2026-09-07 | 0.11133 | +0.84% |
| 2026-09-06 | 0.1104 | +0.18% |
| 2026-09-05 | 0.11021 | -0.29% |
| 2026-09-04 | 0.11053 | -0.37% |
| 2026-09-03 | 0.11094 | +2.31% |
| 2026-09-02 | 0.10844 | +1.37% |
| 2026-09-01 | 0.10697 | -1.64% |
| 2026-08-31 | 0.10876 | +0.49% |
| 2026-08-30 | 0.10822 | -0.06% |
| 2026-08-29 | 0.10828 | +1.06% |
| 2026-08-28 | 0.10714 | — |
JPY to MDL conversion table
1 JPY0.1116 MDL
5 JPY0.55802 MDL
10 JPY1.116 MDL
25 JPY2.7901 MDL
50 JPY5.5802 MDL
100 JPY11.1604 MDL
500 JPY55.8021 MDL
1,000 JPY111.6043 MDL
5,000 JPY558.0212 MDL
10,000 JPY1,116.0425 MDL
Get the JPY/MDL rate in your app
One GET request returns the latest JPY → MDL 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/MDL"fetch('https://rate-api.com/api/v1/pair/JPY/MDL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} MDL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/MDL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} MDL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/MDL');
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']} MDL\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "MDL"
},
"rate": 0.1116,
"timestamp": 1790429300,
"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
MDL to JPYMoldovan Leu → Japanese Yen8.9602Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.