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: show the values
| Point | CHF/SCR |
|---|---|
| 2025-09-24 | 18.5623 |
| 2025-10-01 | 18.3215 |
| 2025-10-08 | 18.1818 |
| 2025-10-15 | 17.0078 |
| 2025-10-22 | 18.1291 |
| 2025-10-29 | 18.0661 |
| 2025-11-05 | 18.4837 |
| 2025-11-12 | 17.7360 |
| 2025-11-19 | 17.6364 |
| 2025-11-26 | 17.6197 |
| 2025-12-03 | 17.9615 |
| 2025-12-11 | 17.8416 |
| 2025-12-18 | 18.4112 |
| 2025-12-25 | 18.3466 |
| 2026-01-01 | 19.0860 |
| 2026-01-08 | 17.4363 |
| 2026-01-15 | 17.8581 |
| 2026-01-22 | 18.0741 |
| 2026-01-29 | 18.5707 |
| 2026-02-05 | 18.8786 |
| 2026-02-12 | 17.8331 |
| 2026-02-19 | 17.6145 |
| 2026-02-26 | 17.8383 |
| 2026-03-05 | 18.8346 |
| 2026-03-12 | 18.9349 |
| 2026-03-19 | 19.1250 |
| 2026-03-26 | 17.5428 |
| 2026-04-02 | 18.1965 |
| 2026-04-09 | 17.9670 |
| 2026-04-16 | 18.3550 |
| 2026-04-23 | 17.4513 |
| 2026-04-30 | 17.5376 |
| 2026-05-07 | 17.9214 |
| 2026-05-15 | 17.3924 |
| 2026-05-23 | 17.5321 |
| 2026-05-30 | 18.5960 |
| 2026-06-06 | 16.9987 |
| 2026-06-15 | 18.0791 |
| 2026-06-22 | 17.7889 |
| 2026-06-29 | 17.9620 |
| 2026-07-06 | 17.7283 |
| 2026-07-13 | 18.0713 |
| 2026-07-20 | 17.3298 |
| 2026-07-27 | 17.3017 |
| 2026-08-03 | 17.8214 |
| 2026-08-10 | 17.9691 |
| 2026-08-17 | 17.5572 |
| 2026-08-25 | 17.8354 |
| 2026-09-01 | 17.4985 |
| 2026-09-08 | 17.5465 |
| 2026-09-15 | 17.2882 |
| 2026-09-22 | 17.5804 |
High
19.1250
Low
16.9987
Average
17.9331
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.