Convert CHF to QAR
Swiss Franc → Qatari Rial
1 CHF = 4.394592 QAR(1 QAR = 0.227552 CHF)
Currency converter
1 CHF =
4.3946 QAR
CHF to QAR: last 30 days
Over the last 30 days, 1 CHF traded between 4.3946 and 4.5259 QAR, averaging 4.463 QAR. The CHF/QAR rate is down 2.90% since 2026-08-28.
- 30-day high
- 4.5259
- 2026-08-28
- 30-day low
- 4.3946
- 2026-09-25
- 30-day average
- 4.463
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
4.5259
4.39462026-08-28 → 2026-09-26
| Date | 1 CHF in QAR | Daily change |
|---|---|---|
| 2026-09-26 | 4.3946 | 0.00% |
| 2026-09-25 | 4.3946 | -0.07% |
| 2026-09-24 | 4.3975 | -0.59% |
| 2026-09-23 | 4.4234 | -0.42% |
| 2026-09-22 | 4.4422 | +0.24% |
| 2026-09-21 | 4.4314 | +0.52% |
| 2026-09-20 | 4.4086 | 0.00% |
| 2026-09-19 | 4.4086 | -0.13% |
| 2026-09-18 | 4.4143 | -0.01% |
| 2026-09-17 | 4.4149 | -0.66% |
| 2026-09-16 | 4.4443 | -0.10% |
| 2026-09-15 | 4.4489 | -0.21% |
| 2026-09-14 | 4.4582 | -0.14% |
| 2026-09-13 | 4.4646 | 0.00% |
| 2026-09-12 | 4.4646 | 0.00% |
| Date | 1 CHF in QAR | Daily change |
|---|---|---|
| 2026-09-11 | 4.4646 | -0.41% |
| 2026-09-10 | 4.4829 | -0.60% |
| 2026-09-09 | 4.5101 | +0.55% |
| 2026-09-08 | 4.4854 | -0.28% |
| 2026-09-07 | 4.498 | 0.00% |
| 2026-09-06 | 4.498 | 0.00% |
| 2026-09-05 | 4.498 | 0.00% |
| 2026-09-04 | 4.498 | -0.10% |
| 2026-09-03 | 4.5025 | +0.68% |
| 2026-09-02 | 4.472 | -0.42% |
| 2026-09-01 | 4.4909 | -0.24% |
| 2026-08-31 | 4.5019 | -0.53% |
| 2026-08-30 | 4.5259 | 0.00% |
| 2026-08-29 | 4.5259 | 0.00% |
| 2026-08-28 | 4.5259 | — |
CHF to QAR conversion table
1 CHF4.3946 QAR
5 CHF21.973 QAR
10 CHF43.9459 QAR
25 CHF109.8648 QAR
50 CHF219.7296 QAR
100 CHF439.4592 QAR
500 CHF2,197.2959 QAR
1,000 CHF4,394.5918 QAR
5,000 CHF21,972.959 QAR
10,000 CHF43,945.918 QAR
Get the CHF/QAR rate in your app
One GET request returns the latest CHF → QAR 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/QAR"fetch('https://rate-api.com/api/v1/pair/CHF/QAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} QAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/QAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} QAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/QAR');
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']} QAR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "QAR"
},
"rate": 4.3946,
"timestamp": 1790429349,
"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
QAR to CHFQatari Rial → Swiss Franc0.22755Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.