Skip to content

KRW to ZMW exchange rate API

Won to Zambian Kwacha · quoted 2026-09-26

0.01432

▼ +15.34% over 1Y

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

1 KRW buys 0.01432 ZMW as of 2026-09-26, so 1 ZMW buys 69.8519 KRW. Over the last year, KRW/ZMW traded between 0.01159 and 0.01693, averaged 0.01377 and fell 15.34%. The API holds daily KRW/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KRW/ZMW over 1Y

KRW/ZMW over 1Y: show the values
PointKRW/ZMW
2025-09-260.01691
2025-10-030.01693
2025-10-100.01597
2025-10-170.01593
2025-10-240.01538
2025-10-310.01551
2025-11-070.01555
2025-11-140.01560
2025-11-210.01564
2025-11-280.01558
2025-12-050.01572
2025-12-130.01566
2025-12-200.01534
2025-12-270.01560
2026-01-030.01535
2026-01-100.01338
2026-01-170.01371
2026-01-240.01351
2026-01-310.01362
2026-02-070.01278
2026-02-140.01267
2026-02-210.01312
2026-02-280.01314
2026-03-070.01300
2026-03-140.01293
2026-03-210.01296
2026-03-280.01248
2026-04-040.01274
2026-04-110.01281
2026-04-180.01297
2026-04-250.01279
2026-05-020.01269
2026-05-090.01302
2026-05-170.01259
2026-05-250.01248
2026-06-010.01222
2026-06-100.01169
2026-06-170.01169
2026-06-240.01170
2026-07-010.01159
2026-07-080.01226
2026-07-150.01217
2026-07-220.01244
2026-07-290.01291
2026-08-050.01333
2026-08-120.01328
2026-08-200.01341
2026-08-270.01380
2026-09-030.01411
2026-09-100.01436
2026-09-170.01420
2026-09-240.01430

High

0.01693

Low

0.01159

Average

0.01377

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

KRW/ZMW API questions

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

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

How far back does KRW/ZMW historical data go?

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