Skip to content

SVC to CHF exchange rate API

El Salvador Colon to Swiss Franc · quoted 2026-09-25

0.09478

▲ +4.19% over 1Y

1 SVC = 0.09478 CHF · 1 CHF = 10.5503 SVC · Get this rate via the API

1 SVC buys 0.09478 CHF as of 2026-09-25, so 1 CHF buys 10.5503 SVC. Over the last year, SVC/CHF traded between 0.08780 and 0.09478, averaged 0.09110 and rose 4.19%. The API holds daily SVC/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SVC/CHF over 1Y

SVC/CHF over 1Y: show the values
PointSVC/CHF
2025-09-250.09097
2025-10-020.09091
2025-10-090.09163
2025-10-160.09126
2025-10-230.09118
2025-10-300.09183
2025-11-060.09232
2025-11-130.09092
2025-11-200.09225
2025-11-270.09210
2025-12-040.09150
2025-12-120.09092
2025-12-190.09093
2025-12-260.09015
2026-01-020.09064
2026-01-090.09143
2026-01-160.09162
2026-01-230.09029
2026-01-300.08780
2026-02-060.08891
2026-02-130.08788
2026-02-200.08869
2026-02-270.08814
2026-03-060.08941
2026-03-130.08997
2026-03-200.08996
2026-03-270.09108
2026-04-030.09143
2026-04-100.09030
2026-04-170.08944
2026-04-240.08976
2026-05-010.08925
2026-05-080.08868
2026-05-160.08995
2026-05-240.08957
2026-05-310.08930
2026-06-090.09091
2026-06-160.09092
2026-06-230.09255
2026-06-300.09252
2026-07-070.09214
2026-07-140.09276
2026-07-210.09267
2026-07-280.09369
2026-08-040.09249
2026-08-110.09261
2026-08-180.09286
2026-08-260.09187
2026-09-020.09302
2026-09-090.09224
2026-09-160.09360
2026-09-230.09404

High

0.09478

Low

0.08780

Average

0.09110

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

SVC/CHF API questions

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

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

How far back does SVC/CHF historical data go?

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