Skip to content

CHF to RSD exchange rate API

Swiss Franc to Serbian Dinar · quoted 2026-09-25

124.6262

▼ +0.60% over 1Y

1 CHF = 124.6262 RSD · 1 RSD = 0.008024 CHF · Get this rate via the API

1 CHF buys 124.6262 RSD as of 2026-09-25, so 1 RSD buys 0.008024 CHF. Over the last year, CHF/RSD traded between 124.1455 and 129.4942, averaged 126.7598 and fell 0.60%. The API holds daily CHF/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/RSD over 1Y

CHF/RSD over 1Y: show the values
PointCHF/RSD
2025-09-25125.3747
2025-10-02125.4929
2025-10-09125.5525
2025-10-16125.6854
2025-10-23126.6518
2025-10-30125.6141
2025-11-06126.0947
2025-11-13127.0954
2025-11-20126.0449
2025-11-27125.4184
2025-12-04125.7415
2025-12-12125.7482
2025-12-19125.8156
2025-12-26126.2528
2026-01-02125.7477
2026-01-09125.8836
2026-01-16126.1078
2026-01-23126.5106
2026-01-30128.3486
2026-02-06127.9829
2026-02-13128.6259
2026-02-20128.6780
2026-02-27129.0675
2026-03-06129.1600
2026-03-13129.4942
2026-03-20129.0132
2026-03-27127.7139
2026-04-03127.2099
2026-04-10127.2255
2026-04-17127.3609
2026-04-24128.0068
2026-05-01128.1116
2026-05-08128.5773
2026-05-16128.2834
2026-05-24129.1783
2026-05-31128.9260
2026-06-09127.8934
2026-06-16127.3497
2026-06-23126.8215
2026-06-30127.1934
2026-07-07127.2607
2026-07-14126.9170
2026-07-21126.8370
2026-07-28125.8691
2026-08-04125.9892
2026-08-11125.4539
2026-08-18124.7664
2026-08-26125.0651
2026-09-02124.4687
2026-09-09124.9995
2026-09-16124.1455
2026-09-23124.8176

High

129.4942

Low

124.1455

Average

126.7598

For developers

Get this rate via the API

One GET request returns the CHF/RSD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=RSD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=RSD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=RSD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/RSD API questions

How do I get the CHF/RSD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=RSD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/RSD rate in rates.RSD.

How far back does CHF/RSD historical data go?

Daily CHF/RSD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/RSD exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.