Skip to content

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

ZMW/LAK over 30D: show the values
PointZMW/LAK
2026-08-281178.80
2026-08-291178.00
2026-08-301177.61
2026-08-311181.95
2026-09-011170.63
2026-09-021171.89
2026-09-031166.74
2026-09-041169.07
2026-09-051166.46
2026-09-061163.86
2026-09-071163.13
2026-09-081165.15
2026-09-091156.08
2026-09-101160.29
2026-09-111158.52
2026-09-121156.26
2026-09-131151.15
2026-09-141157.31
2026-09-151153.59
2026-09-161143.47
2026-09-171141.85
2026-09-181140.25
2026-09-191141.23
2026-09-201139.25
2026-09-211137.43
2026-09-221141.72
2026-09-231150.64
2026-09-241146.02
2026-09-251146.33
2026-09-261145.72

High

1181.95

Low

1137.43

Average

1156.97

For developers

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