Convert JMD to RUB
Jamaican Dollar → Russian Ruble
1 JMD = 0.539011 RUB(1 RUB = 1.855251 JMD)
Currency converter
1 JMD =
0.53901 RUB
JMD to RUB: last 30 days
Over the last 30 days, 1 JMD traded between 0.53048 and 0.55165 RUB, averaging 0.53925 RUB. The JMD/RUB rate has not changed since 2026-08-28.
- 30-day high
- 0.55165
- 2026-09-03
- 30-day low
- 0.53048
- 2026-09-11
- 30-day average
- 0.53925
- Days with data: 30
- 30-day change
- 0.00%
- since 2026-08-28
0.55165
0.530482026-08-28 → 2026-09-26
| Date | 1 JMD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.53901 | 0.00% |
| 2026-09-25 | 0.53901 | +0.33% |
| 2026-09-24 | 0.53726 | +0.49% |
| 2026-09-23 | 0.53465 | +0.63% |
| 2026-09-22 | 0.5313 | -0.47% |
| 2026-09-21 | 0.53382 | +0.03% |
| 2026-09-20 | 0.53367 | -0.28% |
| 2026-09-19 | 0.53518 | -0.07% |
| 2026-09-18 | 0.53553 | +0.84% |
| 2026-09-17 | 0.53105 | -0.69% |
| 2026-09-16 | 0.53475 | -0.27% |
| 2026-09-15 | 0.53621 | +0.20% |
| 2026-09-14 | 0.53512 | +0.26% |
| 2026-09-13 | 0.53374 | +0.10% |
| 2026-09-12 | 0.53319 | +0.51% |
| Date | 1 JMD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.53048 | -1.55% |
| 2026-09-10 | 0.5388 | -0.60% |
| 2026-09-09 | 0.54204 | -0.27% |
| 2026-09-08 | 0.54353 | -0.51% |
| 2026-09-07 | 0.5463 | -0.21% |
| 2026-09-06 | 0.54743 | +0.84% |
| 2026-09-05 | 0.54287 | -0.91% |
| 2026-09-04 | 0.54786 | -0.69% |
| 2026-09-03 | 0.55165 | +0.45% |
| 2026-09-02 | 0.54916 | +0.63% |
| 2026-09-01 | 0.54573 | +1.11% |
| 2026-08-31 | 0.53975 | -0.85% |
| 2026-08-30 | 0.54439 | -0.13% |
| 2026-08-29 | 0.5451 | +1.13% |
| 2026-08-28 | 0.539 | — |
JMD to RUB conversion table
1 JMD0.53901 RUB
5 JMD2.6951 RUB
10 JMD5.3901 RUB
25 JMD13.4753 RUB
50 JMD26.9505 RUB
100 JMD53.9011 RUB
500 JMD269.5053 RUB
1,000 JMD539.0107 RUB
5,000 JMD2,695.0534 RUB
10,000 JMD5,390.1068 RUB
Get the JMD/RUB rate in your app
One GET request returns the latest JMD → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/JMD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JMD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JMD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JMD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JMD/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "JMD",
"to": "RUB"
},
"rate": 0.539,
"timestamp": 1790432072,
"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
RUB to JMDRussian Ruble → Jamaican Dollar1.8553Convert JMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.