Convert RUB to DJF
Russian Ruble → Djiboutian Franc
1 RUB = 2.106121 DJF(1 DJF = 0.474806 RUB)
Currency converter
1 RUB =
2.1061 DJF
RUB to DJF: last 30 days
Over the last 30 days, 1 RUB traded between 2.0388 and 2.1263 DJF, averaging 2.092 DJF. The RUB/DJF rate is up 1.86% since 2026-08-29.
- 30-day high
- 2.1263
- 2026-09-22
- 30-day low
- 2.0388
- 2026-09-03
- 30-day average
- 2.092
- Days with data: 30
- 30-day change
- +1.86%
- since 2026-08-29
2.1263
2.03882026-08-29 → 2026-09-27
| Date | 1 RUB in DJF | Daily change |
|---|---|---|
| 2026-09-27 | 2.1061 | 0.00% |
| 2026-09-26 | 2.1061 | +0.75% |
| 2026-09-25 | 2.0905 | -0.20% |
| 2026-09-24 | 2.0948 | -0.64% |
| 2026-09-23 | 2.1083 | -0.85% |
| 2026-09-22 | 2.1263 | +0.53% |
| 2026-09-21 | 2.1151 | -0.29% |
| 2026-09-20 | 2.1212 | +0.49% |
| 2026-09-19 | 2.1109 | +0.18% |
| 2026-09-18 | 2.1071 | -0.75% |
| 2026-09-17 | 2.123 | +0.39% |
| 2026-09-16 | 2.1148 | +0.38% |
| 2026-09-15 | 2.1068 | +0.01% |
| 2026-09-14 | 2.1066 | -0.49% |
| 2026-09-13 | 2.117 | -0.07% |
| Date | 1 RUB in DJF | Daily change |
|---|---|---|
| 2026-09-12 | 2.1185 | -0.14% |
| 2026-09-11 | 2.1214 | +1.33% |
| 2026-09-10 | 2.0935 | +1.01% |
| 2026-09-09 | 2.0726 | +0.39% |
| 2026-09-08 | 2.0645 | +0.42% |
| 2026-09-07 | 2.0559 | -0.38% |
| 2026-09-06 | 2.0637 | -0.82% |
| 2026-09-05 | 2.0807 | +1.14% |
| 2026-09-04 | 2.0572 | +0.90% |
| 2026-09-03 | 2.0388 | -0.61% |
| 2026-09-02 | 2.0514 | -0.57% |
| 2026-09-01 | 2.063 | -0.85% |
| 2026-08-31 | 2.0807 | +0.23% |
| 2026-08-30 | 2.0759 | +0.40% |
| 2026-08-29 | 2.0677 | — |
RUB to DJF conversion table
1 RUB2.1061 DJF
5 RUB10.5306 DJF
10 RUB21.0612 DJF
25 RUB52.653 DJF
50 RUB105.3061 DJF
100 RUB210.6121 DJF
500 RUB1,053.0606 DJF
1,000 RUB2,106.1213 DJF
5,000 RUB10,530.606 DJF
10,000 RUB21,061.213 DJF
Get the RUB/DJF rate in your app
One GET request returns the latest RUB → DJF 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/DJF"fetch('https://rate-api.com/api/v1/pair/RUB/DJF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} DJF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/DJF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} DJF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/DJF');
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']} DJF\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "DJF"
},
"rate": 2.1061,
"timestamp": 1790470776,
"date": "2026-09-27"
}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
DJF to RUBDjiboutian Franc → Russian Ruble0.47481Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.