Skip to content

ZMW to ZAR exchange rate API

Zambian Kwacha to Rand · quoted 2026-09-26

0.83430

▲ +12.10% over YTD

1 ZMW = 0.83430 ZAR · 1 ZAR = 1.1986 ZMW · Get this rate via the API

1 ZMW buys 0.83430 ZAR as of 2026-09-26, so 1 ZAR buys 1.1986 ZMW. Over the year to date, ZMW/ZAR traded between 0.74428 and 0.92658, averaged 0.85751 and rose 12.10%. The API holds daily ZMW/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/ZAR over YTD

ZMW/ZAR over YTD: show the values
PointZMW/ZAR
2025-12-310.74428
2026-01-070.78411
2026-01-140.84065
2026-01-210.80477
2026-01-280.80018
2026-02-040.81234
2026-02-110.83183
2026-02-180.86611
2026-02-250.83606
2026-03-040.84992
2026-03-110.84548
2026-03-180.86199
2026-03-250.89145
2026-04-010.87399
2026-04-080.83853
2026-04-150.85788
2026-04-220.86455
2026-04-290.87503
2026-05-060.87097
2026-05-140.86351
2026-05-210.87125
2026-05-290.87223
2026-06-050.92658
2026-06-140.92290
2026-06-210.91963
2026-06-280.90776
2026-07-050.88336
2026-07-120.90451
2026-07-190.90730
2026-07-260.89962
2026-08-020.88009
2026-08-090.85968
2026-08-160.85527
2026-08-240.84293
2026-08-310.84604
2026-09-070.83076
2026-09-140.83976
2026-09-210.82533

High

0.92658

Low

0.74428

Average

0.85751

For developers

Get this rate via the API

One GET request returns the ZMW/ZAR 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=ZAR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=ZAR");
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=ZAR").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/ZAR API questions

How do I get the ZMW/ZAR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/ZAR rate in rates.ZAR.

How far back does ZMW/ZAR historical data go?

Daily ZMW/ZAR 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/ZAR 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.