Convert EUR to DJF
Euro → Djiboutian Franc
1 EUR = 202.65526 DJF(1 DJF = 0.00493449 EUR)
Currency converter
1 EUR =
202.6553 DJF
EUR to DJF: last 30 days
Over the last 30 days, 1 EUR traded between 202.0155 and 207.908 DJF, averaging 205.6077 DJF. The EUR/DJF rate is down 2.32% since 2026-08-29.
- 30-day high
- 207.908
- 2026-08-30
- 30-day low
- 202.0155
- 2026-09-24
- 30-day average
- 205.6077
- Days with data: 30
- 30-day change
- -2.32%
- since 2026-08-29
207.908
202.01552026-08-29 → 2026-09-27
| Date | 1 EUR in DJF | Daily change |
|---|---|---|
| 2026-09-27 | 202.6553 | 0.00% |
| 2026-09-26 | 202.6553 | 0.00% |
| 2026-09-25 | 202.6553 | +0.32% |
| 2026-09-24 | 202.0155 | -0.39% |
| 2026-09-23 | 202.7974 | -0.67% |
| 2026-09-22 | 204.1556 | -0.19% |
| 2026-09-21 | 204.5415 | +0.07% |
| 2026-09-20 | 204.4051 | +0.12% |
| 2026-09-19 | 204.1673 | +0.06% |
| 2026-09-18 | 204.0439 | -0.61% |
| 2026-09-17 | 205.3012 | -0.06% |
| 2026-09-16 | 205.4267 | -0.01% |
| 2026-09-15 | 205.4473 | -0.12% |
| 2026-09-14 | 205.6986 | -0.55% |
| 2026-09-13 | 206.8333 | +0.04% |
| Date | 1 EUR in DJF | Daily change |
|---|---|---|
| 2026-09-12 | 206.7545 | +0.14% |
| 2026-09-11 | 206.474 | -0.11% |
| 2026-09-10 | 206.6959 | -0.30% |
| 2026-09-09 | 207.3227 | +0.26% |
| 2026-09-08 | 206.7753 | -0.08% |
| 2026-09-07 | 206.947 | -0.31% |
| 2026-09-06 | 207.6 | +0.03% |
| 2026-09-05 | 207.5399 | +0.17% |
| 2026-09-04 | 207.1913 | +0.23% |
| 2026-09-03 | 206.7227 | +0.25% |
| 2026-09-02 | 206.2135 | -0.09% |
| 2026-09-01 | 206.3943 | -0.50% |
| 2026-08-31 | 207.4281 | -0.23% |
| 2026-08-30 | 207.908 | +0.21% |
| 2026-08-29 | 207.465 | — |
EUR to DJF conversion table
1 EUR202.6553 DJF
5 EUR1,013.2763 DJF
10 EUR2,026.5526 DJF
25 EUR5,066.3814 DJF
50 EUR10,132.763 DJF
100 EUR20,265.526 DJF
500 EUR101,327.63 DJF
1,000 EUR202,655.26 DJF
5,000 EUR1,013,276.3 DJF
10,000 EUR2,026,552.6 DJF
Get the EUR/DJF rate in your app
One GET request returns the latest EUR → 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/EUR/DJF"fetch('https://rate-api.com/api/v1/pair/EUR/DJF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} DJF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/DJF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} DJF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/DJF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} DJF\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "DJF"
},
"rate": 202.6553,
"timestamp": 1790470811,
"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 EURDjiboutian Franc → Euro0.0049345Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.