Convert DJF to JPY
Djiboutian Franc → Japanese Yen
1 DJF = 0.886728 JPY(1 JPY = 1.127742 DJF)
Currency converter
1 DJF =
0.88673 JPY
DJF to JPY: last 30 days
Over the last 30 days, 1 DJF traded between 0.86141 and 0.89938 JPY, averaging 0.87976 JPY. The DJF/JPY rate is down 1.04% since 2026-08-28.
- 30-day high
- 0.89938
- 2026-09-01
- 30-day low
- 0.86141
- 2026-09-09
- 30-day average
- 0.87976
- Days with data: 30
- 30-day change
- -1.04%
- since 2026-08-28
0.89938
0.861412026-08-28 → 2026-09-26
| Date | 1 DJF in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.88673 | 0.00% |
| 2026-09-25 | 0.88673 | -0.80% |
| 2026-09-24 | 0.89384 | +0.59% |
| 2026-09-23 | 0.88857 | +0.68% |
| 2026-09-22 | 0.88254 | -0.10% |
| 2026-09-21 | 0.88346 | -0.20% |
| 2026-09-20 | 0.88521 | -0.12% |
| 2026-09-19 | 0.88624 | -0.06% |
| 2026-09-18 | 0.88678 | +1.85% |
| 2026-09-17 | 0.87067 | -0.01% |
| 2026-09-16 | 0.87078 | +0.02% |
| 2026-09-15 | 0.87056 | +0.31% |
| 2026-09-14 | 0.86787 | +0.53% |
| 2026-09-13 | 0.86332 | -0.04% |
| 2026-09-12 | 0.86365 | -0.14% |
| Date | 1 DJF in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.86483 | -0.19% |
| 2026-09-10 | 0.86647 | +0.59% |
| 2026-09-09 | 0.86141 | -0.61% |
| 2026-09-08 | 0.86666 | -0.28% |
| 2026-09-07 | 0.86906 | -0.65% |
| 2026-09-06 | 0.87473 | -0.03% |
| 2026-09-05 | 0.87498 | -0.17% |
| 2026-09-04 | 0.87645 | -0.01% |
| 2026-09-03 | 0.87656 | -2.18% |
| 2026-09-02 | 0.89608 | -0.37% |
| 2026-09-01 | 0.89938 | +0.72% |
| 2026-08-31 | 0.89295 | -0.14% |
| 2026-08-30 | 0.89421 | -0.21% |
| 2026-08-29 | 0.89612 | +0.01% |
| 2026-08-28 | 0.89602 | — |
DJF to JPY conversion table
1 DJF0.88673 JPY
5 DJF4.4336 JPY
10 DJF8.8673 JPY
25 DJF22.1682 JPY
50 DJF44.3364 JPY
100 DJF88.6728 JPY
500 DJF443.3638 JPY
1,000 DJF886.7276 JPY
5,000 DJF4,433.6378 JPY
10,000 DJF8,867.2756 JPY
Get the DJF/JPY rate in your app
One GET request returns the latest DJF → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/DJF/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DJF = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DJF/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DJF = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DJF/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "DJF",
"to": "JPY"
},
"rate": 0.8867,
"timestamp": 1790432091,
"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
JPY to DJFJapanese Yen → Djiboutian Franc1.1277Convert DJF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.