Convert CHF to DJF
Swiss Franc → Djiboutian Franc
1 CHF = 214.56353 DJF(1 DJF = 0.00466062 CHF)
Currency converter
1 CHF =
214.5635 DJF
CHF to DJF: last 30 days
Over the last 30 days, 1 CHF traded between 214.5635 and 222.0304 DJF, averaging 218.2074 DJF. The CHF/DJF rate is down 3.16% since 2026-08-29.
- 30-day high
- 222.0304
- 2026-08-30
- 30-day low
- 214.5635
- 2026-09-25
- 30-day average
- 218.2074
- Days with data: 30
- 30-day change
- -3.16%
- since 2026-08-29
222.0304
214.56352026-08-29 → 2026-09-27
| Date | 1 CHF in DJF | Daily change |
|---|---|---|
| 2026-09-27 | 214.5635 | 0.00% |
| 2026-09-26 | 214.5635 | 0.00% |
| 2026-09-25 | 214.5635 | -0.07% |
| 2026-09-24 | 214.7045 | -0.59% |
| 2026-09-23 | 215.9717 | -0.63% |
| 2026-09-22 | 217.3479 | +0.29% |
| 2026-09-21 | 216.7207 | +0.32% |
| 2026-09-20 | 216.0284 | +0.12% |
| 2026-09-19 | 215.7772 | +0.06% |
| 2026-09-18 | 215.6467 | -0.57% |
| 2026-09-17 | 216.8824 | -0.24% |
| 2026-09-16 | 217.4059 | -0.10% |
| 2026-09-15 | 217.6132 | -0.23% |
| 2026-09-14 | 218.109 | -0.34% |
| 2026-09-13 | 218.8481 | +0.04% |
| Date | 1 CHF in DJF | Daily change |
|---|---|---|
| 2026-09-12 | 218.7646 | +0.14% |
| 2026-09-11 | 218.4679 | -0.31% |
| 2026-09-10 | 219.1438 | -0.60% |
| 2026-09-09 | 220.4623 | +0.49% |
| 2026-09-08 | 219.3905 | -0.30% |
| 2026-09-07 | 220.0403 | -0.31% |
| 2026-09-06 | 220.7347 | +0.03% |
| 2026-09-05 | 220.6708 | +0.17% |
| 2026-09-04 | 220.3002 | +0.07% |
| 2026-09-03 | 220.1523 | +0.61% |
| 2026-09-02 | 218.8175 | -0.40% |
| 2026-09-01 | 219.707 | -0.69% |
| 2026-08-31 | 221.2352 | -0.36% |
| 2026-08-30 | 222.0304 | +0.21% |
| 2026-08-29 | 221.5572 | — |
CHF to DJF conversion table
1 CHF214.5635 DJF
5 CHF1,072.8177 DJF
10 CHF2,145.6353 DJF
25 CHF5,364.0883 DJF
50 CHF10,728.177 DJF
100 CHF21,456.353 DJF
500 CHF107,281.77 DJF
1,000 CHF214,563.53 DJF
5,000 CHF1,072,817.7 DJF
10,000 CHF2,145,635.3 DJF
Get the CHF/DJF rate in your app
One GET request returns the latest CHF → 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/CHF/DJF"fetch('https://rate-api.com/api/v1/pair/CHF/DJF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} DJF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/DJF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} DJF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/DJF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} DJF\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "DJF"
},
"rate": 214.5635,
"timestamp": 1790470777,
"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 CHFDjiboutian Franc → Swiss Franc0.0046606Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.