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: show the values
| Point | SAR/SZL |
|---|---|
| 2025-12-31 | 4.4151 |
| 2026-01-07 | 4.3500 |
| 2026-01-14 | 4.3536 |
| 2026-01-21 | 4.3628 |
| 2026-01-28 | 4.2309 |
| 2026-02-04 | 4.2412 |
| 2026-02-11 | 4.2292 |
| 2026-02-18 | 4.2603 |
| 2026-02-25 | 4.2404 |
| 2026-03-04 | 4.3924 |
| 2026-03-11 | 4.3242 |
| 2026-03-18 | 4.4316 |
| 2026-03-25 | 4.5003 |
| 2026-04-01 | 4.4855 |
| 2026-04-08 | 4.3858 |
| 2026-04-15 | 4.3548 |
| 2026-04-22 | 4.3589 |
| 2026-04-29 | 4.4017 |
| 2026-05-06 | 4.4503 |
| 2026-05-14 | 4.3791 |
| 2026-05-21 | 4.4008 |
| 2026-05-29 | 4.3306 |
| 2026-06-05 | 4.3437 |
| 2026-06-14 | 4.3429 |
| 2026-06-21 | 4.3860 |
| 2026-06-28 | 4.3932 |
| 2026-07-05 | 4.3272 |
| 2026-07-12 | 4.3551 |
| 2026-07-19 | 4.4007 |
| 2026-07-26 | 4.4893 |
| 2026-08-02 | 4.4122 |
| 2026-08-09 | 4.3042 |
| 2026-08-16 | 4.3146 |
| 2026-08-24 | 4.2697 |
| 2026-08-31 | 4.3127 |
| 2026-09-07 | 4.2626 |
| 2026-09-14 | 4.3184 |
| 2026-09-21 | 4.3268 |
High
4.5003
Low
4.2292
Average
4.3535
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR¤cies=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¤cies=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.