ZMW to LAK exchange rate API
Zambian Kwacha to Kip · quoted 2026-09-27
1145.72
▲ +17.74% over YTD
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 year to date, ZMW/LAK traded between 973.0897 and 1251.41, averaged 1155.04 and rose 17.74%. 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 YTD: show the values
| Point | ZMW/LAK |
|---|---|
| 2025-12-31 | 973.09 |
| 2026-01-07 | 1031.11 |
| 2026-01-14 | 1110.00 |
| 2026-01-21 | 1066.52 |
| 2026-01-28 | 1079.65 |
| 2026-02-04 | 1090.60 |
| 2026-02-11 | 1125.50 |
| 2026-02-18 | 1156.52 |
| 2026-02-25 | 1127.48 |
| 2026-03-04 | 1115.32 |
| 2026-03-11 | 1103.39 |
| 2026-03-18 | 1093.93 |
| 2026-03-25 | 1133.10 |
| 2026-04-01 | 1141.86 |
| 2026-04-08 | 1127.22 |
| 2026-04-15 | 1148.90 |
| 2026-04-22 | 1159.69 |
| 2026-04-29 | 1156.88 |
| 2026-05-06 | 1163.43 |
| 2026-05-14 | 1156.48 |
| 2026-05-21 | 1154.47 |
| 2026-05-29 | 1174.27 |
| 2026-06-05 | 1251.41 |
| 2026-06-14 | 1250.43 |
| 2026-06-21 | 1231.57 |
| 2026-06-28 | 1233.86 |
| 2026-07-05 | 1226.70 |
| 2026-07-12 | 1244.33 |
| 2026-07-19 | 1237.40 |
| 2026-07-26 | 1214.46 |
| 2026-08-02 | 1205.53 |
| 2026-08-09 | 1201.59 |
| 2026-08-16 | 1186.85 |
| 2026-08-24 | 1187.59 |
| 2026-08-31 | 1181.95 |
| 2026-09-07 | 1163.13 |
| 2026-09-14 | 1157.31 |
| 2026-09-21 | 1137.43 |
High
1251.41
Low
973.0897
Average
1155.04
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.