Skip to content

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

ZMW/LKR over 1Y: show the values
PointZMW/LKR
2025-09-2612.4647
2025-10-0312.4742
2025-10-1013.3603
2025-10-1713.4144
2025-10-2413.7363
2025-10-3113.7662
2025-11-0713.4431
2025-11-1413.5311
2025-11-2113.3778
2025-11-2813.4734
2025-12-0513.3439
2025-12-1313.3792
2025-12-2013.6412
2025-12-2713.7304
2026-01-0314.0080
2026-01-1015.8569
2026-01-1715.3343
2026-01-2415.8412
2026-01-3115.7555
2026-02-0716.5433
2026-02-1416.9424
2026-02-2116.3118
2026-02-2816.3422
2026-03-0716.1108
2026-03-1416.0314
2026-03-2115.9920
2026-03-2816.7337
2026-04-0416.3526
2026-04-1116.5901
2026-04-1816.6151
2026-04-2516.8435
2026-05-0217.1140
2026-05-0916.9092
2026-05-1717.3004
2026-05-2517.3109
2026-06-0117.9599
2026-06-1018.6244
2026-06-1718.8533
2026-06-2418.5812
2026-07-0118.6476
2026-07-0818.1512
2026-07-1518.5374
2026-07-2218.2995
2026-07-2917.9425
2026-08-0517.7187
2026-08-1217.8050
2026-08-2017.6623
2026-08-2717.2839
2026-09-0317.1771
2026-09-1017.0621
2026-09-1716.9458
2026-09-2416.8911

High

18.8533

Low

12.4647

Average

16.0573

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=LKR");
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=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&currencies=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.