Convert MDL to JPY
Moldovan Leu → Japanese Yen
1 MDL = 8.960232 JPY(1 JPY = 0.111604 MDL)
Currency converter
1 MDL =
8.9602 JPY
MDL to JPY: last 30 days
Over the last 30 days, 1 MDL traded between 8.8793 and 9.3482 JPY, averaging 9.0248 JPY. The MDL/JPY rate is down 4.00% since 2026-08-28.
- 30-day high
- 9.3482
- 2026-09-01
- 30-day low
- 8.8793
- 2026-09-17
- 30-day average
- 9.0248
- Days with data: 30
- 30-day change
- -4.00%
- since 2026-08-28
9.3482
8.87932026-08-28 → 2026-09-26
| Date | 1 MDL in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 8.9602 | 0.00% |
| 2026-09-25 | 8.9602 | -0.79% |
| 2026-09-24 | 9.0318 | +0.59% |
| 2026-09-23 | 8.9792 | +0.30% |
| 2026-09-22 | 8.9519 | -0.09% |
| 2026-09-21 | 8.9601 | -0.59% |
| 2026-09-20 | 9.0137 | +0.28% |
| 2026-09-19 | 8.9881 | -0.08% |
| 2026-09-18 | 8.995 | +1.30% |
| 2026-09-17 | 8.8793 | -0.46% |
| 2026-09-16 | 8.9205 | +0.09% |
| 2026-09-15 | 8.9127 | -0.07% |
| 2026-09-14 | 8.9193 | -0.19% |
| 2026-09-13 | 8.9366 | +0.39% |
| 2026-09-12 | 8.9017 | -0.08% |
| Date | 1 MDL in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 8.9087 | -0.24% |
| 2026-09-10 | 8.9298 | +0.33% |
| 2026-09-09 | 8.9005 | -0.50% |
| 2026-09-08 | 8.9453 | -0.42% |
| 2026-09-07 | 8.9826 | -0.83% |
| 2026-09-06 | 9.0577 | -0.18% |
| 2026-09-05 | 9.0736 | +0.29% |
| 2026-09-04 | 9.0473 | +0.37% |
| 2026-09-03 | 9.014 | -2.25% |
| 2026-09-02 | 9.2218 | -1.35% |
| 2026-09-01 | 9.3482 | +1.67% |
| 2026-08-31 | 9.1948 | -0.49% |
| 2026-08-30 | 9.2403 | +0.06% |
| 2026-08-29 | 9.2349 | -1.05% |
| 2026-08-28 | 9.3332 | — |
MDL to JPY conversion table
1 MDL8.9602 JPY
5 MDL44.8012 JPY
10 MDL89.6023 JPY
25 MDL224.0058 JPY
50 MDL448.0116 JPY
100 MDL896.0232 JPY
500 MDL4,480.1162 JPY
1,000 MDL8,960.2323 JPY
5,000 MDL44,801.162 JPY
10,000 MDL89,602.323 JPY
Get the MDL/JPY rate in your app
One GET request returns the latest MDL → 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/MDL/JPY"fetch('https://rate-api.com/api/v1/pair/MDL/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MDL = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MDL/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MDL = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MDL/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MDL = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "MDL",
"to": "JPY"
},
"rate": 8.9602,
"timestamp": 1790432072,
"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 MDLJapanese Yen → Moldovan Leu0.1116Convert MDL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.