Convert JMD to JPY
Jamaican Dollar → Japanese Yen
1 JMD = 0.999173 JPY(1 JPY = 1.000828 JMD)
Currency converter
1 JMD =
0.99917 JPY
JMD to JPY: last 30 days
Over the last 30 days, 1 JMD traded between 0.96775 and 1.0126 JPY, averaging 0.99177 JPY. The JMD/JPY rate is down 0.78% since 2026-08-28.
- 30-day high
- 1.0126
- 2026-09-01
- 30-day low
- 0.96775
- 2026-09-09
- 30-day average
- 0.99177
- Days with data: 30
- 30-day change
- -0.78%
- since 2026-08-28
1.0126
0.967752026-08-28 → 2026-09-26
| Date | 1 JMD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.99917 | 0.00% |
| 2026-09-25 | 0.99917 | -0.67% |
| 2026-09-24 | 1.006 | +0.44% |
| 2026-09-23 | 1.0016 | +0.46% |
| 2026-09-22 | 0.99703 | -0.05% |
| 2026-09-21 | 0.99749 | -0.46% |
| 2026-09-20 | 1.0021 | +0.09% |
| 2026-09-19 | 1.0012 | +0.06% |
| 2026-09-18 | 1.0007 | +1.94% |
| 2026-09-17 | 0.98159 | -0.32% |
| 2026-09-16 | 0.98474 | +0.13% |
| 2026-09-15 | 0.98345 | +0.52% |
| 2026-09-14 | 0.97834 | +0.29% |
| 2026-09-13 | 0.97548 | -0.01% |
| 2026-09-12 | 0.97555 | +0.24% |
| Date | 1 JMD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.97326 | -0.42% |
| 2026-09-10 | 0.97738 | +1.00% |
| 2026-09-09 | 0.96775 | -0.49% |
| 2026-09-08 | 0.97251 | -0.37% |
| 2026-09-07 | 0.97608 | -1.22% |
| 2026-09-06 | 0.98818 | -0.02% |
| 2026-09-05 | 0.98835 | +0.05% |
| 2026-09-04 | 0.98783 | +0.20% |
| 2026-09-03 | 0.98587 | -2.34% |
| 2026-09-02 | 1.0095 | -0.31% |
| 2026-09-01 | 1.0126 | +0.97% |
| 2026-08-31 | 1.0028 | -0.77% |
| 2026-08-30 | 1.0106 | +0.06% |
| 2026-08-29 | 1.01 | +0.30% |
| 2026-08-28 | 1.007 | — |
JMD to JPY conversion table
1 JMD0.99917 JPY
5 JMD4.9959 JPY
10 JMD9.9917 JPY
25 JMD24.9793 JPY
50 JMD49.9586 JPY
100 JMD99.9173 JPY
500 JMD499.5865 JPY
1,000 JMD999.1729 JPY
5,000 JMD4,995.8645 JPY
10,000 JMD9,991.729 JPY
Get the JMD/JPY rate in your app
One GET request returns the latest JMD → 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/JMD/JPY"fetch('https://rate-api.com/api/v1/pair/JMD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JMD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JMD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JMD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JMD/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JMD = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "JMD",
"to": "JPY"
},
"rate": 0.9992,
"timestamp": 1790435065,
"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 JMDJapanese Yen → Jamaican Dollar1.0008Convert JMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.