Skip to content

ZMW to LRD exchange rate API

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

8.8149

▼ +7.49% over 30D

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 30 days, ZMW/LRD traded between 8.7731 and 9.5287, averaged 9.0980 and fell 7.49%. 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 30D

ZMW/LRD over 30D: show the values
PointZMW/LRD
2026-08-279.5287
2026-08-289.5255
2026-08-299.4979
2026-08-309.4920
2026-08-319.4870
2026-09-019.4264
2026-09-029.4339
2026-09-039.2861
2026-09-049.2440
2026-09-059.2842
2026-09-069.3017
2026-09-079.0904
2026-09-089.0886
2026-09-099.2769
2026-09-109.0402
2026-09-119.0209
2026-09-129.0143
2026-09-139.0224
2026-09-149.0209
2026-09-158.9892
2026-09-168.9076
2026-09-178.8808
2026-09-188.8928
2026-09-198.7870
2026-09-208.8555
2026-09-218.7731
2026-09-228.8123
2026-09-238.8833
2026-09-248.8452
2026-09-258.7974
2026-09-268.8149

High

9.5287

Low

8.7731

Average

9.0980

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.