Skip to content

SAR to CHF exchange rate API

Saudi Riyal to Swiss Franc · quoted 2026-09-25

0.22112

▲ +4.45% over 1Y

1 SAR = 0.22112 CHF · 1 CHF = 4.5225 SAR · Get this rate via the API

1 SAR buys 0.22112 CHF as of 2026-09-25, so 1 CHF buys 4.5225 SAR. Over the last year, SAR/CHF traded between 0.20406 and 0.22112, averaged 0.21209 and rose 4.45%. The API holds daily SAR/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SAR/CHF over 1Y

SAR/CHF over 1Y: show the values
PointSAR/CHF
2025-09-250.21171
2025-10-020.21158
2025-10-090.21323
2025-10-160.21238
2025-10-230.21221
2025-10-300.21374
2025-11-060.21484
2025-11-130.21162
2025-11-200.21469
2025-11-270.21430
2025-12-040.21280
2025-12-110.21179
2025-12-180.21142
2025-12-250.20984
2026-01-010.21102
2026-01-080.21216
2026-01-150.21313
2026-01-220.21095
2026-01-290.20406
2026-02-050.20654
2026-02-120.20479
2026-02-190.20634
2026-02-260.20577
2026-03-050.20733
2026-03-120.20785
2026-03-190.21092
2026-03-260.21085
2026-04-020.21241
2026-04-090.21020
2026-04-160.20831
2026-04-230.20872
2026-04-300.20887
2026-05-070.20693
2026-05-150.20947
2026-05-230.20930
2026-05-300.20827
2026-06-060.21225
2026-06-150.21164
2026-06-220.21548
2026-06-290.21560
2026-07-060.21494
2026-07-130.21599
2026-07-200.21555
2026-07-270.21738
2026-08-030.21546
2026-08-100.21555
2026-08-170.21597
2026-08-250.21405
2026-09-010.21614
2026-09-080.21640
2026-09-150.21818
2026-09-220.21851

High

0.22112

Low

0.20406

Average

0.21209

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SAR/CHF API questions

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

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

How far back does SAR/CHF historical data go?

Daily SAR/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 SAR/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.