Convert DJF to RUB
Djiboutian Franc → Russian Ruble
1 DJF = 0.478351 RUB(1 RUB = 2.090514 DJF)
Currency converter
1 DJF =
0.47835 RUB
DJF to RUB: last 30 days
Over the last 30 days, 1 DJF traded between 0.47029 and 0.49049 RUB, averaging 0.47836 RUB. The DJF/RUB rate is down 0.26% since 2026-08-28.
- 30-day high
- 0.49049
- 2026-09-03
- 30-day low
- 0.47029
- 2026-09-22
- 30-day average
- 0.47836
- Days with data: 30
- 30-day change
- -0.26%
- since 2026-08-28
0.49049
0.470292026-08-28 → 2026-09-26
| Date | 1 DJF in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.47835 | 0.00% |
| 2026-09-25 | 0.47835 | +0.20% |
| 2026-09-24 | 0.47738 | +0.64% |
| 2026-09-23 | 0.47432 | +0.86% |
| 2026-09-22 | 0.47029 | -0.53% |
| 2026-09-21 | 0.47279 | +0.29% |
| 2026-09-20 | 0.47142 | -0.49% |
| 2026-09-19 | 0.47372 | -0.18% |
| 2026-09-18 | 0.47459 | +0.75% |
| 2026-09-17 | 0.47103 | -0.39% |
| 2026-09-16 | 0.47286 | -0.38% |
| 2026-09-15 | 0.47466 | -0.01% |
| 2026-09-14 | 0.4747 | +0.49% |
| 2026-09-13 | 0.47238 | +0.07% |
| 2026-09-12 | 0.47203 | +0.14% |
| Date | 1 DJF in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.47138 | -1.32% |
| 2026-09-10 | 0.47766 | -1.00% |
| 2026-09-09 | 0.48248 | -0.39% |
| 2026-09-08 | 0.48437 | -0.42% |
| 2026-09-07 | 0.4864 | +0.38% |
| 2026-09-06 | 0.48458 | +0.83% |
| 2026-09-05 | 0.4806 | -1.13% |
| 2026-09-04 | 0.48609 | -0.90% |
| 2026-09-03 | 0.49049 | +0.62% |
| 2026-09-02 | 0.48748 | +0.57% |
| 2026-09-01 | 0.48472 | +0.86% |
| 2026-08-31 | 0.4806 | -0.23% |
| 2026-08-30 | 0.48171 | -0.40% |
| 2026-08-29 | 0.48364 | +0.84% |
| 2026-08-28 | 0.4796 | — |
DJF to RUB conversion table
1 DJF0.47835 RUB
5 DJF2.3918 RUB
10 DJF4.7835 RUB
25 DJF11.9588 RUB
50 DJF23.9176 RUB
100 DJF47.8351 RUB
500 DJF239.1756 RUB
1,000 DJF478.3513 RUB
5,000 DJF2,391.7563 RUB
10,000 DJF4,783.5127 RUB
Get the DJF/RUB rate in your app
One GET request returns the latest DJF → 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/DJF/RUB"fetch('https://rate-api.com/api/v1/pair/DJF/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DJF = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DJF/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DJF = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DJF/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 DJF = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "DJF",
"to": "RUB"
},
"rate": 0.4784,
"timestamp": 1790432077,
"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 DJFRussian Ruble → Djiboutian Franc2.0905Convert DJF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.