Skip to content

SZL to LRD exchange rate API

Lilangeni to Liberian Dollar · quoted 2026-09-26

10.5389

▲ +1.38% over 1Y

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 year, SZL/LRD traded between 10.3550 and 11.6923, averaged 10.9385 and rose 1.38%. 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 1Y

SZL/LRD over 1Y: show the values
PointSZL/LRD
2025-09-2610.3955
2025-10-0310.4939
2025-10-1010.5233
2025-10-1710.5438
2025-10-2410.5398
2025-10-3110.6153
2025-11-0710.5292
2025-11-1410.7187
2025-11-2110.5337
2025-11-2810.3550
2025-12-0510.4447
2025-12-1310.4817
2025-12-2010.5712
2025-12-2710.6501
2026-01-0310.8188
2026-01-1010.8990
2026-01-1710.9984
2026-01-2411.4643
2026-01-3111.4784
2026-02-0711.6923
2026-02-1411.6814
2026-02-2111.5360
2026-02-2811.5263
2026-03-0711.0580
2026-03-1410.8180
2026-03-2110.7125
2026-03-2810.7005
2026-04-0410.7864
2026-04-1111.2080
2026-04-1811.2766
2026-04-2511.0394
2026-05-0211.0367
2026-05-0911.2095
2026-05-1710.9820
2026-05-2511.1597
2026-06-0111.2030
2026-06-1011.0683
2026-06-1711.2512
2026-06-2410.9959
2026-07-0111.0384
2026-07-0811.1558
2026-07-1511.1213
2026-07-2211.0203
2026-07-2910.8511
2026-08-0511.0326
2026-08-1211.1807
2026-08-2011.2456
2026-08-2711.3659
2026-09-0311.0836
2026-09-1010.8776
2026-09-1710.6673
2026-09-2410.5674

High

11.6923

Low

10.3550

Average

10.9385

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.