Skip to content

LYD to ZMW exchange rate API

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

3.0528

▼ +30.85% over 1Y

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

1 LYD buys 3.0528 ZMW as of 2026-09-26, so 1 ZMW buys 0.32757 LYD. Over the last year, LYD/ZMW traded between 2.7805 and 4.4149, averaged 3.3419 and fell 30.85%. The API holds daily LYD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LYD/ZMW over 1Y

LYD/ZMW over 1Y: show the values
PointLYD/ZMW
2025-09-264.4149
2025-10-034.3938
2025-10-104.1769
2025-10-174.1790
2025-10-244.0779
2025-10-314.0709
2025-11-074.1566
2025-11-144.1484
2025-11-214.2123
2025-11-284.2007
2025-12-054.2491
2025-12-134.2615
2025-12-204.1764
2025-12-274.1659
2026-01-034.0793
2026-01-103.5913
2026-01-173.7203
2026-01-243.0964
2026-01-313.1451
2026-02-072.9620
2026-02-142.8925
2026-02-212.9970
2026-02-282.9889
2026-03-073.0365
2026-03-143.0423
2026-03-213.0568
2026-03-282.9532
2026-04-043.0169
2026-04-112.9923
2026-04-183.0099
2026-04-252.9825
2026-05-022.9414
2026-05-093.0099
2026-05-172.9831
2026-05-252.9748
2026-06-012.9022
2026-06-102.7903
2026-06-172.7805
2026-06-242.8151
2026-07-012.8130
2026-07-082.8779
2026-07-152.8395
2026-07-222.8707
2026-07-292.9303
2026-08-052.9795
2026-08-122.9528
2026-08-202.9604
2026-08-273.0052
2026-09-033.0168
2026-09-103.0514
2026-09-173.0714
2026-09-243.0548

High

4.4149

Low

2.7805

Average

3.3419

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LYD/ZMW API questions

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

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

How far back does LYD/ZMW historical data go?

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