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: show the values
| Point | ZMW/LBP |
|---|---|
| 2025-09-26 | 3770.14 |
| 2025-10-03 | 3767.25 |
| 2025-10-10 | 3965.89 |
| 2025-10-17 | 3947.46 |
| 2025-10-24 | 4051.82 |
| 2025-10-31 | 4055.18 |
| 2025-11-07 | 3948.24 |
| 2025-11-14 | 3958.07 |
| 2025-11-21 | 3892.93 |
| 2025-11-28 | 3914.88 |
| 2025-12-05 | 3884.17 |
| 2025-12-13 | 3895.44 |
| 2025-12-20 | 3956.93 |
| 2025-12-27 | 3971.82 |
| 2026-01-03 | 4052.13 |
| 2026-01-10 | 4625.80 |
| 2026-01-17 | 4465.34 |
| 2026-01-24 | 4679.32 |
| 2026-01-31 | 4626.79 |
| 2026-02-07 | 4912.55 |
| 2026-02-14 | 5053.30 |
| 2026-02-21 | 4681.30 |
| 2026-02-28 | 4744.63 |
| 2026-03-07 | 4592.83 |
| 2026-03-14 | 4603.44 |
| 2026-03-21 | 4581.34 |
| 2026-03-28 | 4756.57 |
| 2026-04-04 | 4625.59 |
| 2026-04-11 | 4709.17 |
| 2026-04-18 | 4703.20 |
| 2026-04-25 | 4731.92 |
| 2026-05-02 | 4794.17 |
| 2026-05-09 | 4703.78 |
| 2026-05-17 | 4751.53 |
| 2026-05-25 | 4732.31 |
| 2026-06-01 | 4863.86 |
| 2026-06-10 | 5031.61 |
| 2026-06-17 | 5061.11 |
| 2026-06-24 | 4969.65 |
| 2026-07-01 | 4970.59 |
| 2026-07-08 | 4862.01 |
| 2026-07-15 | 4919.03 |
| 2026-07-22 | 4885.98 |
| 2026-07-29 | 4792.49 |
| 2026-08-05 | 4726.02 |
| 2026-08-12 | 4774.66 |
| 2026-08-20 | 4771.45 |
| 2026-08-27 | 4717.68 |
| 2026-09-03 | 4638.72 |
| 2026-09-10 | 4645.20 |
| 2026-09-17 | 4599.72 |
| 2026-09-24 | 4585.26 |
High
5061.11
Low
3767.25
Average
4519.22
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.