Skip to content

CHF to SCR exchange rate API

Swiss Franc to Seychelles Rupee · quoted 2026-09-24

17.2187

▼ +7.24% over 1Y

1 CHF = 17.2187 SCR · 1 SCR = 0.05808 CHF · Get this rate via the API

1 CHF buys 17.2187 SCR as of 2026-09-24, so 1 SCR buys 0.05808 CHF. Over the last year, CHF/SCR traded between 16.9987 and 19.1250, averaged 17.9331 and fell 7.24%. The API holds daily CHF/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/SCR over 1Y

CHF/SCR over 1Y: show the values
PointCHF/SCR
2025-09-2418.5623
2025-10-0118.3215
2025-10-0818.1818
2025-10-1517.0078
2025-10-2218.1291
2025-10-2918.0661
2025-11-0518.4837
2025-11-1217.7360
2025-11-1917.6364
2025-11-2617.6197
2025-12-0317.9615
2025-12-1117.8416
2025-12-1818.4112
2025-12-2518.3466
2026-01-0119.0860
2026-01-0817.4363
2026-01-1517.8581
2026-01-2218.0741
2026-01-2918.5707
2026-02-0518.8786
2026-02-1217.8331
2026-02-1917.6145
2026-02-2617.8383
2026-03-0518.8346
2026-03-1218.9349
2026-03-1919.1250
2026-03-2617.5428
2026-04-0218.1965
2026-04-0917.9670
2026-04-1618.3550
2026-04-2317.4513
2026-04-3017.5376
2026-05-0717.9214
2026-05-1517.3924
2026-05-2317.5321
2026-05-3018.5960
2026-06-0616.9987
2026-06-1518.0791
2026-06-2217.7889
2026-06-2917.9620
2026-07-0617.7283
2026-07-1318.0713
2026-07-2017.3298
2026-07-2717.3017
2026-08-0317.8214
2026-08-1017.9691
2026-08-1717.5572
2026-08-2517.8354
2026-09-0117.4985
2026-09-0817.5465
2026-09-1517.2882
2026-09-2217.5804

High

19.1250

Low

16.9987

Average

17.9331

For developers

Get this rate via the API

One GET request returns the CHF/SCR 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=SCR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=SCR");
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=SCR").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/SCR API questions

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

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

How far back does CHF/SCR historical data go?

Daily CHF/SCR 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/SCR 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.