Skip to content

SZL to LRD exchange rate API

Lilangeni to Liberian Dollar · quoted 2026-09-26

10.5389

▼ +4.23% over 5Y

1 SZL = 10.5389 LRD · 1 LRD = 0.09489 SZL · Get this rate via the API

1 SZL buys 10.5389 LRD as of 2026-09-26, so 1 LRD buys 0.09489 SZL. Over the last 5 years, SZL/LRD traded between 9.9189 and 11.6404, averaged 10.8532 and fell 4.23%. The API holds daily SZL/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/LRD over 5Y

SZL/LRD over 5Y: show the values
PointSZL/LRD
2024-08-2411.0040
2024-10-0711.1036
2024-11-0610.8974
2024-12-069.9448
2025-01-059.9189
2025-02-0410.6090
2025-03-0610.9069
2025-04-0610.4588
2025-05-0610.9275
2025-06-0711.2164
2025-07-0711.3751
2025-08-0611.1676
2025-09-0511.3062
2025-10-0610.5446
2025-11-0510.4507
2025-12-0510.4447
2026-01-0510.7976
2026-02-0411.6404
2026-03-0611.0041
2026-04-0510.8114
2026-05-0510.9109
2026-06-0611.0607
2026-07-0811.1558
2026-08-0711.0411
2026-09-0710.9470

High

11.6404

Low

9.9189

Average

10.8532

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/LRD API questions

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

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

How far back does SZL/LRD historical data go?

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