Convert DJF to CAD
Djiboutian Franc → Canadian Dollar
1 DJF = 0.00795785 CAD(1 CAD = 125.66209 DJF)
Currency converter
1 DJF =
0.0079578 CAD
DJF to CAD: last 30 days
Over the last 30 days, 1 DJF traded between 0.0077256 and 0.0079578 CAD, averaging 0.0078121 CAD. The DJF/CAD rate is up 2.37% since 2026-08-28.
- 30-day high
- 0.0079578
- 2026-09-25
- 30-day low
- 0.0077256
- 2026-09-06
- 30-day average
- 0.0078121
- Days with data: 30
- 30-day change
- +2.37%
- since 2026-08-28
0.0079578
0.00772562026-08-28 → 2026-09-26
| Date | 1 DJF in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.0079578 | 0.00% |
| 2026-09-25 | 0.0079578 | +0.18% |
| 2026-09-24 | 0.0079435 | +0.20% |
| 2026-09-23 | 0.0079276 | +0.53% |
| 2026-09-22 | 0.0078855 | +0.24% |
| 2026-09-21 | 0.0078667 | +0.15% |
| 2026-09-20 | 0.0078547 | -0.12% |
| 2026-09-19 | 0.0078639 | -0.06% |
| 2026-09-18 | 0.0078686 | +0.54% |
| 2026-09-17 | 0.0078264 | -0.02% |
| 2026-09-16 | 0.0078283 | +0.13% |
| 2026-09-15 | 0.0078182 | +0.26% |
| 2026-09-14 | 0.0077982 | +0.40% |
| 2026-09-13 | 0.0077668 | -0.04% |
| 2026-09-12 | 0.0077697 | -0.14% |
| Date | 1 DJF in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.0077803 | +0.20% |
| 2026-09-10 | 0.0077644 | +0.34% |
| 2026-09-09 | 0.0077379 | -0.21% |
| 2026-09-08 | 0.0077539 | -0.09% |
| 2026-09-07 | 0.0077612 | +0.46% |
| 2026-09-06 | 0.0077256 | -0.03% |
| 2026-09-05 | 0.0077278 | -0.17% |
| 2026-09-04 | 0.0077408 | -0.11% |
| 2026-09-03 | 0.0077492 | -0.88% |
| 2026-09-02 | 0.0078183 | +0.25% |
| 2026-09-01 | 0.0077988 | +0.46% |
| 2026-08-31 | 0.0077628 | +0.06% |
| 2026-08-30 | 0.0077583 | -0.21% |
| 2026-08-29 | 0.0077749 | +0.01% |
| 2026-08-28 | 0.0077739 | — |
DJF to CAD conversion table
1 DJF0.0079578 CAD
5 DJF0.039789 CAD
10 DJF0.079578 CAD
25 DJF0.19895 CAD
50 DJF0.39789 CAD
100 DJF0.79578 CAD
500 DJF3.9789 CAD
1,000 DJF7.9578 CAD
5,000 DJF39.7892 CAD
10,000 DJF79.5785 CAD
Get the DJF/CAD rate in your app
One GET request returns the latest DJF → CAD 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/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/DJF/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DJF = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DJF/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DJF = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DJF/CAD?precision=6');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "DJF",
"to": "CAD"
},
"rate": 0.007958,
"timestamp": 1790432116,
"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
CAD to DJFCanadian Dollar → Djiboutian Franc125.6621Convert DJF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.