Convert JOD to CHF
Jordanian Dinar → Swiss Franc
1 JOD = 1.168252 CHF(1 CHF = 0.85598 JOD)
Currency converter
1 JOD =
1.1683 CHF
JOD to CHF: last 30 days
Over the last 30 days, 1 JOD traded between 1.1344 and 1.1683 CHF, averaging 1.1505 CHF. The JOD/CHF rate is up 2.99% since 2026-08-28.
- 30-day high
- 1.1683
- 2026-09-25
- 30-day low
- 1.1344
- 2026-08-28
- 30-day average
- 1.1505
- Days with data: 30
- 30-day change
- +2.99%
- since 2026-08-28
1.1683
1.13442026-08-28 → 2026-09-26
| Date | 1 JOD in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 1.1683 | 0.00% |
| 2026-09-25 | 1.1683 | +0.07% |
| 2026-09-24 | 1.1675 | +0.59% |
| 2026-09-23 | 1.1606 | +0.42% |
| 2026-09-22 | 1.1557 | -0.24% |
| 2026-09-21 | 1.1585 | -0.51% |
| 2026-09-20 | 1.1645 | 0.00% |
| 2026-09-19 | 1.1645 | +0.00% |
| 2026-09-18 | 1.1645 | +0.14% |
| 2026-09-17 | 1.1629 | +0.67% |
| 2026-09-16 | 1.1552 | +0.10% |
| 2026-09-15 | 1.154 | +0.21% |
| 2026-09-14 | 1.1516 | +0.14% |
| 2026-09-13 | 1.1499 | 0.00% |
| 2026-09-12 | 1.1499 | 0.00% |
| Date | 1 JOD in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 1.1499 | +0.41% |
| 2026-09-10 | 1.1452 | +0.61% |
| 2026-09-09 | 1.1383 | -0.55% |
| 2026-09-08 | 1.1446 | +0.28% |
| 2026-09-07 | 1.1414 | 0.00% |
| 2026-09-06 | 1.1414 | 0.00% |
| 2026-09-05 | 1.1414 | 0.00% |
| 2026-09-04 | 1.1414 | +0.10% |
| 2026-09-03 | 1.1403 | -0.68% |
| 2026-09-02 | 1.148 | +0.42% |
| 2026-09-01 | 1.1432 | +0.24% |
| 2026-08-31 | 1.1404 | +0.53% |
| 2026-08-30 | 1.1344 | 0.00% |
| 2026-08-29 | 1.1344 | 0.00% |
| 2026-08-28 | 1.1344 | — |
JOD to CHF conversion table
1 JOD1.1683 CHF
5 JOD5.8413 CHF
10 JOD11.6825 CHF
25 JOD29.2063 CHF
50 JOD58.4126 CHF
100 JOD116.8252 CHF
500 JOD584.1261 CHF
1,000 JOD1,168.2522 CHF
5,000 JOD5,841.2609 CHF
10,000 JOD11,682.522 CHF
Get the JOD/CHF rate in your app
One GET request returns the latest JOD → CHF 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/CHF"fetch('https://rate-api.com/api/v1/pair/JOD/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JOD = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JOD/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JOD = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JOD/CHF');
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']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "JOD",
"to": "CHF"
},
"rate": 1.1683,
"timestamp": 1790432082,
"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
CHF to JODSwiss Franc → Jordanian Dinar0.85598Convert JOD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.