Convert MAD to JPY
Moroccan Dirham → Japanese Yen
1 MAD = 16.386446 JPY(1 JPY = 0.061026 MAD)
Currency converter
1 MAD =
16.3864 JPY
MAD to JPY: last 30 days
Over the last 30 days, 1 MAD traded between 16.3432 and 17.2542 JPY, averaging 16.6337 JPY. The MAD/JPY rate is down 5.03% since 2026-08-28.
- 30-day high
- 17.2542
- 2026-08-28
- 30-day low
- 16.3432
- 2026-09-09
- 30-day average
- 16.6337
- Days with data: 30
- 30-day change
- -5.03%
- since 2026-08-28
17.2542
16.34322026-08-28 → 2026-09-26
| Date | 1 MAD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 16.3864 | 0.00% |
| 2026-09-25 | 16.3864 | -0.95% |
| 2026-09-24 | 16.5434 | +0.44% |
| 2026-09-23 | 16.4704 | -0.12% |
| 2026-09-22 | 16.4894 | -0.27% |
| 2026-09-21 | 16.5336 | -0.34% |
| 2026-09-20 | 16.5902 | -0.08% |
| 2026-09-19 | 16.6042 | +0.16% |
| 2026-09-18 | 16.5781 | +0.91% |
| 2026-09-17 | 16.4278 | +0.44% |
| 2026-09-16 | 16.3562 | +0.07% |
| 2026-09-15 | 16.3452 | -0.59% |
| 2026-09-14 | 16.4428 | +0.43% |
| 2026-09-13 | 16.3727 | -0.03% |
| 2026-09-12 | 16.3772 | -0.30% |
| Date | 1 MAD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 16.4268 | -0.21% |
| 2026-09-10 | 16.461 | +0.72% |
| 2026-09-09 | 16.3432 | -0.40% |
| 2026-09-08 | 16.408 | -0.67% |
| 2026-09-07 | 16.5182 | -0.95% |
| 2026-09-06 | 16.677 | -0.01% |
| 2026-09-05 | 16.6787 | -0.15% |
| 2026-09-04 | 16.7031 | -0.10% |
| 2026-09-03 | 16.7197 | -2.14% |
| 2026-09-02 | 17.0861 | -0.78% |
| 2026-09-01 | 17.2201 | -0.00% |
| 2026-08-31 | 17.2204 | +0.13% |
| 2026-08-30 | 17.1983 | +0.03% |
| 2026-08-29 | 17.1933 | -0.35% |
| 2026-08-28 | 17.2542 | — |
MAD to JPY conversion table
1 MAD16.3864 JPY
5 MAD81.9322 JPY
10 MAD163.8645 JPY
25 MAD409.6611 JPY
50 MAD819.3223 JPY
100 MAD1,638.6446 JPY
500 MAD8,193.2228 JPY
1,000 MAD16,386.446 JPY
5,000 MAD81,932.228 JPY
10,000 MAD163,864.46 JPY
Get the MAD/JPY rate in your app
One GET request returns the latest MAD → 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/MAD/JPY"fetch('https://rate-api.com/api/v1/pair/MAD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MAD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MAD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MAD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MAD/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MAD = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "MAD",
"to": "JPY"
},
"rate": 16.3864,
"timestamp": 1790435062,
"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 MADJapanese Yen → Moroccan Dirham0.061026Convert MAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.