Convert JMD to INR
Jamaican Dollar → Indian Rupee
1 JMD = 0.607513 INR(1 INR = 1.646055 JMD)
Currency converter
1 JMD =
0.60751 INR
JMD to INR: last 30 days
Over the last 30 days, 1 JMD traded between 0.59599 and 0.60945 INR, averaging 0.60355 INR. The JMD/INR rate is up 0.99% since 2026-08-28.
- 30-day high
- 0.60945
- 2026-09-16
- 30-day low
- 0.59599
- 2026-09-07
- 30-day average
- 0.60355
- Days with data: 30
- 30-day change
- +0.99%
- since 2026-08-28
0.60945
0.595992026-08-28 → 2026-09-26
| Date | 1 JMD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.60751 | 0.00% |
| 2026-09-25 | 0.60751 | -0.03% |
| 2026-09-24 | 0.60767 | +0.07% |
| 2026-09-23 | 0.60723 | +0.15% |
| 2026-09-22 | 0.60635 | -0.23% |
| 2026-09-21 | 0.60774 | -0.13% |
| 2026-09-20 | 0.60853 | +0.09% |
| 2026-09-19 | 0.608 | +0.06% |
| 2026-09-18 | 0.60765 | +0.46% |
| 2026-09-17 | 0.60488 | -0.75% |
| 2026-09-16 | 0.60945 | +0.10% |
| 2026-09-15 | 0.60885 | +0.65% |
| 2026-09-14 | 0.60492 | -0.04% |
| 2026-09-13 | 0.60515 | -0.01% |
| 2026-09-12 | 0.60519 | +0.24% |
| Date | 1 JMD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.60377 | -0.21% |
| 2026-09-10 | 0.60501 | +0.75% |
| 2026-09-09 | 0.60052 | +0.48% |
| 2026-09-08 | 0.59768 | +0.28% |
| 2026-09-07 | 0.59599 | -0.27% |
| 2026-09-06 | 0.59759 | -0.02% |
| 2026-09-05 | 0.59769 | +0.05% |
| 2026-09-04 | 0.59737 | +0.04% |
| 2026-09-03 | 0.59711 | -0.60% |
| 2026-09-02 | 0.60068 | +0.06% |
| 2026-09-01 | 0.6003 | +0.47% |
| 2026-08-31 | 0.59751 | -1.03% |
| 2026-08-30 | 0.6037 | +0.06% |
| 2026-08-29 | 0.60335 | +0.30% |
| 2026-08-28 | 0.60156 | — |
JMD to INR conversion table
1 JMD0.60751 INR
5 JMD3.0376 INR
10 JMD6.0751 INR
25 JMD15.1878 INR
50 JMD30.3757 INR
100 JMD60.7513 INR
500 JMD303.7566 INR
1,000 JMD607.5133 INR
5,000 JMD3,037.5663 INR
10,000 JMD6,075.1325 INR
Get the JMD/INR rate in your app
One GET request returns the latest JMD → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/JMD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JMD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JMD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JMD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JMD/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "JMD",
"to": "INR"
},
"rate": 0.6075,
"timestamp": 1790435223,
"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
INR to JMDIndian Rupee → Jamaican Dollar1.6461Convert JMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.