Skip to content

ZMW to LBP exchange rate API

Zambian Kwacha to Lebanese Pound · quoted 2026-09-26

4596.36

▲ +21.91% over 1Y

1 ZMW = 4596.36 LBP · 1 LBP = 0.000218 ZMW · Get this rate via the API

1 ZMW buys 4596.36 LBP as of 2026-09-26, so 1 LBP buys 0.000218 ZMW. Over the last year, ZMW/LBP traded between 3767.25 and 5061.11, averaged 4519.22 and rose 21.91%. The API holds daily ZMW/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/LBP over 1Y

ZMW/LBP over 1Y: show the values
PointZMW/LBP
2025-09-263770.14
2025-10-033767.25
2025-10-103965.89
2025-10-173947.46
2025-10-244051.82
2025-10-314055.18
2025-11-073948.24
2025-11-143958.07
2025-11-213892.93
2025-11-283914.88
2025-12-053884.17
2025-12-133895.44
2025-12-203956.93
2025-12-273971.82
2026-01-034052.13
2026-01-104625.80
2026-01-174465.34
2026-01-244679.32
2026-01-314626.79
2026-02-074912.55
2026-02-145053.30
2026-02-214681.30
2026-02-284744.63
2026-03-074592.83
2026-03-144603.44
2026-03-214581.34
2026-03-284756.57
2026-04-044625.59
2026-04-114709.17
2026-04-184703.20
2026-04-254731.92
2026-05-024794.17
2026-05-094703.78
2026-05-174751.53
2026-05-254732.31
2026-06-014863.86
2026-06-105031.61
2026-06-175061.11
2026-06-244969.65
2026-07-014970.59
2026-07-084862.01
2026-07-154919.03
2026-07-224885.98
2026-07-294792.49
2026-08-054726.02
2026-08-124774.66
2026-08-204771.45
2026-08-274717.68
2026-09-034638.72
2026-09-104645.20
2026-09-174599.72
2026-09-244585.26

High

5061.11

Low

3767.25

Average

4519.22

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/LBP API questions

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

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

How far back does ZMW/LBP historical data go?

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