Convert JPY to DJF
Japanese Yen → Djiboutian Franc
1 JPY = 1.127742 DJF(1 DJF = 0.886728 JPY)
Currency converter
1 JPY =
1.1277 DJF
JPY to DJF: last 30 days
Over the last 30 days, 1 JPY traded between 1.1119 and 1.1609 DJF, averaging 1.1369 DJF. The JPY/DJF rate is up 1.05% since 2026-08-28.
- 30-day high
- 1.1609
- 2026-09-09
- 30-day low
- 1.1119
- 2026-09-01
- 30-day average
- 1.1369
- Days with data: 30
- 30-day change
- +1.05%
- since 2026-08-28
1.1609
1.11192026-08-28 → 2026-09-26
| Date | 1 JPY in DJF | Daily change |
|---|---|---|
| 2026-09-26 | 1.1277 | 0.00% |
| 2026-09-25 | 1.1277 | +0.80% |
| 2026-09-24 | 1.1188 | -0.59% |
| 2026-09-23 | 1.1254 | -0.68% |
| 2026-09-22 | 1.1331 | +0.10% |
| 2026-09-21 | 1.1319 | +0.20% |
| 2026-09-20 | 1.1297 | +0.12% |
| 2026-09-19 | 1.1284 | +0.06% |
| 2026-09-18 | 1.1277 | -1.82% |
| 2026-09-17 | 1.1485 | +0.01% |
| 2026-09-16 | 1.1484 | -0.02% |
| 2026-09-15 | 1.1487 | -0.31% |
| 2026-09-14 | 1.1522 | -0.52% |
| 2026-09-13 | 1.1583 | +0.04% |
| 2026-09-12 | 1.1579 | +0.14% |
| Date | 1 JPY in DJF | Daily change |
|---|---|---|
| 2026-09-11 | 1.1563 | +0.19% |
| 2026-09-10 | 1.1541 | -0.58% |
| 2026-09-09 | 1.1609 | +0.61% |
| 2026-09-08 | 1.1539 | +0.28% |
| 2026-09-07 | 1.1507 | +0.65% |
| 2026-09-06 | 1.1432 | +0.03% |
| 2026-09-05 | 1.1429 | +0.17% |
| 2026-09-04 | 1.141 | +0.01% |
| 2026-09-03 | 1.1408 | +2.23% |
| 2026-09-02 | 1.116 | +0.37% |
| 2026-09-01 | 1.1119 | -0.71% |
| 2026-08-31 | 1.1199 | +0.14% |
| 2026-08-30 | 1.1183 | +0.21% |
| 2026-08-29 | 1.1159 | -0.01% |
| 2026-08-28 | 1.1161 | — |
JPY to DJF conversion table
1 JPY1.1277 DJF
5 JPY5.6387 DJF
10 JPY11.2774 DJF
25 JPY28.1936 DJF
50 JPY56.3871 DJF
100 JPY112.7742 DJF
500 JPY563.8711 DJF
1,000 JPY1,127.7421 DJF
5,000 JPY5,638.7105 DJF
10,000 JPY11,277.421 DJF
Get the JPY/DJF rate in your app
One GET request returns the latest JPY → 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/JPY/DJF"fetch('https://rate-api.com/api/v1/pair/JPY/DJF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} DJF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/DJF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} DJF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/DJF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} DJF\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "DJF"
},
"rate": 1.1277,
"timestamp": 1790429315,
"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 JPYDjiboutian Franc → Japanese Yen0.88673Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.