Skip to content

ZMW to ZAR exchange rate API

Zambian Kwacha to Rand · quoted 2026-09-26

0.83430

▲ +13.98% over 1Y

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 last year, ZMW/ZAR traded between 0.72509 and 0.93167, averaged 0.83394 and rose 13.98%. 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 1Y

ZMW/ZAR over 1Y: show the values
PointZMW/ZAR
2025-09-260.73197
2025-10-030.72509
2025-10-100.75828
2025-10-170.76778
2025-10-240.78285
2025-10-310.78330
2025-11-070.76420
2025-11-140.75641
2025-11-210.75281
2025-11-280.74743
2025-12-050.73142
2025-12-130.73046
2025-12-200.74062
2025-12-270.73918
2026-01-030.74583
2026-01-100.84545
2026-01-170.81230
2026-01-240.82527
2026-01-310.81737
2026-02-070.85719
2026-02-140.87426
2026-02-210.84545
2026-02-280.84193
2026-03-070.85694
2026-03-140.87270
2026-03-210.87774
2026-03-280.90935
2026-04-040.88173
2026-04-110.86339
2026-04-180.85767
2026-04-250.87513
2026-05-020.89221
2026-05-090.86043
2026-05-170.88225
2026-05-250.86445
2026-06-010.88191
2026-06-100.93167
2026-06-170.91442
2026-06-240.91789
2026-07-010.90994
2026-07-080.88553
2026-07-150.90181
2026-07-220.89444
2026-07-290.89331
2026-08-050.86129
2026-08-120.85727
2026-08-200.86340
2026-08-270.83916
2026-09-030.83746
2026-09-100.83658
2026-09-170.82792
2026-09-240.83990

High

0.93167

Low

0.72509

Average

0.83394

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.