Skip to content

KRW to ZWL exchange rate API

Won to Zimbabwe Dollar · quoted 2026-09-25

48.7396

▲ +16.47% over 6M

1 KRW = 48.7396 ZWL · 1 ZWL = 0.02052 KRW · Get this rate via the API

1 KRW buys 48.7396 ZWL as of 2026-09-25, so 1 ZWL buys 0.02052 KRW. Over the last 6 months, KRW/ZWL traded between 0.20790 and 49.6422, averaged 32.2882 and rose 16.47%. The API holds daily KRW/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KRW/ZWL over 6M

KRW/ZWL over 6M: show the values
PointKRW/ZWL
2026-03-2941.8489
2026-04-0541.7948
2026-04-120.2163
2026-04-190.2193
2026-04-260.2174
2026-05-030.2181
2026-05-100.2196
2026-05-180.2150
2026-05-2643.6925
2026-06-0244.2268
2026-06-1143.7512
2026-06-1843.4741
2026-06-2543.4692
2026-07-020.2079
2026-07-0944.2738
2026-07-1644.9915
2026-07-2345.3004
2026-07-3046.5247
2026-08-0646.7499
2026-08-1346.7513
2026-08-2148.0717
2026-08-2848.2925
2026-09-0449.3229
2026-09-1149.6422
2026-09-180.2320
2026-09-2549.1190

High

49.6422

Low

0.20790

Average

32.2882

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KRW/ZWL API questions

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

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

How far back does KRW/ZWL historical data go?

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