Convert XDR to CHF
IMF Special Drawing Rights → Swiss Franc
1 XDR = 1.125515 CHF(1 CHF = 0.888482 XDR)
Currency converter
1 XDR =
1.1255 CHF
XDR to CHF: last 30 days
Over the last 30 days, 1 XDR traded between 1.1026 and 1.1677 CHF, averaging 1.1181 CHF. The XDR/CHF rate is up 2.08% since 2026-08-28.
- 30-day high
- 1.1677
- 2026-09-18
- 30-day low
- 1.1026
- 2026-08-28
- 30-day average
- 1.1181
- Days with data: 30
- 30-day change
- +2.08%
- since 2026-08-28
1.1677
1.10262026-08-28 → 2026-09-26
| Date | 1 XDR in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 1.1255 | 0.00% |
| 2026-09-25 | 1.1255 | -0.13% |
| 2026-09-24 | 1.127 | +0.36% |
| 2026-09-23 | 1.1229 | +0.31% |
| 2026-09-22 | 1.1194 | -0.12% |
| 2026-09-21 | 1.1208 | -0.86% |
| 2026-09-20 | 1.1305 | +0.15% |
| 2026-09-19 | 1.1288 | -3.33% |
| 2026-09-18 | 1.1677 | +3.43% |
| 2026-09-17 | 1.129 | +0.69% |
| 2026-09-16 | 1.1213 | +0.05% |
| 2026-09-15 | 1.1207 | +0.06% |
| 2026-09-14 | 1.1201 | +0.07% |
| 2026-09-13 | 1.1193 | +0.00% |
| 2026-09-12 | 1.1193 | -0.04% |
| Date | 1 XDR in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 1.1198 | +0.38% |
| 2026-09-10 | 1.1156 | +0.70% |
| 2026-09-09 | 1.1078 | -0.49% |
| 2026-09-08 | 1.1133 | +0.28% |
| 2026-09-07 | 1.1102 | -0.07% |
| 2026-09-06 | 1.111 | +0.01% |
| 2026-09-05 | 1.1109 | +0.15% |
| 2026-09-04 | 1.1092 | +0.31% |
| 2026-09-03 | 1.1058 | -0.74% |
| 2026-09-02 | 1.114 | +0.40% |
| 2026-09-01 | 1.1095 | +0.07% |
| 2026-08-31 | 1.1088 | +0.44% |
| 2026-08-30 | 1.1039 | +0.03% |
| 2026-08-29 | 1.1035 | +0.09% |
| 2026-08-28 | 1.1026 | — |
XDR to CHF conversion table
1 XDR1.1255 CHF
5 XDR5.6276 CHF
10 XDR11.2552 CHF
25 XDR28.1379 CHF
50 XDR56.2758 CHF
100 XDR112.5515 CHF
500 XDR562.7575 CHF
1,000 XDR1,125.5151 CHF
5,000 XDR5,627.5754 CHF
10,000 XDR11,255.151 CHF
Get the XDR/CHF rate in your app
One GET request returns the latest XDR → 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/XDR/CHF"fetch('https://rate-api.com/api/v1/pair/XDR/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XDR = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XDR/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XDR = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XDR/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 XDR = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "XDR",
"to": "CHF"
},
"rate": 1.1255,
"timestamp": 1790435065,
"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 XDRSwiss Franc → IMF Special Drawing Rights0.88848Convert XDR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.