Convert CHF to XDR
Swiss Franc → IMF Special Drawing Rights
1 CHF = 0.881972 XDR(1 XDR = 1.133823 CHF)
Currency converter
1 CHF =
0.88197 XDR
CHF to XDR: last 30 days
Over the last 30 days, 1 CHF traded between 0.85636 and 0.90619 XDR, averaging 0.89341 XDR. The CHF/XDR rate is down 2.67% since 2026-08-29.
- 30-day high
- 0.90619
- 2026-08-29
- 30-day low
- 0.85636
- 2026-09-18
- 30-day average
- 0.89341
- Days with data: 30
- 30-day change
- -2.67%
- since 2026-08-29
0.90619
0.856362026-08-29 → 2026-09-27
| Date | 1 CHF in XDR | Daily change |
|---|---|---|
| 2026-09-27 | 0.88197 | 0.00% |
| 2026-09-26 | 0.88197 | -0.73% |
| 2026-09-25 | 0.88848 | +0.13% |
| 2026-09-24 | 0.88732 | -0.36% |
| 2026-09-23 | 0.89054 | -0.31% |
| 2026-09-22 | 0.8933 | +0.12% |
| 2026-09-21 | 0.89225 | +0.87% |
| 2026-09-20 | 0.88455 | -0.15% |
| 2026-09-19 | 0.88587 | +3.45% |
| 2026-09-18 | 0.85636 | -3.32% |
| 2026-09-17 | 0.88577 | -0.68% |
| 2026-09-16 | 0.89186 | -0.05% |
| 2026-09-15 | 0.89226 | -0.06% |
| 2026-09-14 | 0.89281 | -0.07% |
| 2026-09-13 | 0.89341 | -0.00% |
| Date | 1 CHF in XDR | Daily change |
|---|---|---|
| 2026-09-12 | 0.89341 | +0.04% |
| 2026-09-11 | 0.89303 | -0.38% |
| 2026-09-10 | 0.89641 | -0.69% |
| 2026-09-09 | 0.90266 | +0.50% |
| 2026-09-08 | 0.89822 | -0.28% |
| 2026-09-07 | 0.90076 | +0.07% |
| 2026-09-06 | 0.90012 | -0.01% |
| 2026-09-05 | 0.90019 | -0.15% |
| 2026-09-04 | 0.90154 | -0.31% |
| 2026-09-03 | 0.90432 | +0.74% |
| 2026-09-02 | 0.89766 | -0.40% |
| 2026-09-01 | 0.90128 | -0.07% |
| 2026-08-31 | 0.9019 | -0.44% |
| 2026-08-30 | 0.90588 | -0.03% |
| 2026-08-29 | 0.90619 | — |
CHF to XDR conversion table
1 CHF0.88197 XDR
5 CHF4.4099 XDR
10 CHF8.8197 XDR
25 CHF22.0493 XDR
50 CHF44.0986 XDR
100 CHF88.1972 XDR
500 CHF440.9861 XDR
1,000 CHF881.9721 XDR
5,000 CHF4,409.8605 XDR
10,000 CHF8,819.721 XDR
Get the CHF/XDR rate in your app
One GET request returns the latest CHF → XDR 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/XDR"fetch('https://rate-api.com/api/v1/pair/CHF/XDR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} XDR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/XDR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} XDR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/XDR');
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']} XDR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "XDR"
},
"rate": 0.882,
"timestamp": 1790470781,
"date": "2026-09-27"
}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
XDR to CHFIMF Special Drawing Rights → Swiss Franc1.1338Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.