Skip to content

KRW to ZWL exchange rate API

Won to Zimbabwe Dollar · quoted 2026-09-25

48.7396

▲ +1.26% over 30D

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 30 days, KRW/ZWL traded between 0.23197 and 50.0171, averaged 47.3571 and rose 1.26%. 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 30D

KRW/ZWL over 30D: show the values
PointKRW/ZWL
2026-08-2648.1332
2026-08-2747.9860
2026-08-2848.2925
2026-08-2948.1231
2026-08-3047.9116
2026-08-3148.4029
2026-09-0148.5073
2026-09-0249.1474
2026-09-0349.1894
2026-09-0449.3229
2026-09-0549.3391
2026-09-0649.0647
2026-09-0749.2384
2026-09-0850.0171
2026-09-0949.9819
2026-09-1049.6329
2026-09-1149.6422
2026-09-1249.6827
2026-09-1348.7990
2026-09-1449.4736
2026-09-1549.2619
2026-09-1648.9466
2026-09-1748.2335
2026-09-180.2320
2026-09-1948.0431
2026-09-2047.8412
2026-09-2148.5289
2026-09-2249.0770
2026-09-2348.8566
2026-09-2448.6594
2026-09-2549.1190

High

50.0171

Low

0.23197

Average

47.3571

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.