Skip to content

ZMW to LRD exchange rate API

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

8.8149

▲ +15.74% over 1Y

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 year, ZMW/LRD traded between 7.6159 and 10.2768, averaged 9.1299 and rose 15.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 1Y

ZMW/LRD over 1Y: show the values
PointZMW/LRD
2025-09-267.6159
2025-10-037.6342
2025-10-107.9761
2025-10-178.0865
2025-10-248.2535
2025-10-318.2787
2025-11-078.0616
2025-11-148.0570
2025-11-217.8706
2025-11-287.7559
2025-12-057.6635
2025-12-137.6565
2025-12-207.8293
2025-12-277.8724
2026-01-038.0689
2026-01-109.2146
2026-01-178.9340
2026-01-249.4612
2026-01-319.3821
2026-02-0710.0225
2026-02-1410.2126
2026-02-219.7531
2026-02-289.7043
2026-03-079.4761
2026-03-149.4409
2026-03-219.4029
2026-03-289.7535
2026-04-049.5107
2026-04-119.6867
2026-04-189.6828
2026-04-259.6961
2026-05-029.8440
2026-05-099.6389
2026-05-179.6901
2026-05-259.6541
2026-06-019.8668
2026-06-1010.2768
2026-06-1710.2650
2026-06-2410.0741
2026-07-0110.0403
2026-07-089.8034
2026-07-1510.0074
2026-07-229.8414
2026-07-299.6787
2026-08-059.5046
2026-08-129.6216
2026-08-209.6654
2026-08-279.5287
2026-09-039.2861
2026-09-109.0402
2026-09-178.8808
2026-09-248.8452

High

10.2768

Low

7.6159

Average

9.1299

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.