KRW to ZWL exchange rate API
Won to Zimbabwe Dollar · quoted 2026-09-25
48.7396
▲ +1.26% over 30D
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 30 days, KRW/ZWL traded between 0.23197 and 50.0171, averaged 47.3571 and rose 1.26%. 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 30D: show the values
| Point | KRW/ZWL |
|---|---|
| 2026-08-26 | 48.1332 |
| 2026-08-27 | 47.9860 |
| 2026-08-28 | 48.2925 |
| 2026-08-29 | 48.1231 |
| 2026-08-30 | 47.9116 |
| 2026-08-31 | 48.4029 |
| 2026-09-01 | 48.5073 |
| 2026-09-02 | 49.1474 |
| 2026-09-03 | 49.1894 |
| 2026-09-04 | 49.3229 |
| 2026-09-05 | 49.3391 |
| 2026-09-06 | 49.0647 |
| 2026-09-07 | 49.2384 |
| 2026-09-08 | 50.0171 |
| 2026-09-09 | 49.9819 |
| 2026-09-10 | 49.6329 |
| 2026-09-11 | 49.6422 |
| 2026-09-12 | 49.6827 |
| 2026-09-13 | 48.7990 |
| 2026-09-14 | 49.4736 |
| 2026-09-15 | 49.2619 |
| 2026-09-16 | 48.9466 |
| 2026-09-17 | 48.2335 |
| 2026-09-18 | 0.2320 |
| 2026-09-19 | 48.0431 |
| 2026-09-20 | 47.8412 |
| 2026-09-21 | 48.5289 |
| 2026-09-22 | 49.0770 |
| 2026-09-23 | 48.8566 |
| 2026-09-24 | 48.6594 |
| 2026-09-25 | 49.1190 |
High
50.0171
Low
0.23197
Average
47.3571
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.