Convert JOD to CAD
Jordanian Dinar → Canadian Dollar
1 JOD = 1.994749 CAD(1 CAD = 0.501316 JOD)
Currency converter
1 JOD =
1.9947 CAD
JOD to CAD: last 30 days
Over the last 30 days, 1 JOD traded between 1.9419 and 1.9947 CAD, averaging 1.9631 CAD. The JOD/CAD rate is up 2.08% since 2026-08-28.
- 30-day high
- 1.9947
- 2026-09-25
- 30-day low
- 1.9419
- 2026-09-09
- 30-day average
- 1.9631
- Days with data: 30
- 30-day change
- +2.08%
- since 2026-08-28
1.9947
1.94192026-08-28 → 2026-09-26
| Date | 1 JOD in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 1.9947 | 0.00% |
| 2026-09-25 | 1.9947 | +0.18% |
| 2026-09-24 | 1.9911 | +0.20% |
| 2026-09-23 | 1.9872 | +0.32% |
| 2026-09-22 | 1.9808 | +0.29% |
| 2026-09-21 | 1.9752 | -0.04% |
| 2026-09-20 | 1.976 | 0.00% |
| 2026-09-19 | 1.976 | +0.00% |
| 2026-09-18 | 1.9759 | +0.10% |
| 2026-09-17 | 1.9739 | +0.40% |
| 2026-09-16 | 1.966 | +0.14% |
| 2026-09-15 | 1.9633 | +0.24% |
| 2026-09-14 | 1.9587 | +0.21% |
| 2026-09-13 | 1.9546 | 0.00% |
| 2026-09-12 | 1.9546 | 0.00% |
| Date | 1 JOD in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 1.9546 | +0.30% |
| 2026-09-10 | 1.9487 | +0.35% |
| 2026-09-09 | 1.9419 | -0.27% |
| 2026-09-08 | 1.9471 | -0.11% |
| 2026-09-07 | 1.9492 | +0.14% |
| 2026-09-06 | 1.9464 | 0.00% |
| 2026-09-05 | 1.9464 | 0.00% |
| 2026-09-04 | 1.9464 | +0.06% |
| 2026-09-03 | 1.9453 | -0.96% |
| 2026-09-02 | 1.964 | +0.27% |
| 2026-09-01 | 1.9588 | +0.01% |
| 2026-08-31 | 1.9585 | +0.23% |
| 2026-08-30 | 1.954 | 0.00% |
| 2026-08-29 | 1.954 | 0.00% |
| 2026-08-28 | 1.954 | — |
JOD to CAD conversion table
1 JOD1.9947 CAD
5 JOD9.9737 CAD
10 JOD19.9475 CAD
25 JOD49.8687 CAD
50 JOD99.7374 CAD
100 JOD199.4749 CAD
500 JOD997.3744 CAD
1,000 JOD1,994.7489 CAD
5,000 JOD9,973.7443 CAD
10,000 JOD19,947.489 CAD
Get the JOD/CAD rate in your app
One GET request returns the latest JOD → 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/JOD/CAD"fetch('https://rate-api.com/api/v1/pair/JOD/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JOD = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JOD/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JOD = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JOD/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JOD = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "JOD",
"to": "CAD"
},
"rate": 1.9947,
"timestamp": 1790432117,
"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 JODCanadian Dollar → Jordanian Dinar0.50132Convert JOD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.