ZMW to LAK exchange rate API
Zambian Kwacha to Kip · quoted 2026-09-27
1145.72
▲ +25.73% over 1Y
1 ZMW = 1145.72 LAK · 1 LAK = 0.000873 ZMW · Get this rate via the API
1 ZMW buys 1145.72 LAK as of 2026-09-27, so 1 LAK buys 0.000873 ZMW. Over the last year, ZMW/LAK traded between 911.2238 and 1254.06, averaged 1103.26 and rose 25.73%. The API holds daily ZMW/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/LAK over 1Y: show the values
| Point | ZMW/LAK |
|---|---|
| 2025-09-27 | 911.22 |
| 2025-10-04 | 915.23 |
| 2025-10-11 | 944.45 |
| 2025-10-18 | 955.57 |
| 2025-10-25 | 981.77 |
| 2025-11-01 | 978.73 |
| 2025-11-08 | 957.13 |
| 2025-11-15 | 961.68 |
| 2025-11-22 | 936.27 |
| 2025-11-29 | 950.34 |
| 2025-12-06 | 937.46 |
| 2025-12-14 | 938.17 |
| 2025-12-21 | 956.57 |
| 2025-12-28 | 960.20 |
| 2026-01-04 | 977.64 |
| 2026-01-11 | 1112.08 |
| 2026-01-18 | 1071.65 |
| 2026-01-25 | 1102.67 |
| 2026-02-01 | 1084.96 |
| 2026-02-08 | 1139.12 |
| 2026-02-15 | 1174.39 |
| 2026-02-22 | 1130.37 |
| 2026-03-01 | 1131.03 |
| 2026-03-08 | 1102.72 |
| 2026-03-15 | 1100.54 |
| 2026-03-22 | 1099.19 |
| 2026-03-29 | 1157.27 |
| 2026-04-05 | 1140.99 |
| 2026-04-12 | 1159.13 |
| 2026-04-19 | 1159.68 |
| 2026-04-26 | 1157.89 |
| 2026-05-03 | 1176.73 |
| 2026-05-10 | 1151.90 |
| 2026-05-18 | 1164.98 |
| 2026-05-26 | 1160.55 |
| 2026-06-02 | 1197.97 |
| 2026-06-11 | 1254.06 |
| 2026-06-18 | 1231.90 |
| 2026-06-25 | 1225.37 |
| 2026-07-02 | 1235.50 |
| 2026-07-09 | 1228.44 |
| 2026-07-16 | 1226.73 |
| 2026-07-23 | 1224.06 |
| 2026-07-30 | 1201.18 |
| 2026-08-06 | 1183.62 |
| 2026-08-13 | 1197.41 |
| 2026-08-21 | 1187.69 |
| 2026-08-28 | 1178.80 |
| 2026-09-04 | 1169.07 |
| 2026-09-11 | 1158.52 |
| 2026-09-18 | 1140.25 |
| 2026-09-25 | 1146.33 |
High
1254.06
Low
911.2238
Average
1103.26
Get this rate via the API
One GET request returns the ZMW/LAK 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=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/LAK API questions
How do I get the ZMW/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/LAK rate in rates.LAK.
How far back does ZMW/LAK historical data go?
Daily ZMW/LAK 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/LAK 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.