Convert CHF to IQD
Swiss Franc → Iraqi Dinar
1 CHF = 1,581.6824 IQD(1 IQD = 0.000632238 CHF)
Currency converter
1 CHF =
1,581.6824 IQD
CHF to IQD: last 30 days
Over the last 30 days, 1 CHF traded between 1,581.6824 and 1,629.5554 IQD, averaging 1,607.3786 IQD. The CHF/IQD rate is down 2.94% since 2026-08-28.
- 30-day high
- 1,629.5554
- 2026-08-28
- 30-day low
- 1,581.6824
- 2026-09-25
- 30-day average
- 1,607.3786
- Days with data: 30
- 30-day change
- -2.94%
- since 2026-08-28
1,629.5554
1,581.68242026-08-28 → 2026-09-26
| Date | 1 CHF in IQD | Daily change |
|---|---|---|
| 2026-09-26 | 1,581.6824 | 0.00% |
| 2026-09-25 | 1,581.6824 | -0.43% |
| 2026-09-24 | 1,588.5699 | -0.38% |
| 2026-09-23 | 1,594.5929 | -0.31% |
| 2026-09-22 | 1,599.559 | +0.37% |
| 2026-09-21 | 1,593.6813 | +0.43% |
| 2026-09-20 | 1,586.8607 | -0.01% |
| 2026-09-19 | 1,586.9795 | -0.02% |
| 2026-09-18 | 1,587.2337 | -0.68% |
| 2026-09-17 | 1,598.1055 | -0.21% |
| 2026-09-16 | 1,601.431 | -0.01% |
| 2026-09-15 | 1,601.5989 | -0.28% |
| 2026-09-14 | 1,606.1305 | -0.08% |
| 2026-09-13 | 1,607.4138 | -0.07% |
| 2026-09-12 | 1,608.588 | +0.06% |
| Date | 1 CHF in IQD | Daily change |
|---|---|---|
| 2026-09-11 | 1,607.583 | -0.36% |
| 2026-09-10 | 1,613.358 | -0.49% |
| 2026-09-09 | 1,621.2818 | +0.43% |
| 2026-09-08 | 1,614.3171 | -0.31% |
| 2026-09-07 | 1,619.3179 | +0.02% |
| 2026-09-06 | 1,619.0465 | -0.10% |
| 2026-09-05 | 1,620.6015 | +0.06% |
| 2026-09-04 | 1,619.6322 | +0.07% |
| 2026-09-03 | 1,618.4746 | +0.48% |
| 2026-09-02 | 1,610.7276 | -0.35% |
| 2026-09-01 | 1,616.4584 | -0.74% |
| 2026-08-31 | 1,628.5008 | -0.04% |
| 2026-08-30 | 1,629.0791 | -0.01% |
| 2026-08-29 | 1,629.315 | -0.01% |
| 2026-08-28 | 1,629.5554 | — |
CHF to IQD conversion table
1 CHF1,581.6824 IQD
5 CHF7,908.4119 IQD
10 CHF15,816.824 IQD
25 CHF39,542.059 IQD
50 CHF79,084.119 IQD
100 CHF158,168.24 IQD
500 CHF790,841.19 IQD
1,000 CHF1,581,682.4 IQD
5,000 CHF7,908,411.9 IQD
10,000 CHF15,816,824 IQD
Get the CHF/IQD rate in your app
One GET request returns the latest CHF → IQD 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/CHF/IQD"fetch('https://rate-api.com/api/v1/pair/CHF/IQD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} IQD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/IQD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} IQD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/IQD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} IQD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "IQD"
},
"rate": 1581.6824,
"timestamp": 1790429338,
"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
IQD to CHFIraqi Dinar → Swiss Franc0.00063224Convert CHF to other currencies
Convert other currencies to IQD
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.