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: show the values
| Point | KRW/ZWL |
|---|---|
| 2025-09-25 | 47.3830 |
| 2025-10-02 | 47.6144 |
| 2025-10-09 | 47.0565 |
| 2025-10-16 | 46.9595 |
| 2025-10-23 | 46.0525 |
| 2025-10-30 | 46.0606 |
| 2025-11-06 | 45.4895 |
| 2025-11-13 | 44.9656 |
| 2025-11-20 | 44.6726 |
| 2025-11-27 | 44.7625 |
| 2025-12-04 | 44.4739 |
| 2025-12-12 | 44.1642 |
| 2025-12-19 | 44.1128 |
| 2025-12-26 | 44.7937 |
| 2026-01-02 | 44.9400 |
| 2026-01-09 | 44.0299 |
| 2026-01-16 | 43.4989 |
| 2026-01-23 | 43.6128 |
| 2026-01-30 | 44.3239 |
| 2026-02-06 | 43.8661 |
| 2026-02-13 | 44.1524 |
| 2026-02-20 | 44.0863 |
| 2026-02-27 | 44.4515 |
| 2026-03-06 | 43.3316 |
| 2026-03-13 | 42.6706 |
| 2026-03-20 | 42.1271 |
| 2026-03-27 | 41.9350 |
| 2026-04-03 | 41.6965 |
| 2026-04-10 | 0.2171 |
| 2026-04-17 | 0.2177 |
| 2026-04-24 | 0.2180 |
| 2026-05-01 | 0.2172 |
| 2026-05-08 | 0.2195 |
| 2026-05-16 | 42.9878 |
| 2026-05-24 | 43.2035 |
| 2026-05-31 | 44.4420 |
| 2026-06-09 | 43.9036 |
| 2026-06-16 | 44.1982 |
| 2026-06-23 | 43.5438 |
| 2026-06-30 | 43.2380 |
| 2026-07-07 | 44.3760 |
| 2026-07-14 | 44.8057 |
| 2026-07-21 | 45.2806 |
| 2026-07-28 | 46.0361 |
| 2026-08-04 | 46.7018 |
| 2026-08-11 | 47.0738 |
| 2026-08-18 | 47.3275 |
| 2026-08-26 | 48.1332 |
| 2026-09-02 | 49.1474 |
| 2026-09-09 | 49.9819 |
| 2026-09-16 | 48.9466 |
| 2026-09-23 | 48.8566 |
High
49.9819
Low
0.21709
Average
40.9301
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.