Skip to content

ZMW to LYD exchange rate API

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

0.32757

▲ +44.62% over 1Y

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 last year, ZMW/LYD traded between 0.22651 and 0.35964, averaged 0.30684 and rose 44.62%. 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 1Y

ZMW/LYD over 1Y: show the values
PointZMW/LYD
2025-09-260.22651
2025-10-030.22759
2025-10-100.23941
2025-10-170.23929
2025-10-240.24522
2025-10-310.24565
2025-11-070.24058
2025-11-140.24106
2025-11-210.23740
2025-11-280.23806
2025-12-050.23534
2025-12-130.23466
2025-12-200.23944
2025-12-270.24004
2026-01-030.24514
2026-01-100.27845
2026-01-170.26880
2026-01-240.32296
2026-01-310.31796
2026-02-070.33761
2026-02-140.34572
2026-02-210.33367
2026-02-280.33458
2026-03-070.32932
2026-03-140.32870
2026-03-210.32714
2026-03-280.33862
2026-04-040.33146
2026-04-110.33419
2026-04-180.33223
2026-04-250.33529
2026-05-020.33998
2026-05-090.33223
2026-05-170.33522
2026-05-250.33616
2026-06-010.34456
2026-06-100.35838
2026-06-170.35964
2026-06-240.35523
2026-07-010.35549
2026-07-080.34748
2026-07-150.35217
2026-07-220.34835
2026-07-290.34126
2026-08-050.33563
2026-08-120.33866
2026-08-200.33779
2026-08-270.33276
2026-09-030.33147
2026-09-100.32772
2026-09-170.32559
2026-09-240.32736

High

0.35964

Low

0.22651

Average

0.30684

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.