Skip to content

ZMW to LRD exchange rate API

Zambian Kwacha to Liberian Dollar · quoted 2026-09-26

8.8149

▲ +17.74% over 5Y

1 ZMW = 8.8149 LRD · 1 LRD = 0.11344 ZMW · Get this rate via the API

1 ZMW buys 8.8149 LRD as of 2026-09-26, so 1 LRD buys 0.11344 ZMW. Over the last 5 years, ZMW/LRD traded between 6.6222 and 10.4112, averaged 8.2203 and rose 17.74%. The API holds daily ZMW/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/LRD over 5Y

ZMW/LRD over 5Y: show the values
PointZMW/LRD
2024-08-247.4868
2024-10-077.3231
2024-11-067.1400
2024-12-066.6222
2025-01-056.6239
2025-02-047.1254
2025-03-066.9527
2025-04-067.1641
2025-05-067.2053
2025-06-077.4869
2025-07-078.2391
2025-08-068.6296
2025-09-058.3757
2025-10-067.6486
2025-11-058.1619
2025-12-057.6635
2026-01-058.0647
2026-02-049.4601
2026-03-069.4348
2026-04-059.5388
2026-05-059.8030
2026-06-0610.4112
2026-07-089.8034
2026-08-079.4585
2026-09-079.0904

High

10.4112

Low

6.6222

Average

8.2203

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/LRD API questions

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

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

How far back does ZMW/LRD historical data go?

Daily ZMW/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 ZMW/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.