Skip to content

KRW to ZWL exchange rate API

Won to Zimbabwe Dollar · quoted 2026-09-25

48.7396

▲ +85.44% over 5Y

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 5 years, KRW/ZWL traded between 0.21861 and 49.5126, averaged 42.9000 and rose 85.44%. 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 5Y

KRW/ZWL over 5Y: show the values
PointKRW/ZWL
2024-08-2426.2827
2024-10-0726.1938
2024-11-0648.8177
2024-12-0644.8366
2025-01-0544.0428
2025-02-0445.2686
2025-03-0645.8713
2025-04-0646.4948
2025-05-0648.5508
2025-06-0749.5126
2025-07-0749.1452
2025-08-0648.3348
2025-09-0547.9822
2025-10-0647.2208
2025-11-0545.6351
2025-12-0544.3933
2026-01-0544.7157
2026-02-0444.0222
2026-03-0643.3316
2026-04-0541.7948
2026-05-050.2186
2026-06-0643.3804
2026-07-0844.3759
2026-08-0746.9989
2026-09-0749.2384

High

49.5126

Low

0.21861

Average

42.9000

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.