ZMW to KRW exchange rate API
Zambian Kwacha to Won · quoted 2026-09-26
69.8510
▲ +7.54% over YTD
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 year to date, ZMW/KRW traded between 64.9561 and 87.7537, averaged 76.7145 and rose 7.54%. 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 YTD: show the values
| Point | ZMW/KRW |
|---|---|
| 2025-12-31 | 64.9561 |
| 2026-01-07 | 68.9876 |
| 2026-01-14 | 75.6505 |
| 2026-01-21 | 72.2650 |
| 2026-01-28 | 71.9860 |
| 2026-02-04 | 74.2008 |
| 2026-02-11 | 76.5378 |
| 2026-02-18 | 78.1556 |
| 2026-02-25 | 75.2704 |
| 2026-03-04 | 76.2901 |
| 2026-03-11 | 76.1423 |
| 2026-03-18 | 76.7589 |
| 2026-03-25 | 78.9298 |
| 2026-04-01 | 78.3733 |
| 2026-04-08 | 75.7910 |
| 2026-04-15 | 77.1962 |
| 2026-04-22 | 77.5914 |
| 2026-04-29 | 77.9357 |
| 2026-05-06 | 76.8810 |
| 2026-05-14 | 78.5110 |
| 2026-05-21 | 79.4064 |
| 2026-05-29 | 80.9796 |
| 2026-06-05 | 87.7537 |
| 2026-06-14 | 86.7391 |
| 2026-06-21 | 85.6773 |
| 2026-06-28 | 84.8806 |
| 2026-07-05 | 83.4178 |
| 2026-07-12 | 83.2829 |
| 2026-07-19 | 81.8592 |
| 2026-07-26 | 78.5310 |
| 2026-08-02 | 77.0987 |
| 2026-08-09 | 75.1948 |
| 2026-08-16 | 74.8017 |
| 2026-08-24 | 72.9139 |
| 2026-08-31 | 71.8159 |
| 2026-09-07 | 70.0237 |
| 2026-09-14 | 69.5734 |
| 2026-09-21 | 69.6524 |
High
87.7537
Low
64.9561
Average
76.7145
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.