Convert JPY to MAD
Japanese Yen → Moroccan Dirham
1 JPY = 0.0609556 MAD(1 MAD = 16.405374 JPY)
Currency converter
1 JPY =
0.060956 MAD
JPY to MAD: last 30 days
Over the last 30 days, 1 JPY traded between 0.058071 and 0.061188 MAD, averaging 0.060236 MAD. The JPY/MAD rate is up 4.80% since 2026-08-29.
- 30-day high
- 0.061188
- 2026-09-09
- 30-day low
- 0.058071
- 2026-08-31
- 30-day average
- 0.060236
- Days with data: 30
- 30-day change
- +4.80%
- since 2026-08-29
0.061188
0.0580712026-08-29 → 2026-09-27
| Date | 1 JPY in MAD | Daily change |
|---|---|---|
| 2026-09-27 | 0.060956 | 0.00% |
| 2026-09-26 | 0.060956 | -0.12% |
| 2026-09-25 | 0.061026 | +0.96% |
| 2026-09-24 | 0.060447 | -0.44% |
| 2026-09-23 | 0.060715 | +0.12% |
| 2026-09-22 | 0.060645 | +0.27% |
| 2026-09-21 | 0.060483 | +0.34% |
| 2026-09-20 | 0.060276 | +0.08% |
| 2026-09-19 | 0.060226 | -0.16% |
| 2026-09-18 | 0.06032 | -0.91% |
| 2026-09-17 | 0.060872 | -0.44% |
| 2026-09-16 | 0.061139 | -0.07% |
| 2026-09-15 | 0.06118 | +0.60% |
| 2026-09-14 | 0.060817 | -0.43% |
| 2026-09-13 | 0.061077 | +0.03% |
| Date | 1 JPY in MAD | Daily change |
|---|---|---|
| 2026-09-12 | 0.06106 | +0.30% |
| 2026-09-11 | 0.060876 | +0.21% |
| 2026-09-10 | 0.060749 | -0.72% |
| 2026-09-09 | 0.061188 | +0.40% |
| 2026-09-08 | 0.060946 | +0.67% |
| 2026-09-07 | 0.060539 | +0.96% |
| 2026-09-06 | 0.059963 | +0.01% |
| 2026-09-05 | 0.059957 | +0.15% |
| 2026-09-04 | 0.059869 | +0.10% |
| 2026-09-03 | 0.05981 | +2.19% |
| 2026-09-02 | 0.058527 | +0.78% |
| 2026-09-01 | 0.058072 | +0.00% |
| 2026-08-31 | 0.058071 | -0.13% |
| 2026-08-30 | 0.058145 | -0.03% |
| 2026-08-29 | 0.058162 | — |
JPY to MAD conversion table
1 JPY0.060956 MAD
5 JPY0.30478 MAD
10 JPY0.60956 MAD
25 JPY1.5239 MAD
50 JPY3.0478 MAD
100 JPY6.0956 MAD
500 JPY30.4778 MAD
1,000 JPY60.9556 MAD
5,000 JPY304.7782 MAD
10,000 JPY609.5564 MAD
Get the JPY/MAD rate in your app
One GET request returns the latest JPY → MAD 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/MAD"fetch('https://rate-api.com/api/v1/pair/JPY/MAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} MAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/MAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} MAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/MAD');
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']} MAD\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "MAD"
},
"rate": 0.061,
"timestamp": 1790470774,
"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
MAD to JPYMoroccan Dirham → Japanese Yen16.4054Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.