Convert CHF to RSD
Swiss Franc → Serbian Dinar
1 CHF = 124.72314 RSD(1 RSD = 0.00801776 CHF)
Currency converter
1 CHF =
124.7231 RSD
CHF to RSD: last 30 days
Over the last 30 days, 1 CHF traded between 123.7267 and 125.902 RSD, averaging 124.5995 RSD. The CHF/RSD rate is down 0.44% since 2026-08-28.
- 30-day high
- 125.902
- 2026-08-30
- 30-day low
- 123.7267
- 2026-09-18
- 30-day average
- 124.5995
- Days with data: 30
- 30-day change
- -0.44%
- since 2026-08-28
125.902
123.72672026-08-28 → 2026-09-26
| Date | 1 CHF in RSD | Daily change |
|---|---|---|
| 2026-09-26 | 124.7231 | 0.00% |
| 2026-09-25 | 124.7231 | +0.03% |
| 2026-09-24 | 124.685 | -0.11% |
| 2026-09-23 | 124.8176 | -0.02% |
| 2026-09-22 | 124.8386 | +0.28% |
| 2026-09-21 | 124.4843 | +0.45% |
| 2026-09-20 | 123.9214 | +0.01% |
| 2026-09-19 | 123.9052 | +0.14% |
| 2026-09-18 | 123.7267 | -0.24% |
| 2026-09-17 | 124.0206 | -0.10% |
| 2026-09-16 | 124.145 | -0.14% |
| 2026-09-15 | 124.3221 | +0.25% |
| 2026-09-14 | 124.0061 | -0.07% |
| 2026-09-13 | 124.0943 | +0.01% |
| 2026-09-12 | 124.0809 | +0.02% |
| Date | 1 CHF in RSD | Daily change |
|---|---|---|
| 2026-09-11 | 124.0567 | -0.09% |
| 2026-09-10 | 124.1736 | -0.66% |
| 2026-09-09 | 124.9996 | +0.49% |
| 2026-09-08 | 124.3897 | -0.37% |
| 2026-09-07 | 124.853 | +0.01% |
| 2026-09-06 | 124.8454 | +0.00% |
| 2026-09-05 | 124.8429 | +0.11% |
| 2026-09-04 | 124.7114 | -0.32% |
| 2026-09-03 | 125.1132 | +0.52% |
| 2026-09-02 | 124.4683 | -0.25% |
| 2026-09-01 | 124.7818 | -0.35% |
| 2026-08-31 | 125.2208 | -0.54% |
| 2026-08-30 | 125.902 | +0.04% |
| 2026-08-29 | 125.8575 | +0.47% |
| 2026-08-28 | 125.2749 | — |
CHF to RSD conversion table
1 CHF124.7231 RSD
5 CHF623.6157 RSD
10 CHF1,247.2314 RSD
25 CHF3,118.0785 RSD
50 CHF6,236.157 RSD
100 CHF12,472.314 RSD
500 CHF62,361.57 RSD
1,000 CHF124,723.14 RSD
5,000 CHF623,615.7 RSD
10,000 CHF1,247,231.4 RSD
Get the CHF/RSD rate in your app
One GET request returns the latest CHF → RSD 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/RSD"fetch('https://rate-api.com/api/v1/pair/CHF/RSD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} RSD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/RSD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} RSD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/RSD');
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']} RSD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "RSD"
},
"rate": 124.7231,
"timestamp": 1790447430,
"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
RSD to CHFSerbian Dinar → Swiss Franc0.0080178Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.