ZMW to KRW exchange rate API
Zambian Kwacha to Won · quoted 2026-09-26
69.8510
▼ +13.02% over 6M
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 6 months, ZMW/KRW traded between 69.2985 and 87.3687, averaged 77.9976 and fell 13.02%. 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 6M: show the values
| Point | ZMW/KRW |
|---|---|
| 2026-03-30 | 80.3027 |
| 2026-04-06 | 78.6893 |
| 2026-04-13 | 78.4325 |
| 2026-04-20 | 77.0217 |
| 2026-04-27 | 77.8689 |
| 2026-05-04 | 78.8071 |
| 2026-05-11 | 77.5712 |
| 2026-05-19 | 79.8282 |
| 2026-05-27 | 79.5785 |
| 2026-06-03 | 85.2916 |
| 2026-06-12 | 87.3687 |
| 2026-06-19 | 85.1318 |
| 2026-06-26 | 84.9820 |
| 2026-07-03 | 83.6904 |
| 2026-07-10 | 82.6914 |
| 2026-07-17 | 81.3394 |
| 2026-07-24 | 78.5465 |
| 2026-07-31 | 76.7453 |
| 2026-08-07 | 74.1405 |
| 2026-08-14 | 75.2257 |
| 2026-08-22 | 73.0731 |
| 2026-08-29 | 72.1729 |
| 2026-09-05 | 69.8981 |
| 2026-09-12 | 69.2985 |
| 2026-09-19 | 70.3904 |
High
87.3687
Low
69.2985
Average
77.9976
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.