Convert RUB to JMD
Russian Ruble → Jamaican Dollar
1 RUB = 1.855251 JMD(1 JMD = 0.539011 RUB)
Currency converter
1 RUB =
1.8553 JMD
RUB to JMD: last 30 days
Over the last 30 days, 1 RUB traded between 1.8127 and 1.8851 JMD, averaging 1.8546 JMD. The RUB/JMD rate has not changed since 2026-08-28.
- 30-day high
- 1.8851
- 2026-09-11
- 30-day low
- 1.8127
- 2026-09-03
- 30-day average
- 1.8546
- Days with data: 30
- 30-day change
- 0.00%
- since 2026-08-28
1.8851
1.81272026-08-28 → 2026-09-26
| Date | 1 RUB in JMD | Daily change |
|---|---|---|
| 2026-09-26 | 1.8553 | 0.00% |
| 2026-09-25 | 1.8553 | -0.33% |
| 2026-09-24 | 1.8613 | -0.49% |
| 2026-09-23 | 1.8704 | -0.63% |
| 2026-09-22 | 1.8822 | +0.48% |
| 2026-09-21 | 1.8733 | -0.03% |
| 2026-09-20 | 1.8738 | +0.28% |
| 2026-09-19 | 1.8685 | +0.07% |
| 2026-09-18 | 1.8673 | -0.84% |
| 2026-09-17 | 1.8831 | +0.70% |
| 2026-09-16 | 1.87 | +0.27% |
| 2026-09-15 | 1.8649 | -0.20% |
| 2026-09-14 | 1.8687 | -0.26% |
| 2026-09-13 | 1.8736 | -0.10% |
| 2026-09-12 | 1.8755 | -0.51% |
| Date | 1 RUB in JMD | Daily change |
|---|---|---|
| 2026-09-11 | 1.8851 | +1.57% |
| 2026-09-10 | 1.856 | +0.60% |
| 2026-09-09 | 1.8449 | +0.27% |
| 2026-09-08 | 1.8398 | +0.51% |
| 2026-09-07 | 1.8305 | +0.21% |
| 2026-09-06 | 1.8267 | -0.83% |
| 2026-09-05 | 1.8421 | +0.92% |
| 2026-09-04 | 1.8253 | +0.69% |
| 2026-09-03 | 1.8127 | -0.45% |
| 2026-09-02 | 1.8209 | -0.63% |
| 2026-09-01 | 1.8324 | -1.10% |
| 2026-08-31 | 1.8527 | +0.86% |
| 2026-08-30 | 1.8369 | +0.13% |
| 2026-08-29 | 1.8345 | -1.12% |
| 2026-08-28 | 1.8553 | — |
RUB to JMD conversion table
1 RUB1.8553 JMD
5 RUB9.2763 JMD
10 RUB18.5525 JMD
25 RUB46.3813 JMD
50 RUB92.7625 JMD
100 RUB185.5251 JMD
500 RUB927.6254 JMD
1,000 RUB1,855.2508 JMD
5,000 RUB9,276.254 JMD
10,000 RUB18,552.508 JMD
Get the RUB/JMD rate in your app
One GET request returns the latest RUB → 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/RUB/JMD"fetch('https://rate-api.com/api/v1/pair/RUB/JMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} JMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/JMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} JMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/JMD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} JMD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "JMD"
},
"rate": 1.8553,
"timestamp": 1790429307,
"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 RUBJamaican Dollar → Russian Ruble0.53901Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.