Convert DJF to EUR
Djiboutian Franc → Euro
1 DJF = 0.00493449 EUR(1 EUR = 202.65526 DJF)
Currency converter
1 DJF =
0.0049345 EUR
DJF to EUR: last 30 days
Over the last 30 days, 1 DJF traded between 0.0048098 and 0.0049501 EUR, averaging 0.0048602 EUR. The DJF/EUR rate is up 2.39% since 2026-08-28.
- 30-day high
- 0.0049501
- 2026-09-24
- 30-day low
- 0.0048098
- 2026-08-30
- 30-day average
- 0.0048602
- Days with data: 30
- 30-day change
- +2.39%
- since 2026-08-28
0.0049501
0.00480982026-08-28 → 2026-09-26
| Date | 1 DJF in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.0049345 | 0.00% |
| 2026-09-25 | 0.0049345 | -0.32% |
| 2026-09-24 | 0.0049501 | +0.39% |
| 2026-09-23 | 0.004931 | +0.67% |
| 2026-09-22 | 0.0048982 | +0.19% |
| 2026-09-21 | 0.004889 | -0.07% |
| 2026-09-20 | 0.0048922 | -0.12% |
| 2026-09-19 | 0.0048979 | -0.06% |
| 2026-09-18 | 0.0049009 | +0.62% |
| 2026-09-17 | 0.0048709 | +0.06% |
| 2026-09-16 | 0.0048679 | +0.01% |
| 2026-09-15 | 0.0048674 | +0.12% |
| 2026-09-14 | 0.0048615 | +0.55% |
| 2026-09-13 | 0.0048348 | -0.04% |
| 2026-09-12 | 0.0048367 | -0.14% |
| Date | 1 DJF in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0048432 | +0.11% |
| 2026-09-10 | 0.004838 | +0.30% |
| 2026-09-09 | 0.0048234 | -0.26% |
| 2026-09-08 | 0.0048362 | +0.08% |
| 2026-09-07 | 0.0048322 | +0.32% |
| 2026-09-06 | 0.004817 | -0.03% |
| 2026-09-05 | 0.0048184 | -0.17% |
| 2026-09-04 | 0.0048265 | -0.23% |
| 2026-09-03 | 0.0048374 | -0.25% |
| 2026-09-02 | 0.0048493 | +0.09% |
| 2026-09-01 | 0.0048451 | +0.50% |
| 2026-08-31 | 0.0048209 | +0.23% |
| 2026-08-30 | 0.0048098 | -0.21% |
| 2026-08-29 | 0.0048201 | +0.01% |
| 2026-08-28 | 0.0048195 | — |
DJF to EUR conversion table
1 DJF0.0049345 EUR
5 DJF0.024672 EUR
10 DJF0.049345 EUR
25 DJF0.12336 EUR
50 DJF0.24672 EUR
100 DJF0.49345 EUR
500 DJF2.4672 EUR
1,000 DJF4.9345 EUR
5,000 DJF24.6724 EUR
10,000 DJF49.3449 EUR
Get the DJF/EUR rate in your app
One GET request returns the latest DJF → EUR 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/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/DJF/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DJF = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DJF/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DJF = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DJF/EUR?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 DJF = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "DJF",
"to": "EUR"
},
"rate": 0.004934,
"timestamp": 1790432137,
"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
EUR to DJFEuro → Djiboutian Franc202.6553Convert DJF to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.