CHF to SRD exchange rate API
Swiss Franc to Surinam Dollar · quoted 2026-09-25
45.5455
▼ +5.00% over 1Y
1 CHF = 45.5455 SRD · 1 SRD = 0.02196 CHF · Get this rate via the API
1 CHF buys 45.5455 SRD as of 2026-09-25, so 1 SRD buys 0.02196 CHF. Over the last year, CHF/SRD traded between 45.5455 and 49.7167, averaged 47.6235 and fell 5.00%. The API holds daily CHF/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/SRD over 1Y: show the values
| Point | CHF/SRD |
|---|---|
| 2025-09-25 | 47.9429 |
| 2025-10-02 | 48.2039 |
| 2025-10-09 | 47.6006 |
| 2025-10-16 | 48.9981 |
| 2025-10-23 | 49.7167 |
| 2025-10-30 | 48.7741 |
| 2025-11-06 | 47.7691 |
| 2025-11-13 | 48.4478 |
| 2025-11-20 | 47.7656 |
| 2025-11-27 | 47.6678 |
| 2025-12-04 | 48.1781 |
| 2025-12-12 | 48.4013 |
| 2025-12-19 | 48.3591 |
| 2025-12-26 | 48.6592 |
| 2026-01-02 | 48.0197 |
| 2026-01-09 | 47.8796 |
| 2026-01-16 | 47.6854 |
| 2026-01-23 | 48.3694 |
| 2026-01-30 | 49.3806 |
| 2026-02-06 | 48.6314 |
| 2026-02-13 | 49.2119 |
| 2026-02-20 | 48.4415 |
| 2026-02-27 | 49.0725 |
| 2026-03-06 | 48.2829 |
| 2026-03-13 | 47.6245 |
| 2026-03-20 | 47.7442 |
| 2026-03-27 | 47.2566 |
| 2026-04-03 | 46.6216 |
| 2026-04-10 | 47.6190 |
| 2026-04-17 | 47.9267 |
| 2026-04-24 | 47.6158 |
| 2026-05-01 | 47.9511 |
| 2026-05-08 | 48.0806 |
| 2026-05-16 | 47.4568 |
| 2026-05-24 | 47.6096 |
| 2026-05-31 | 47.5745 |
| 2026-06-09 | 47.0821 |
| 2026-06-16 | 47.3038 |
| 2026-06-23 | 46.2789 |
| 2026-06-30 | 46.3653 |
| 2026-07-07 | 46.8652 |
| 2026-07-14 | 46.5646 |
| 2026-07-21 | 46.3719 |
| 2026-07-28 | 46.0759 |
| 2026-08-04 | 46.8110 |
| 2026-08-11 | 46.5930 |
| 2026-08-18 | 46.5142 |
| 2026-08-26 | 47.2703 |
| 2026-09-02 | 46.7372 |
| 2026-09-09 | 47.1458 |
| 2026-09-16 | 46.0742 |
| 2026-09-23 | 45.9062 |
High
49.7167
Low
45.5455
Average
47.6235
Get this rate via the API
One GET request returns the CHF/SRD 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=SRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SRD").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/SRD API questions
How do I get the CHF/SRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/SRD rate in rates.SRD.
How far back does CHF/SRD historical data go?
Daily CHF/SRD 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/SRD 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.