Skip to content

LYD to ZMW exchange rate API

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

3.0528

▼ +44.12% over 5Y

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 5 years, LYD/ZMW traded between 2.7689 and 5.8926, averaged 4.3071 and fell 44.12%. 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 5Y

LYD/ZMW over 5Y: show the values
PointLYD/ZMW
2024-08-245.4633
2024-10-075.5323
2024-11-065.5692
2024-12-065.5571
2025-01-055.7087
2025-02-045.6670
2025-03-065.8926
2025-04-065.7708
2025-05-065.0722
2025-06-074.8770
2025-07-074.5189
2025-08-064.2632
2025-09-054.4151
2025-10-064.3907
2025-11-054.1156
2025-12-054.2491
2026-01-054.0761
2026-02-043.1131
2026-03-063.0350
2026-04-053.0166
2026-05-052.9568
2026-06-062.7689
2026-07-082.8779
2026-08-072.9904
2026-09-073.0329

High

5.8926

Low

2.7689

Average

4.3071

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.