Convert INR to JMD
Indian Rupee → Jamaican Dollar
1 INR = 1.646055 JMD(1 JMD = 0.607513 INR)
Currency converter
1 INR =
1.6461 JMD
INR to JMD: last 30 days
Over the last 30 days, 1 INR traded between 1.6408 and 1.6779 JMD, averaging 1.6569 JMD. The INR/JMD rate is down 0.98% since 2026-08-28.
- 30-day high
- 1.6779
- 2026-09-07
- 30-day low
- 1.6408
- 2026-09-16
- 30-day average
- 1.6569
- Days with data: 30
- 30-day change
- -0.98%
- since 2026-08-28
1.6779
1.64082026-08-28 → 2026-09-26
| Date | 1 INR in JMD | Daily change |
|---|---|---|
| 2026-09-26 | 1.6461 | 0.00% |
| 2026-09-25 | 1.6461 | +0.03% |
| 2026-09-24 | 1.6456 | -0.07% |
| 2026-09-23 | 1.6468 | -0.15% |
| 2026-09-22 | 1.6492 | +0.23% |
| 2026-09-21 | 1.6454 | +0.13% |
| 2026-09-20 | 1.6433 | -0.09% |
| 2026-09-19 | 1.6447 | -0.06% |
| 2026-09-18 | 1.6457 | -0.46% |
| 2026-09-17 | 1.6532 | +0.76% |
| 2026-09-16 | 1.6408 | -0.10% |
| 2026-09-15 | 1.6424 | -0.65% |
| 2026-09-14 | 1.6531 | +0.04% |
| 2026-09-13 | 1.6525 | +0.01% |
| 2026-09-12 | 1.6524 | -0.24% |
| Date | 1 INR in JMD | Daily change |
|---|---|---|
| 2026-09-11 | 1.6563 | +0.21% |
| 2026-09-10 | 1.6529 | -0.74% |
| 2026-09-09 | 1.6652 | -0.47% |
| 2026-09-08 | 1.6731 | -0.28% |
| 2026-09-07 | 1.6779 | +0.27% |
| 2026-09-06 | 1.6734 | +0.02% |
| 2026-09-05 | 1.6731 | -0.05% |
| 2026-09-04 | 1.674 | -0.04% |
| 2026-09-03 | 1.6747 | +0.60% |
| 2026-09-02 | 1.6648 | -0.06% |
| 2026-09-01 | 1.6658 | -0.46% |
| 2026-08-31 | 1.6736 | +1.04% |
| 2026-08-30 | 1.6565 | -0.06% |
| 2026-08-29 | 1.6574 | -0.30% |
| 2026-08-28 | 1.6624 | — |
INR to JMD conversion table
1 INR1.6461 JMD
5 INR8.2303 JMD
10 INR16.4605 JMD
25 INR41.1514 JMD
50 INR82.3027 JMD
100 INR164.6055 JMD
500 INR823.0273 JMD
1,000 INR1,646.0546 JMD
5,000 INR8,230.2732 JMD
10,000 INR16,460.546 JMD
Get the INR/JMD rate in your app
One GET request returns the latest INR → JMD 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/INR/JMD"fetch('https://rate-api.com/api/v1/pair/INR/JMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} JMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/JMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} JMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/JMD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} JMD\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "JMD"
},
"rate": 1.6461,
"timestamp": 1790429427,
"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
JMD to INRJamaican Dollar → Indian Rupee0.60751Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.