Skip to content

ZMW to LRD exchange rate API

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

8.8149

▼ +9.47% over 6M

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 6 months, ZMW/LRD traded between 8.7870 and 10.4870, averaged 9.6341 and fell 9.47%. 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 6M

ZMW/LRD over 6M: show the values
PointZMW/LRD
2026-03-309.7374
2026-04-069.5136
2026-04-139.6715
2026-04-209.6713
2026-04-279.6961
2026-05-049.8440
2026-05-119.6383
2026-05-199.6973
2026-05-279.7125
2026-06-0310.1754
2026-06-1210.4870
2026-06-1910.1115
2026-06-2610.0812
2026-07-039.9386
2026-07-109.9581
2026-07-179.9229
2026-07-249.7408
2026-07-319.5909
2026-08-079.4585
2026-08-149.6865
2026-08-229.5754
2026-08-299.4979
2026-09-059.2842
2026-09-129.0143
2026-09-198.7870
2026-09-268.8149

High

10.4870

Low

8.7870

Average

9.6341

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.