Skip to content

SZL to ZAR exchange rate API

Lilangeni to Rand · quoted 2026-09-26

1.0000

▲ +0.09% over 1Y

1 SZL = 1.0000 ZAR · 1 ZAR = 1.0000 SZL · Get this rate via the API

1 SZL buys 1.0000 ZAR as of 2026-09-26, so 1 ZAR buys 1.0000 SZL. Over the last year, SZL/ZAR traded between 0.99446 and 1.0077, averaged 1.0005 and rose 0.09%. The API holds daily SZL/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/ZAR over 1Y

SZL/ZAR over 1Y: show the values
PointSZL/ZAR
2025-09-260.9991
2025-10-030.9967
2025-10-101.0004
2025-10-171.0011
2025-10-240.9997
2025-10-311.0044
2025-11-070.9981
2025-11-141.0063
2025-11-211.0075
2025-11-280.9979
2025-12-050.9969
2025-12-131.0000
2025-12-201.0000
2025-12-271.0000
2026-01-031.0000
2026-01-101.0000
2026-01-171.0000
2026-01-241.0000
2026-01-311.0000
2026-02-071.0000
2026-02-141.0000
2026-02-211.0000
2026-02-281.0000
2026-03-071.0000
2026-03-141.0000
2026-03-211.0000
2026-03-280.9976
2026-04-041.0000
2026-04-110.9990
2026-04-180.9988
2026-04-250.9964
2026-05-021.0003
2026-05-091.0006
2026-05-170.9999
2026-05-250.9993
2026-06-011.0013
2026-06-101.0034
2026-06-171.0023
2026-06-241.0019
2026-07-011.0004
2026-07-081.0077
2026-07-151.0022
2026-07-221.0016
2026-07-291.0015
2026-08-050.9998
2026-08-120.9962
2026-08-201.0046
2026-08-271.0010
2026-09-030.9996
2026-09-101.0066
2026-09-170.9945
2026-09-241.0034

High

1.0077

Low

0.99446

Average

1.0005

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/ZAR API questions

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

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

How far back does SZL/ZAR historical data go?

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