ZMW to KRW exchange rate API
Zambian Kwacha to Won · quoted 2026-09-26
69.8510
▲ +18.12% over 1Y
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 year, ZMW/KRW traded between 59.0592 and 86.2724, averaged 73.3734 and rose 18.12%. 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 1Y: show the values
| Point | ZMW/KRW |
|---|---|
| 2025-09-26 | 59.1360 |
| 2025-10-03 | 59.0592 |
| 2025-10-10 | 62.5994 |
| 2025-10-17 | 62.7616 |
| 2025-10-24 | 65.0313 |
| 2025-10-31 | 64.4795 |
| 2025-11-07 | 64.2992 |
| 2025-11-14 | 64.0839 |
| 2025-11-21 | 63.9372 |
| 2025-11-28 | 64.1787 |
| 2025-12-05 | 63.6129 |
| 2025-12-13 | 63.8393 |
| 2025-12-20 | 65.1780 |
| 2025-12-27 | 64.1103 |
| 2026-01-03 | 65.1635 |
| 2026-01-10 | 74.7095 |
| 2026-01-17 | 72.9210 |
| 2026-01-24 | 74.0325 |
| 2026-01-31 | 73.4435 |
| 2026-02-07 | 78.2706 |
| 2026-02-14 | 78.9403 |
| 2026-02-21 | 76.1986 |
| 2026-02-28 | 76.0948 |
| 2026-03-07 | 76.8959 |
| 2026-03-14 | 77.3442 |
| 2026-03-21 | 77.1580 |
| 2026-03-28 | 80.0995 |
| 2026-04-04 | 78.5157 |
| 2026-04-11 | 78.0692 |
| 2026-04-18 | 77.1159 |
| 2026-04-25 | 78.1557 |
| 2026-05-02 | 78.7689 |
| 2026-05-09 | 76.7901 |
| 2026-05-17 | 79.4577 |
| 2026-05-25 | 80.1365 |
| 2026-06-01 | 81.8583 |
| 2026-06-10 | 85.5525 |
| 2026-06-17 | 85.5179 |
| 2026-06-24 | 85.4391 |
| 2026-07-01 | 86.2724 |
| 2026-07-08 | 81.5683 |
| 2026-07-15 | 82.1396 |
| 2026-07-22 | 80.3673 |
| 2026-07-29 | 77.4564 |
| 2026-08-05 | 75.0148 |
| 2026-08-12 | 75.2972 |
| 2026-08-20 | 74.5399 |
| 2026-08-27 | 72.4615 |
| 2026-09-03 | 70.8773 |
| 2026-09-10 | 69.6242 |
| 2026-09-17 | 70.4285 |
| 2026-09-24 | 69.9346 |
High
86.2724
Low
59.0592
Average
73.3734
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.