Skip to content

ZMW to KRW exchange rate API

Zambian Kwacha to Won · quoted 2026-09-26

69.8510

▼ +3.60% over 30D

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 30 days, ZMW/KRW traded between 69.0147 and 72.6108, averaged 70.4210 and fell 3.60%. 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 30D

ZMW/KRW over 30D: show the values
PointZMW/KRW
2026-08-2772.4615
2026-08-2872.3051
2026-08-2972.1729
2026-08-3072.6108
2026-08-3171.8159
2026-09-0171.7425
2026-09-0271.1134
2026-09-0370.8773
2026-09-0470.3284
2026-09-0569.8981
2026-09-0670.2920
2026-09-0770.0237
2026-09-0869.6986
2026-09-0969.1599
2026-09-1069.6242
2026-09-1169.3951
2026-09-1269.2985
2026-09-1370.5563
2026-09-1469.5734
2026-09-1570.0616
2026-09-1669.7854
2026-09-1770.4285
2026-09-1870.7390
2026-09-1970.3904
2026-09-2070.9170
2026-09-2169.6524
2026-09-2269.0147
2026-09-2370.0167
2026-09-2469.9346
2026-09-2569.3114

High

72.6108

Low

69.0147

Average

70.4210

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.