ZAR to SZL exchange rate API
Rand to Lilangeni · quoted 2026-09-26
1.0000
▼ +0.09% over 1Y
1 ZAR = 1.0000 SZL · 1 SZL = 1.0000 ZAR · Get this rate via the API
1 ZAR buys 1.0000 SZL as of 2026-09-26, so 1 SZL buys 1.0000 ZAR. Over the last year, ZAR/SZL traded between 0.99237 and 1.0056, averaged 0.99948 and fell 0.09%. The API holds daily ZAR/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZAR/SZL over 1Y: show the values
| Point | ZAR/SZL |
|---|---|
| 2025-09-26 | 1.0009 |
| 2025-10-03 | 1.0033 |
| 2025-10-10 | 0.9996 |
| 2025-10-17 | 0.9989 |
| 2025-10-24 | 1.0003 |
| 2025-10-31 | 0.9956 |
| 2025-11-07 | 1.0019 |
| 2025-11-14 | 0.9937 |
| 2025-11-21 | 0.9925 |
| 2025-11-28 | 1.0021 |
| 2025-12-05 | 1.0031 |
| 2025-12-13 | 1.0000 |
| 2025-12-20 | 1.0000 |
| 2025-12-27 | 1.0000 |
| 2026-01-03 | 1.0000 |
| 2026-01-10 | 1.0000 |
| 2026-01-17 | 1.0000 |
| 2026-01-24 | 1.0000 |
| 2026-01-31 | 1.0000 |
| 2026-02-07 | 1.0000 |
| 2026-02-14 | 1.0000 |
| 2026-02-21 | 1.0000 |
| 2026-02-28 | 1.0000 |
| 2026-03-07 | 1.0000 |
| 2026-03-14 | 1.0000 |
| 2026-03-21 | 1.0000 |
| 2026-03-28 | 1.0024 |
| 2026-04-04 | 1.0000 |
| 2026-04-11 | 1.0010 |
| 2026-04-18 | 1.0012 |
| 2026-04-25 | 1.0036 |
| 2026-05-02 | 0.9997 |
| 2026-05-09 | 0.9994 |
| 2026-05-17 | 1.0001 |
| 2026-05-25 | 1.0007 |
| 2026-06-01 | 0.9987 |
| 2026-06-10 | 0.9966 |
| 2026-06-17 | 0.9977 |
| 2026-06-24 | 0.9981 |
| 2026-07-01 | 0.9996 |
| 2026-07-08 | 0.9924 |
| 2026-07-15 | 0.9978 |
| 2026-07-22 | 0.9984 |
| 2026-07-29 | 0.9985 |
| 2026-08-05 | 1.0002 |
| 2026-08-12 | 1.0038 |
| 2026-08-20 | 0.9955 |
| 2026-08-27 | 0.9990 |
| 2026-09-03 | 1.0004 |
| 2026-09-10 | 0.9934 |
| 2026-09-17 | 1.0056 |
| 2026-09-24 | 0.9966 |
High
1.0056
Low
0.99237
Average
0.99948
Get this rate via the API
One GET request returns the ZAR/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=ZAR¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
ZAR/SZL API questions
How do I get the ZAR/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZAR/SZL rate in rates.SZL.
How far back does ZAR/SZL historical data go?
Daily ZAR/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 ZAR/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.