Skip to content

ZMW to LYD exchange rate API

Zambian Kwacha to Libyan Dinar · quoted 2026-09-26

0.32757

▲ +34.44% over YTD

1 ZMW = 0.32757 LYD · 1 LYD = 3.0528 ZMW · Get this rate via the API

1 ZMW buys 0.32757 LYD as of 2026-09-26, so 1 LYD buys 3.0528 ZMW. Over the year to date, ZMW/LYD traded between 0.24366 and 0.36346, averaged 0.32930 and rose 34.44%. The API holds daily ZMW/LYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/LYD over YTD

ZMW/LYD over YTD: show the values
PointZMW/LYD
2025-12-310.24366
2026-01-070.25814
2026-01-140.27874
2026-01-210.26915
2026-01-280.31815
2026-02-040.32122
2026-02-110.33027
2026-02-180.34032
2026-02-250.33374
2026-03-040.33133
2026-03-110.32912
2026-03-180.32600
2026-03-250.33545
2026-04-010.33333
2026-04-080.32810
2026-04-150.33124
2026-04-220.33278
2026-04-290.33449
2026-05-060.33611
2026-05-140.33261
2026-05-210.33473
2026-05-290.34011
2026-06-050.36346
2026-06-140.36251
2026-06-210.35514
2026-06-280.35333
2026-07-050.34910
2026-07-120.35424
2026-07-190.35033
2026-07-260.34355
2026-08-020.34093
2026-08-090.33862
2026-08-160.33654
2026-08-240.33525
2026-08-310.33437
2026-09-070.32972
2026-09-140.32701
2026-09-210.32213

High

0.36346

Low

0.24366

Average

0.32930

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/LYD API questions

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

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

How far back does ZMW/LYD historical data go?

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