Skip to content

LRD to ZMW exchange rate API

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

0.11344

▼ +13.60% over 1Y

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

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

LRD/ZMW over 1Y

LRD/ZMW over 1Y: show the values
PointLRD/ZMW
2025-09-260.13130
2025-10-030.13099
2025-10-100.12537
2025-10-170.12366
2025-10-240.12116
2025-10-310.12079
2025-11-070.12404
2025-11-140.12412
2025-11-210.12705
2025-11-280.12893
2025-12-050.13049
2025-12-130.13061
2025-12-200.12773
2025-12-270.12703
2026-01-030.12393
2026-01-100.10852
2026-01-170.11193
2026-01-240.10569
2026-01-310.10658
2026-02-070.09978
2026-02-140.09792
2026-02-210.10253
2026-02-280.10305
2026-03-070.10553
2026-03-140.10592
2026-03-210.10635
2026-03-280.10253
2026-04-040.10515
2026-04-110.10323
2026-04-180.10328
2026-04-250.10313
2026-05-020.10158
2026-05-090.10375
2026-05-170.10320
2026-05-250.10358
2026-06-010.10135
2026-06-100.09731
2026-06-170.09742
2026-06-240.09926
2026-07-010.09960
2026-07-080.10200
2026-07-150.09992
2026-07-220.10161
2026-07-290.10332
2026-08-050.10521
2026-08-120.10393
2026-08-200.10346
2026-08-270.10495
2026-09-030.10769
2026-09-100.11062
2026-09-170.11260
2026-09-240.11306

High

0.13130

Low

0.09731

Average

0.11051

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LRD&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

LRD/ZMW API questions

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

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

How far back does LRD/ZMW historical data go?

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