Convert RUB to JOD
Russian Ruble → Jordanian Dinar
1 RUB = 0.00833989 JOD(1 JOD = 119.90559 RUB)
Currency converter
1 RUB =
0.0083399 JOD
RUB to JOD: last 30 days
Over the last 30 days, 1 RUB traded between 0.0081217 and 0.0084648 JOD, averaging 0.0083202 JOD. The RUB/JOD rate is up 0.54% since 2026-08-28.
- 30-day high
- 0.0084648
- 2026-09-22
- 30-day low
- 0.0081217
- 2026-09-03
- 30-day average
- 0.0083202
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
0.0084648
0.00812172026-08-28 → 2026-09-26
| Date | 1 RUB in JOD | Daily change |
|---|---|---|
| 2026-09-26 | 0.0083399 | 0.00% |
| 2026-09-25 | 0.0083399 | -0.20% |
| 2026-09-24 | 0.0083569 | -0.64% |
| 2026-09-23 | 0.0084107 | -0.64% |
| 2026-09-22 | 0.0084648 | +0.49% |
| 2026-09-21 | 0.0084239 | -0.09% |
| 2026-09-20 | 0.0084319 | +0.37% |
| 2026-09-19 | 0.0084008 | +0.12% |
| 2026-09-18 | 0.0083909 | -0.32% |
| 2026-09-17 | 0.0084175 | -0.04% |
| 2026-09-16 | 0.0084206 | +0.37% |
| 2026-09-15 | 0.0083894 | +0.03% |
| 2026-09-14 | 0.0083872 | -0.30% |
| 2026-09-13 | 0.008412 | -0.11% |
| 2026-09-12 | 0.0084213 | -0.27% |
| Date | 1 RUB in JOD | Daily change |
|---|---|---|
| 2026-09-11 | 0.0084445 | +1.23% |
| 2026-09-10 | 0.0083416 | +1.00% |
| 2026-09-09 | 0.0082588 | +0.45% |
| 2026-09-08 | 0.0082215 | +0.43% |
| 2026-09-07 | 0.0081859 | -0.06% |
| 2026-09-06 | 0.008191 | -0.85% |
| 2026-09-05 | 0.0082612 | +0.97% |
| 2026-09-04 | 0.0081815 | +0.74% |
| 2026-09-03 | 0.0081217 | -0.54% |
| 2026-09-02 | 0.0081659 | -0.58% |
| 2026-09-01 | 0.0082137 | -0.40% |
| 2026-08-31 | 0.008247 | +0.06% |
| 2026-08-30 | 0.0082423 | +0.19% |
| 2026-08-29 | 0.008227 | -0.82% |
| 2026-08-28 | 0.0082952 | — |
RUB to JOD conversion table
1 RUB0.0083399 JOD
5 RUB0.041699 JOD
10 RUB0.083399 JOD
25 RUB0.2085 JOD
50 RUB0.41699 JOD
100 RUB0.83399 JOD
500 RUB4.1699 JOD
1,000 RUB8.3399 JOD
5,000 RUB41.6995 JOD
10,000 RUB83.3989 JOD
Get the RUB/JOD rate in your app
One GET request returns the latest RUB → JOD 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/JOD?precision=6"fetch('https://rate-api.com/api/v1/pair/RUB/JOD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} JOD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/JOD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} JOD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/JOD?precision=6');
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']} JOD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "JOD"
},
"rate": 0.00834,
"timestamp": 1790429310,
"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
JOD to RUBJordanian Dinar → Russian Ruble119.9056Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.