Convert CHF to SDG
Swiss Franc → Sudanese Pound
1 CHF = 724.61213 SDG(1 SDG = 0.00138005 CHF)
Currency converter
1 CHF =
724.6121 SDG
CHF to SDG: last 30 days
Over the last 30 days, 1 CHF traded between 724.6121 and 746.2855 SDG, averaging 735.9149 SDG. The CHF/SDG rate is down 2.89% since 2026-08-28.
- 30-day high
- 746.2855
- 2026-08-29
- 30-day low
- 724.6121
- 2026-09-25
- 30-day average
- 735.9149
- Days with data: 30
- 30-day change
- -2.89%
- since 2026-08-28
746.2855
724.61212026-08-28 → 2026-09-26
| Date | 1 CHF in SDG | Daily change |
|---|---|---|
| 2026-09-26 | 724.6121 | 0.00% |
| 2026-09-25 | 724.6121 | -0.07% |
| 2026-09-24 | 725.0846 | -0.59% |
| 2026-09-23 | 729.3772 | -0.41% |
| 2026-09-22 | 732.416 | +0.23% |
| 2026-09-21 | 730.7089 | +0.52% |
| 2026-09-20 | 726.9622 | -0.00% |
| 2026-09-19 | 726.9732 | -0.21% |
| 2026-09-18 | 728.5187 | +0.08% |
| 2026-09-17 | 727.9234 | -0.66% |
| 2026-09-16 | 732.775 | -0.12% |
| 2026-09-15 | 733.6525 | -0.20% |
| 2026-09-14 | 735.136 | -0.14% |
| 2026-09-13 | 736.1357 | +0.00% |
| 2026-09-12 | 736.1341 | -0.01% |
| Date | 1 CHF in SDG | Daily change |
|---|---|---|
| 2026-09-11 | 736.1757 | -0.41% |
| 2026-09-10 | 739.1718 | -0.61% |
| 2026-09-09 | 743.6938 | +0.57% |
| 2026-09-08 | 739.487 | -0.29% |
| 2026-09-07 | 741.6205 | -0.01% |
| 2026-09-06 | 741.6631 | -0.00% |
| 2026-09-05 | 741.6744 | +0.01% |
| 2026-09-04 | 741.6056 | -0.11% |
| 2026-09-03 | 742.392 | +0.67% |
| 2026-09-02 | 737.4461 | -0.40% |
| 2026-09-01 | 740.4076 | -0.26% |
| 2026-08-31 | 742.332 | -0.53% |
| 2026-08-30 | 746.2808 | -0.00% |
| 2026-08-29 | 746.2855 | +0.01% |
| 2026-08-28 | 746.188 | — |
CHF to SDG conversion table
1 CHF724.6121 SDG
5 CHF3,623.0606 SDG
10 CHF7,246.1213 SDG
25 CHF18,115.303 SDG
50 CHF36,230.606 SDG
100 CHF72,461.213 SDG
500 CHF362,306.06 SDG
1,000 CHF724,612.13 SDG
5,000 CHF3,623,060.6 SDG
10,000 CHF7,246,121.3 SDG
Get the CHF/SDG rate in your app
One GET request returns the latest CHF → SDG 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/SDG"fetch('https://rate-api.com/api/v1/pair/CHF/SDG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} SDG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/SDG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} SDG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/SDG');
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']} SDG\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "SDG"
},
"rate": 724.6121,
"timestamp": 1790429285,
"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
SDG to CHFSudanese Pound → Swiss Franc0.00138Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.