Convert DJF to CNY
Djiboutian Franc → Chinese Yuan
1 DJF = 0.037774 CNY(1 CNY = 26.473234 DJF)
Currency converter
1 DJF =
0.037774 CNY
DJF to CNY: last 30 days
Over the last 30 days, 1 DJF traded between 0.03751 and 0.037774 CNY, averaging 0.037663 CNY. The DJF/CNY rate is up 0.16% since 2026-08-28.
- 30-day high
- 0.037774
- 2026-09-25
- 30-day low
- 0.03751
- 2026-09-17
- 30-day average
- 0.037663
- Days with data: 30
- 30-day change
- +0.16%
- since 2026-08-28
0.037774
0.037512026-08-28 → 2026-09-26
| Date | 1 DJF in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.037774 | 0.00% |
| 2026-09-25 | 0.037774 | +0.01% |
| 2026-09-24 | 0.03777 | +0.08% |
| 2026-09-23 | 0.037741 | +0.32% |
| 2026-09-22 | 0.03762 | +0.02% |
| 2026-09-21 | 0.037611 | +0.16% |
| 2026-09-20 | 0.03755 | -0.12% |
| 2026-09-19 | 0.037594 | -0.06% |
| 2026-09-18 | 0.037617 | +0.28% |
| 2026-09-17 | 0.03751 | -0.42% |
| 2026-09-16 | 0.037668 | -0.07% |
| 2026-09-15 | 0.037695 | +0.06% |
| 2026-09-14 | 0.037671 | +0.20% |
| 2026-09-13 | 0.037596 | -0.04% |
| 2026-09-12 | 0.037611 | -0.14% |
| Date | 1 DJF in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.037662 | -0.07% |
| 2026-09-10 | 0.037688 | -0.03% |
| 2026-09-09 | 0.037699 | +0.02% |
| 2026-09-08 | 0.037691 | +0.01% |
| 2026-09-07 | 0.037688 | +0.32% |
| 2026-09-06 | 0.037569 | -0.03% |
| 2026-09-05 | 0.03758 | -0.17% |
| 2026-09-04 | 0.037643 | -0.29% |
| 2026-09-03 | 0.037752 | +0.04% |
| 2026-09-02 | 0.037738 | -0.03% |
| 2026-09-01 | 0.037749 | +0.49% |
| 2026-08-31 | 0.037565 | -0.19% |
| 2026-08-30 | 0.037637 | -0.21% |
| 2026-08-29 | 0.037718 | +0.01% |
| 2026-08-28 | 0.037713 | — |
DJF to CNY conversion table
1 DJF0.037774 CNY
5 DJF0.18887 CNY
10 DJF0.37774 CNY
25 DJF0.94435 CNY
50 DJF1.8887 CNY
100 DJF3.7774 CNY
500 DJF18.887 CNY
1,000 DJF37.774 CNY
5,000 DJF188.87 CNY
10,000 DJF377.74 CNY
Get the DJF/CNY rate in your app
One GET request returns the latest DJF → CNY 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/CNY"fetch('https://rate-api.com/api/v1/pair/DJF/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DJF = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DJF/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DJF = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DJF/CNY');
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']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "DJF",
"to": "CNY"
},
"rate": 0.0378,
"timestamp": 1790435099,
"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
CNY to DJFChinese Yuan → Djiboutian Franc26.4732Convert DJF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.