ZMW to LKR exchange rate API
Zambian Kwacha to Sri Lanka Rupee · quoted 2026-09-26
16.9197
▲ +35.74% over 1Y
1 ZMW = 16.9197 LKR · 1 LKR = 0.05910 ZMW · Get this rate via the API
1 ZMW buys 16.9197 LKR as of 2026-09-26, so 1 LKR buys 0.05910 ZMW. Over the last year, ZMW/LKR traded between 12.4647 and 18.8533, averaged 16.0573 and rose 35.74%. The API holds daily ZMW/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/LKR over 1Y: show the values
| Point | ZMW/LKR |
|---|---|
| 2025-09-26 | 12.4647 |
| 2025-10-03 | 12.4742 |
| 2025-10-10 | 13.3603 |
| 2025-10-17 | 13.4144 |
| 2025-10-24 | 13.7363 |
| 2025-10-31 | 13.7662 |
| 2025-11-07 | 13.4431 |
| 2025-11-14 | 13.5311 |
| 2025-11-21 | 13.3778 |
| 2025-11-28 | 13.4734 |
| 2025-12-05 | 13.3439 |
| 2025-12-13 | 13.3792 |
| 2025-12-20 | 13.6412 |
| 2025-12-27 | 13.7304 |
| 2026-01-03 | 14.0080 |
| 2026-01-10 | 15.8569 |
| 2026-01-17 | 15.3343 |
| 2026-01-24 | 15.8412 |
| 2026-01-31 | 15.7555 |
| 2026-02-07 | 16.5433 |
| 2026-02-14 | 16.9424 |
| 2026-02-21 | 16.3118 |
| 2026-02-28 | 16.3422 |
| 2026-03-07 | 16.1108 |
| 2026-03-14 | 16.0314 |
| 2026-03-21 | 15.9920 |
| 2026-03-28 | 16.7337 |
| 2026-04-04 | 16.3526 |
| 2026-04-11 | 16.5901 |
| 2026-04-18 | 16.6151 |
| 2026-04-25 | 16.8435 |
| 2026-05-02 | 17.1140 |
| 2026-05-09 | 16.9092 |
| 2026-05-17 | 17.3004 |
| 2026-05-25 | 17.3109 |
| 2026-06-01 | 17.9599 |
| 2026-06-10 | 18.6244 |
| 2026-06-17 | 18.8533 |
| 2026-06-24 | 18.5812 |
| 2026-07-01 | 18.6476 |
| 2026-07-08 | 18.1512 |
| 2026-07-15 | 18.5374 |
| 2026-07-22 | 18.2995 |
| 2026-07-29 | 17.9425 |
| 2026-08-05 | 17.7187 |
| 2026-08-12 | 17.8050 |
| 2026-08-20 | 17.6623 |
| 2026-08-27 | 17.2839 |
| 2026-09-03 | 17.1771 |
| 2026-09-10 | 17.0621 |
| 2026-09-17 | 16.9458 |
| 2026-09-24 | 16.8911 |
High
18.8533
Low
12.4647
Average
16.0573
Get this rate via the API
One GET request returns the ZMW/LKR 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=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/LKR API questions
How do I get the ZMW/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/LKR rate in rates.LKR.
How far back does ZMW/LKR historical data go?
Daily ZMW/LKR 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/LKR 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.