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: show the values
| Point | LYD/ZMW |
|---|---|
| 2025-09-26 | 4.4149 |
| 2025-10-03 | 4.3938 |
| 2025-10-10 | 4.1769 |
| 2025-10-17 | 4.1790 |
| 2025-10-24 | 4.0779 |
| 2025-10-31 | 4.0709 |
| 2025-11-07 | 4.1566 |
| 2025-11-14 | 4.1484 |
| 2025-11-21 | 4.2123 |
| 2025-11-28 | 4.2007 |
| 2025-12-05 | 4.2491 |
| 2025-12-13 | 4.2615 |
| 2025-12-20 | 4.1764 |
| 2025-12-27 | 4.1659 |
| 2026-01-03 | 4.0793 |
| 2026-01-10 | 3.5913 |
| 2026-01-17 | 3.7203 |
| 2026-01-24 | 3.0964 |
| 2026-01-31 | 3.1451 |
| 2026-02-07 | 2.9620 |
| 2026-02-14 | 2.8925 |
| 2026-02-21 | 2.9970 |
| 2026-02-28 | 2.9889 |
| 2026-03-07 | 3.0365 |
| 2026-03-14 | 3.0423 |
| 2026-03-21 | 3.0568 |
| 2026-03-28 | 2.9532 |
| 2026-04-04 | 3.0169 |
| 2026-04-11 | 2.9923 |
| 2026-04-18 | 3.0099 |
| 2026-04-25 | 2.9825 |
| 2026-05-02 | 2.9414 |
| 2026-05-09 | 3.0099 |
| 2026-05-17 | 2.9831 |
| 2026-05-25 | 2.9748 |
| 2026-06-01 | 2.9022 |
| 2026-06-10 | 2.7903 |
| 2026-06-17 | 2.7805 |
| 2026-06-24 | 2.8151 |
| 2026-07-01 | 2.8130 |
| 2026-07-08 | 2.8779 |
| 2026-07-15 | 2.8395 |
| 2026-07-22 | 2.8707 |
| 2026-07-29 | 2.9303 |
| 2026-08-05 | 2.9795 |
| 2026-08-12 | 2.9528 |
| 2026-08-20 | 2.9604 |
| 2026-08-27 | 3.0052 |
| 2026-09-03 | 3.0168 |
| 2026-09-10 | 3.0514 |
| 2026-09-17 | 3.0714 |
| 2026-09-24 | 3.0548 |
High
4.4149
Low
2.7805
Average
3.3419
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD¤cies=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¤cies=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.