Skip to content

ZMW to LRD exchange rate API

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

8.8149

▲ +9.74% over YTD

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 year to date, ZMW/LRD traded between 8.0322 and 10.4086, averaged 9.5456 and rose 9.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 YTD

ZMW/LRD over YTD: show the values
PointZMW/LRD
2025-12-318.0322
2026-01-078.4912
2026-01-149.2317
2026-01-219.0818
2026-01-289.3202
2026-02-049.4601
2026-02-119.7698
2026-02-1810.0395
2026-02-259.6808
2026-03-049.5598
2026-03-119.4409
2026-03-189.3235
2026-03-259.6951
2026-04-019.5670
2026-04-089.4903
2026-04-159.6392
2026-04-229.6736
2026-04-299.6867
2026-05-069.7217
2026-05-149.6390
2026-05-219.6418
2026-05-299.7736
2026-06-0510.4086
2026-06-1410.4050
2026-06-2110.1942
2026-06-2810.0338
2026-07-059.8964
2026-07-1210.0514
2026-07-199.9370
2026-07-269.7230
2026-08-029.6595
2026-08-099.6636
2026-08-169.5948
2026-08-249.5650
2026-08-319.4870
2026-09-079.0904
2026-09-149.0209
2026-09-218.7731

High

10.4086

Low

8.0322

Average

9.5456

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.