Skip to content

ZMW to KRW exchange rate API

Zambian Kwacha to Won · quoted 2026-09-26

69.8510

▲ +37.36% over 5Y

1 ZMW = 69.8510 KRW · 1 KRW = 0.01432 ZMW · Get this rate via the API

1 ZMW buys 69.8510 KRW as of 2026-09-26, so 1 KRW buys 0.01432 ZMW. Over the last 5 years, ZMW/KRW traded between 49.7571 and 87.6944, averaged 62.7478 and rose 37.36%. The API holds daily ZMW/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/KRW over 5Y

ZMW/KRW over 5Y: show the values
PointZMW/KRW
2024-08-2450.8519
2024-10-0750.7934
2024-11-0652.2788
2024-12-0652.3536
2025-01-0551.5348
2025-02-0452.0925
2025-03-0650.4778
2025-04-0651.5072
2025-05-0649.7571
2025-06-0751.0799
2025-07-0756.1864
2025-08-0659.9732
2025-09-0558.0678
2025-10-0659.4141
2025-11-0564.2610
2025-12-0563.6129
2026-01-0565.5334
2026-02-0474.2008
2026-03-0676.7982
2026-04-0578.7542
2026-05-0578.6350
2026-06-0687.6944
2026-07-0881.5683
2026-08-0774.1405
2026-09-0770.0237

High

87.6944

Low

49.7571

Average

62.7478

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/KRW API questions

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

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

How far back does ZMW/KRW historical data go?

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