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: show the values
| Point | SZL/LRD |
|---|---|
| 2025-09-26 | 10.3955 |
| 2025-10-03 | 10.4939 |
| 2025-10-10 | 10.5233 |
| 2025-10-17 | 10.5438 |
| 2025-10-24 | 10.5398 |
| 2025-10-31 | 10.6153 |
| 2025-11-07 | 10.5292 |
| 2025-11-14 | 10.7187 |
| 2025-11-21 | 10.5337 |
| 2025-11-28 | 10.3550 |
| 2025-12-05 | 10.4447 |
| 2025-12-13 | 10.4817 |
| 2025-12-20 | 10.5712 |
| 2025-12-27 | 10.6501 |
| 2026-01-03 | 10.8188 |
| 2026-01-10 | 10.8990 |
| 2026-01-17 | 10.9984 |
| 2026-01-24 | 11.4643 |
| 2026-01-31 | 11.4784 |
| 2026-02-07 | 11.6923 |
| 2026-02-14 | 11.6814 |
| 2026-02-21 | 11.5360 |
| 2026-02-28 | 11.5263 |
| 2026-03-07 | 11.0580 |
| 2026-03-14 | 10.8180 |
| 2026-03-21 | 10.7125 |
| 2026-03-28 | 10.7005 |
| 2026-04-04 | 10.7864 |
| 2026-04-11 | 11.2080 |
| 2026-04-18 | 11.2766 |
| 2026-04-25 | 11.0394 |
| 2026-05-02 | 11.0367 |
| 2026-05-09 | 11.2095 |
| 2026-05-17 | 10.9820 |
| 2026-05-25 | 11.1597 |
| 2026-06-01 | 11.2030 |
| 2026-06-10 | 11.0683 |
| 2026-06-17 | 11.2512 |
| 2026-06-24 | 10.9959 |
| 2026-07-01 | 11.0384 |
| 2026-07-08 | 11.1558 |
| 2026-07-15 | 11.1213 |
| 2026-07-22 | 11.0203 |
| 2026-07-29 | 10.8511 |
| 2026-08-05 | 11.0326 |
| 2026-08-12 | 11.1807 |
| 2026-08-20 | 11.2456 |
| 2026-08-27 | 11.3659 |
| 2026-09-03 | 11.0836 |
| 2026-09-10 | 10.8776 |
| 2026-09-17 | 10.6673 |
| 2026-09-24 | 10.5674 |
High
11.6923
Low
10.3550
Average
10.9385
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.