Convert JOD to RUB
Jordanian Dinar → Russian Ruble
1 JOD = 119.90559 RUB(1 RUB = 0.00833989 JOD)
Currency converter
1 JOD =
119.9056 RUB
JOD to RUB: last 30 days
Over the last 30 days, 1 JOD traded between 118.1358 and 123.1273 RUB, averaging 120.2063 RUB. The JOD/RUB rate is down 0.54% since 2026-08-28.
- 30-day high
- 123.1273
- 2026-09-03
- 30-day low
- 118.1358
- 2026-09-22
- 30-day average
- 120.2063
- Days with data: 30
- 30-day change
- -0.54%
- since 2026-08-28
123.1273
118.13582026-08-28 → 2026-09-26
| Date | 1 JOD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 119.9056 | 0.00% |
| 2026-09-25 | 119.9056 | +0.20% |
| 2026-09-24 | 119.662 | +0.64% |
| 2026-09-23 | 118.8963 | +0.64% |
| 2026-09-22 | 118.1358 | -0.48% |
| 2026-09-21 | 118.7093 | +0.10% |
| 2026-09-20 | 118.5966 | -0.37% |
| 2026-09-19 | 119.0365 | -0.12% |
| 2026-09-18 | 119.1767 | +0.32% |
| 2026-09-17 | 118.7998 | +0.04% |
| 2026-09-16 | 118.7557 | -0.37% |
| 2026-09-15 | 119.1981 | -0.03% |
| 2026-09-14 | 119.2299 | +0.30% |
| 2026-09-13 | 118.878 | +0.11% |
| 2026-09-12 | 118.7461 | +0.27% |
| Date | 1 JOD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 118.4207 | -1.22% |
| 2026-09-10 | 119.881 | -0.99% |
| 2026-09-09 | 121.0828 | -0.45% |
| 2026-09-08 | 121.6322 | -0.43% |
| 2026-09-07 | 122.1606 | +0.06% |
| 2026-09-06 | 122.0857 | +0.86% |
| 2026-09-05 | 121.0483 | -0.96% |
| 2026-09-04 | 122.2264 | -0.73% |
| 2026-09-03 | 123.1273 | +0.54% |
| 2026-09-02 | 122.4609 | +0.59% |
| 2026-09-01 | 121.748 | +0.41% |
| 2026-08-31 | 121.2559 | -0.06% |
| 2026-08-30 | 121.3248 | -0.19% |
| 2026-08-29 | 121.5509 | +0.83% |
| 2026-08-28 | 120.5513 | — |
JOD to RUB conversion table
1 JOD119.9056 RUB
5 JOD599.528 RUB
10 JOD1,199.0559 RUB
25 JOD2,997.6398 RUB
50 JOD5,995.2797 RUB
100 JOD11,990.559 RUB
500 JOD59,952.797 RUB
1,000 JOD119,905.59 RUB
5,000 JOD599,527.97 RUB
10,000 JOD1,199,055.9 RUB
Get the JOD/RUB rate in your app
One GET request returns the latest JOD → 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/JOD/RUB"fetch('https://rate-api.com/api/v1/pair/JOD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JOD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JOD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JOD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JOD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JOD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "JOD",
"to": "RUB"
},
"rate": 119.9056,
"timestamp": 1790432078,
"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 JODRussian Ruble → Jordanian Dinar0.0083399Convert JOD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.