ZMW to LAK exchange rate API
Zambian Kwacha to Kip · quoted 2026-09-27
1145.72
▼ +2.81% over 30D
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 30 days, ZMW/LAK traded between 1137.43 and 1181.95, averaged 1156.97 and fell 2.81%. 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 30D: show the values
| Point | ZMW/LAK |
|---|---|
| 2026-08-28 | 1178.80 |
| 2026-08-29 | 1178.00 |
| 2026-08-30 | 1177.61 |
| 2026-08-31 | 1181.95 |
| 2026-09-01 | 1170.63 |
| 2026-09-02 | 1171.89 |
| 2026-09-03 | 1166.74 |
| 2026-09-04 | 1169.07 |
| 2026-09-05 | 1166.46 |
| 2026-09-06 | 1163.86 |
| 2026-09-07 | 1163.13 |
| 2026-09-08 | 1165.15 |
| 2026-09-09 | 1156.08 |
| 2026-09-10 | 1160.29 |
| 2026-09-11 | 1158.52 |
| 2026-09-12 | 1156.26 |
| 2026-09-13 | 1151.15 |
| 2026-09-14 | 1157.31 |
| 2026-09-15 | 1153.59 |
| 2026-09-16 | 1143.47 |
| 2026-09-17 | 1141.85 |
| 2026-09-18 | 1140.25 |
| 2026-09-19 | 1141.23 |
| 2026-09-20 | 1139.25 |
| 2026-09-21 | 1137.43 |
| 2026-09-22 | 1141.72 |
| 2026-09-23 | 1150.64 |
| 2026-09-24 | 1146.02 |
| 2026-09-25 | 1146.33 |
| 2026-09-26 | 1145.72 |
High
1181.95
Low
1137.43
Average
1156.97
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.