Skip to content

KRW to ZWL exchange rate API

Won to Zimbabwe Dollar · quoted 2026-09-25

48.7396

▲ +8.39% over YTD

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 year to date, KRW/ZWL traded between 0.21780 and 49.4736, averaged 40.3450 and rose 8.39%. 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 YTD

KRW/ZWL over YTD: show the values
PointKRW/ZWL
2025-12-3144.9649
2026-01-0744.6743
2026-01-1443.6032
2026-01-2143.7354
2026-01-2844.7959
2026-02-0444.0222
2026-02-1143.7424
2026-02-1844.2239
2026-02-2545.0377
2026-03-0443.9555
2026-03-1143.3443
2026-03-1842.0565
2026-03-2542.3208
2026-04-0142.1227
2026-04-0842.9527
2026-04-150.2180
2026-04-220.2179
2026-04-290.2178
2026-05-060.2224
2026-05-1443.1685
2026-05-2143.4335
2026-05-2944.6092
2026-06-0543.5963
2026-06-1443.9045
2026-06-2143.6345
2026-06-2843.5417
2026-07-0543.7970
2026-07-1244.3794
2026-07-1944.7431
2026-07-2645.5034
2026-08-0246.1580
2026-08-0947.1558
2026-08-1646.9392
2026-08-2448.0779
2026-08-3148.4029
2026-09-0749.2384
2026-09-1449.4736
2026-09-2148.5289

High

49.4736

Low

0.21780

Average

40.3450

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.