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: show the values
| Point | CHF/RSD |
|---|---|
| 2025-09-25 | 125.3747 |
| 2025-10-02 | 125.4929 |
| 2025-10-09 | 125.5525 |
| 2025-10-16 | 125.6854 |
| 2025-10-23 | 126.6518 |
| 2025-10-30 | 125.6141 |
| 2025-11-06 | 126.0947 |
| 2025-11-13 | 127.0954 |
| 2025-11-20 | 126.0449 |
| 2025-11-27 | 125.4184 |
| 2025-12-04 | 125.7415 |
| 2025-12-12 | 125.7482 |
| 2025-12-19 | 125.8156 |
| 2025-12-26 | 126.2528 |
| 2026-01-02 | 125.7477 |
| 2026-01-09 | 125.8836 |
| 2026-01-16 | 126.1078 |
| 2026-01-23 | 126.5106 |
| 2026-01-30 | 128.3486 |
| 2026-02-06 | 127.9829 |
| 2026-02-13 | 128.6259 |
| 2026-02-20 | 128.6780 |
| 2026-02-27 | 129.0675 |
| 2026-03-06 | 129.1600 |
| 2026-03-13 | 129.4942 |
| 2026-03-20 | 129.0132 |
| 2026-03-27 | 127.7139 |
| 2026-04-03 | 127.2099 |
| 2026-04-10 | 127.2255 |
| 2026-04-17 | 127.3609 |
| 2026-04-24 | 128.0068 |
| 2026-05-01 | 128.1116 |
| 2026-05-08 | 128.5773 |
| 2026-05-16 | 128.2834 |
| 2026-05-24 | 129.1783 |
| 2026-05-31 | 128.9260 |
| 2026-06-09 | 127.8934 |
| 2026-06-16 | 127.3497 |
| 2026-06-23 | 126.8215 |
| 2026-06-30 | 127.1934 |
| 2026-07-07 | 127.2607 |
| 2026-07-14 | 126.9170 |
| 2026-07-21 | 126.8370 |
| 2026-07-28 | 125.8691 |
| 2026-08-04 | 125.9892 |
| 2026-08-11 | 125.4539 |
| 2026-08-18 | 124.7664 |
| 2026-08-26 | 125.0651 |
| 2026-09-02 | 124.4687 |
| 2026-09-09 | 124.9995 |
| 2026-09-16 | 124.1455 |
| 2026-09-23 | 124.8176 |
High
129.4942
Low
124.1455
Average
126.7598
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.