Skip to content

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

ZMW/LAK over 1Y: show the values
PointZMW/LAK
2025-09-27911.22
2025-10-04915.23
2025-10-11944.45
2025-10-18955.57
2025-10-25981.77
2025-11-01978.73
2025-11-08957.13
2025-11-15961.68
2025-11-22936.27
2025-11-29950.34
2025-12-06937.46
2025-12-14938.17
2025-12-21956.57
2025-12-28960.20
2026-01-04977.64
2026-01-111112.08
2026-01-181071.65
2026-01-251102.67
2026-02-011084.96
2026-02-081139.12
2026-02-151174.39
2026-02-221130.37
2026-03-011131.03
2026-03-081102.72
2026-03-151100.54
2026-03-221099.19
2026-03-291157.27
2026-04-051140.99
2026-04-121159.13
2026-04-191159.68
2026-04-261157.89
2026-05-031176.73
2026-05-101151.90
2026-05-181164.98
2026-05-261160.55
2026-06-021197.97
2026-06-111254.06
2026-06-181231.90
2026-06-251225.37
2026-07-021235.50
2026-07-091228.44
2026-07-161226.73
2026-07-231224.06
2026-07-301201.18
2026-08-061183.62
2026-08-131197.41
2026-08-211187.69
2026-08-281178.80
2026-09-041169.07
2026-09-111158.52
2026-09-181140.25
2026-09-251146.33

High

1254.06

Low

911.2238

Average

1103.26

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.