Convert QAR to CHF
Qatari Rial → Swiss Franc
1 QAR = 0.227552 CHF(1 CHF = 4.394592 QAR)
Currency converter
1 QAR =
0.22755 CHF
QAR to CHF: last 30 days
Over the last 30 days, 1 QAR traded between 0.22095 and 0.22755 CHF, averaging 0.22408 CHF. The QAR/CHF rate is up 2.99% since 2026-08-28.
- 30-day high
- 0.22755
- 2026-09-25
- 30-day low
- 0.22095
- 2026-08-28
- 30-day average
- 0.22408
- Days with data: 30
- 30-day change
- +2.99%
- since 2026-08-28
0.22755
0.220952026-08-28 → 2026-09-26
| Date | 1 QAR in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.22755 | 0.00% |
| 2026-09-25 | 0.22755 | +0.07% |
| 2026-09-24 | 0.2274 | +0.59% |
| 2026-09-23 | 0.22607 | +0.42% |
| 2026-09-22 | 0.22512 | -0.24% |
| 2026-09-21 | 0.22566 | -0.51% |
| 2026-09-20 | 0.22683 | 0.00% |
| 2026-09-19 | 0.22683 | +0.13% |
| 2026-09-18 | 0.22653 | +0.01% |
| 2026-09-17 | 0.22651 | +0.67% |
| 2026-09-16 | 0.22501 | +0.10% |
| 2026-09-15 | 0.22477 | +0.21% |
| 2026-09-14 | 0.2243 | +0.14% |
| 2026-09-13 | 0.22398 | 0.00% |
| 2026-09-12 | 0.22398 | 0.00% |
| Date | 1 QAR in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.22398 | +0.41% |
| 2026-09-10 | 0.22307 | +0.61% |
| 2026-09-09 | 0.22172 | -0.55% |
| 2026-09-08 | 0.22295 | +0.28% |
| 2026-09-07 | 0.22232 | 0.00% |
| 2026-09-06 | 0.22232 | 0.00% |
| 2026-09-05 | 0.22232 | 0.00% |
| 2026-09-04 | 0.22232 | +0.10% |
| 2026-09-03 | 0.2221 | -0.68% |
| 2026-09-02 | 0.22362 | +0.42% |
| 2026-09-01 | 0.22267 | +0.24% |
| 2026-08-31 | 0.22213 | +0.53% |
| 2026-08-30 | 0.22095 | 0.00% |
| 2026-08-29 | 0.22095 | 0.00% |
| 2026-08-28 | 0.22095 | — |
QAR to CHF conversion table
1 QAR0.22755 CHF
5 QAR1.1378 CHF
10 QAR2.2755 CHF
25 QAR5.6888 CHF
50 QAR11.3776 CHF
100 QAR22.7552 CHF
500 QAR113.7762 CHF
1,000 QAR227.5524 CHF
5,000 QAR1,137.7621 CHF
10,000 QAR2,275.5242 CHF
Get the QAR/CHF rate in your app
One GET request returns the latest QAR → 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/QAR/CHF"fetch('https://rate-api.com/api/v1/pair/QAR/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 QAR = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/QAR/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 QAR = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/QAR/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 QAR = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "QAR",
"to": "CHF"
},
"rate": 0.2276,
"timestamp": 1790432088,
"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 QARSwiss Franc → Qatari Rial4.3946Convert QAR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.