Skip to content

SAR to SZL exchange rate API

Saudi Riyal to Lilangeni · quoted 2026-09-26

4.3495

▼ +1.49% over YTD

1 SAR = 4.3495 SZL · 1 SZL = 0.22991 SAR · Get this rate via the API

1 SAR buys 4.3495 SZL as of 2026-09-26, so 1 SZL buys 0.22991 SAR. Over the year to date, SAR/SZL traded between 4.2292 and 4.5003, averaged 4.3535 and fell 1.49%. The API holds daily SAR/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SAR/SZL over YTD

SAR/SZL over YTD: show the values
PointSAR/SZL
2025-12-314.4151
2026-01-074.3500
2026-01-144.3536
2026-01-214.3628
2026-01-284.2309
2026-02-044.2412
2026-02-114.2292
2026-02-184.2603
2026-02-254.2404
2026-03-044.3924
2026-03-114.3242
2026-03-184.4316
2026-03-254.5003
2026-04-014.4855
2026-04-084.3858
2026-04-154.3548
2026-04-224.3589
2026-04-294.4017
2026-05-064.4503
2026-05-144.3791
2026-05-214.4008
2026-05-294.3306
2026-06-054.3437
2026-06-144.3429
2026-06-214.3860
2026-06-284.3932
2026-07-054.3272
2026-07-124.3551
2026-07-194.4007
2026-07-264.4893
2026-08-024.4122
2026-08-094.3042
2026-08-164.3146
2026-08-244.2697
2026-08-314.3127
2026-09-074.2626
2026-09-144.3184
2026-09-214.3268

High

4.5003

Low

4.2292

Average

4.3535

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SAR/SZL API questions

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

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

How far back does SAR/SZL historical data go?

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