Skip to content

KRW to ZWL exchange rate API

Won to Zimbabwe Dollar · quoted 2026-09-25

48.7396

▲ +2.86% over 1Y

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 year, KRW/ZWL traded between 0.21709 and 49.9819, averaged 40.9301 and rose 2.86%. 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 1Y

KRW/ZWL over 1Y: show the values
PointKRW/ZWL
2025-09-2547.3830
2025-10-0247.6144
2025-10-0947.0565
2025-10-1646.9595
2025-10-2346.0525
2025-10-3046.0606
2025-11-0645.4895
2025-11-1344.9656
2025-11-2044.6726
2025-11-2744.7625
2025-12-0444.4739
2025-12-1244.1642
2025-12-1944.1128
2025-12-2644.7937
2026-01-0244.9400
2026-01-0944.0299
2026-01-1643.4989
2026-01-2343.6128
2026-01-3044.3239
2026-02-0643.8661
2026-02-1344.1524
2026-02-2044.0863
2026-02-2744.4515
2026-03-0643.3316
2026-03-1342.6706
2026-03-2042.1271
2026-03-2741.9350
2026-04-0341.6965
2026-04-100.2171
2026-04-170.2177
2026-04-240.2180
2026-05-010.2172
2026-05-080.2195
2026-05-1642.9878
2026-05-2443.2035
2026-05-3144.4420
2026-06-0943.9036
2026-06-1644.1982
2026-06-2343.5438
2026-06-3043.2380
2026-07-0744.3760
2026-07-1444.8057
2026-07-2145.2806
2026-07-2846.0361
2026-08-0446.7018
2026-08-1147.0738
2026-08-1847.3275
2026-08-2648.1332
2026-09-0249.1474
2026-09-0949.9819
2026-09-1648.9466
2026-09-2348.8566

High

49.9819

Low

0.21709

Average

40.9301

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.