Convert CHF to SRD
Swiss Franc → Surinamese Dollar
1 CHF = 45.594086 SRD(1 SRD = 0.0219327 CHF)
Currency converter
1 CHF =
45.5941 SRD
CHF to SRD: last 30 days
Over the last 30 days, 1 CHF traded between 45.5941 and 47.1459 SRD, averaging 46.4004 SRD. The CHF/SRD rate is down 2.90% since 2026-08-28.
- 30-day high
- 47.1459
- 2026-09-09
- 30-day low
- 45.5941
- 2026-09-25
- 30-day average
- 46.4004
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
47.1459
45.59412026-08-28 → 2026-09-26
| Date | 1 CHF in SRD | Daily change |
|---|---|---|
| 2026-09-26 | 45.5941 | 0.00% |
| 2026-09-25 | 45.5941 | -0.44% |
| 2026-09-24 | 45.7952 | -0.24% |
| 2026-09-23 | 45.9062 | -0.38% |
| 2026-09-22 | 46.0791 | -0.28% |
| 2026-09-21 | 46.2067 | +0.48% |
| 2026-09-20 | 45.9865 | +0.32% |
| 2026-09-19 | 45.8413 | +0.27% |
| 2026-09-18 | 45.7173 | -0.42% |
| 2026-09-17 | 45.9123 | -0.35% |
| 2026-09-16 | 46.074 | -0.50% |
| 2026-09-15 | 46.3068 | +0.03% |
| 2026-09-14 | 46.2928 | -0.94% |
| 2026-09-13 | 46.7337 | +0.62% |
| 2026-09-12 | 46.4442 | +0.03% |
| Date | 1 CHF in SRD | Daily change |
|---|---|---|
| 2026-09-11 | 46.4307 | -0.44% |
| 2026-09-10 | 46.6348 | -1.08% |
| 2026-09-09 | 47.1459 | +1.09% |
| 2026-09-08 | 46.6354 | -0.46% |
| 2026-09-07 | 46.8527 | +0.16% |
| 2026-09-06 | 46.7791 | +0.23% |
| 2026-09-05 | 46.6707 | -0.05% |
| 2026-09-04 | 46.6929 | -0.13% |
| 2026-09-03 | 46.7518 | +0.03% |
| 2026-09-02 | 46.737 | +0.23% |
| 2026-09-01 | 46.6289 | -0.14% |
| 2026-08-31 | 46.6957 | -0.57% |
| 2026-08-30 | 46.9624 | +0.02% |
| 2026-08-29 | 46.9513 | -0.01% |
| 2026-08-28 | 46.9579 | — |
CHF to SRD conversion table
1 CHF45.5941 SRD
5 CHF227.9704 SRD
10 CHF455.9409 SRD
25 CHF1,139.8522 SRD
50 CHF2,279.7043 SRD
100 CHF4,559.4086 SRD
500 CHF22,797.043 SRD
1,000 CHF45,594.086 SRD
5,000 CHF227,970.43 SRD
10,000 CHF455,940.86 SRD
Get the CHF/SRD rate in your app
One GET request returns the latest CHF → SRD 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/SRD"fetch('https://rate-api.com/api/v1/pair/CHF/SRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} SRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/SRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} SRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/SRD');
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']} SRD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "SRD"
},
"rate": 45.5941,
"timestamp": 1790432067,
"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
SRD to CHFSurinamese Dollar → Swiss Franc0.021933Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.