Convert GBP to DJF
British Pound → Djiboutian Franc
1 GBP = 235.52241 DJF(1 DJF = 0.00424588 GBP)
Currency converter
1 GBP =
235.5224 DJF
GBP to DJF: last 30 days
Over the last 30 days, 1 GBP traded between 234.9399 and 242.5434 DJF, averaging 239.737 DJF. The GBP/DJF rate is down 2.70% since 2026-08-28.
- 30-day high
- 242.5434
- 2026-08-30
- 30-day low
- 234.9399
- 2026-09-24
- 30-day average
- 239.737
- Days with data: 30
- 30-day change
- -2.70%
- since 2026-08-28
242.5434
234.93992026-08-28 → 2026-09-26
| Date | 1 GBP in DJF | Daily change |
|---|---|---|
| 2026-09-26 | 235.5224 | 0.00% |
| 2026-09-25 | 235.5224 | +0.25% |
| 2026-09-24 | 234.9399 | -0.43% |
| 2026-09-23 | 235.9482 | -0.86% |
| 2026-09-22 | 237.9987 | -0.19% |
| 2026-09-21 | 238.4491 | +0.18% |
| 2026-09-20 | 238.0121 | +0.12% |
| 2026-09-19 | 237.7352 | +0.06% |
| 2026-09-18 | 237.5915 | -0.67% |
| 2026-09-17 | 239.1949 | -0.17% |
| 2026-09-16 | 239.5949 | -0.20% |
| 2026-09-15 | 240.0652 | -0.10% |
| 2026-09-14 | 240.3102 | -0.29% |
| 2026-09-13 | 241.0196 | +0.04% |
| 2026-09-12 | 240.9277 | +0.14% |
| Date | 1 GBP in DJF | Daily change |
|---|---|---|
| 2026-09-11 | 240.6009 | +0.01% |
| 2026-09-10 | 240.5803 | -0.32% |
| 2026-09-09 | 241.3572 | +0.08% |
| 2026-09-08 | 241.1646 | +0.10% |
| 2026-09-07 | 240.935 | -0.31% |
| 2026-09-06 | 241.6822 | +0.03% |
| 2026-09-05 | 241.6123 | +0.17% |
| 2026-09-04 | 241.2065 | +0.41% |
| 2026-09-03 | 240.2213 | +0.03% |
| 2026-09-02 | 240.1455 | -0.34% |
| 2026-09-01 | 240.96 | -0.51% |
| 2026-08-31 | 242.1876 | -0.15% |
| 2026-08-30 | 242.5434 | +0.21% |
| 2026-08-29 | 242.0265 | -0.01% |
| 2026-08-28 | 242.0557 | — |
GBP to DJF conversion table
1 GBP235.5224 DJF
5 GBP1,177.612 DJF
10 GBP2,355.2241 DJF
25 GBP5,888.0602 DJF
50 GBP11,776.12 DJF
100 GBP23,552.241 DJF
500 GBP117,761.2 DJF
1,000 GBP235,522.41 DJF
5,000 GBP1,177,612 DJF
10,000 GBP2,355,224.1 DJF
Get the GBP/DJF rate in your app
One GET request returns the latest GBP → 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/GBP/DJF"fetch('https://rate-api.com/api/v1/pair/GBP/DJF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} DJF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/DJF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} DJF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/DJF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} DJF\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "DJF"
},
"rate": 235.5224,
"timestamp": 1790429423,
"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
DJF to GBPDjiboutian Franc → British Pound0.0042459Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.