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: show the values
| Point | KRW/ZWL |
|---|---|
| 2025-12-31 | 44.9649 |
| 2026-01-07 | 44.6743 |
| 2026-01-14 | 43.6032 |
| 2026-01-21 | 43.7354 |
| 2026-01-28 | 44.7959 |
| 2026-02-04 | 44.0222 |
| 2026-02-11 | 43.7424 |
| 2026-02-18 | 44.2239 |
| 2026-02-25 | 45.0377 |
| 2026-03-04 | 43.9555 |
| 2026-03-11 | 43.3443 |
| 2026-03-18 | 42.0565 |
| 2026-03-25 | 42.3208 |
| 2026-04-01 | 42.1227 |
| 2026-04-08 | 42.9527 |
| 2026-04-15 | 0.2180 |
| 2026-04-22 | 0.2179 |
| 2026-04-29 | 0.2178 |
| 2026-05-06 | 0.2224 |
| 2026-05-14 | 43.1685 |
| 2026-05-21 | 43.4335 |
| 2026-05-29 | 44.6092 |
| 2026-06-05 | 43.5963 |
| 2026-06-14 | 43.9045 |
| 2026-06-21 | 43.6345 |
| 2026-06-28 | 43.5417 |
| 2026-07-05 | 43.7970 |
| 2026-07-12 | 44.3794 |
| 2026-07-19 | 44.7431 |
| 2026-07-26 | 45.5034 |
| 2026-08-02 | 46.1580 |
| 2026-08-09 | 47.1558 |
| 2026-08-16 | 46.9392 |
| 2026-08-24 | 48.0779 |
| 2026-08-31 | 48.4029 |
| 2026-09-07 | 49.2384 |
| 2026-09-14 | 49.4736 |
| 2026-09-21 | 48.5289 |
High
49.4736
Low
0.21780
Average
40.3450
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW¤cies=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¤cies=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.