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: show the values
| Point | KRW/ZWL |
|---|---|
| 2024-08-24 | 26.2827 |
| 2024-10-07 | 26.1938 |
| 2024-11-06 | 48.8177 |
| 2024-12-06 | 44.8366 |
| 2025-01-05 | 44.0428 |
| 2025-02-04 | 45.2686 |
| 2025-03-06 | 45.8713 |
| 2025-04-06 | 46.4948 |
| 2025-05-06 | 48.5508 |
| 2025-06-07 | 49.5126 |
| 2025-07-07 | 49.1452 |
| 2025-08-06 | 48.3348 |
| 2025-09-05 | 47.9822 |
| 2025-10-06 | 47.2208 |
| 2025-11-05 | 45.6351 |
| 2025-12-05 | 44.3933 |
| 2026-01-05 | 44.7157 |
| 2026-02-04 | 44.0222 |
| 2026-03-06 | 43.3316 |
| 2026-04-05 | 41.7948 |
| 2026-05-05 | 0.2186 |
| 2026-06-06 | 43.3804 |
| 2026-07-08 | 44.3759 |
| 2026-08-07 | 46.9989 |
| 2026-09-07 | 49.2384 |
High
49.5126
Low
0.21861
Average
42.9000
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.