KRW to ZWL exchange rate API
Won to Zimbabwe Dollar · quoted 2026-09-25
48.7396
▲ +16.47% over 6M
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 6 months, KRW/ZWL traded between 0.20790 and 49.6422, averaged 32.2882 and rose 16.47%. 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 6M: show the values
| Point | KRW/ZWL |
|---|---|
| 2026-03-29 | 41.8489 |
| 2026-04-05 | 41.7948 |
| 2026-04-12 | 0.2163 |
| 2026-04-19 | 0.2193 |
| 2026-04-26 | 0.2174 |
| 2026-05-03 | 0.2181 |
| 2026-05-10 | 0.2196 |
| 2026-05-18 | 0.2150 |
| 2026-05-26 | 43.6925 |
| 2026-06-02 | 44.2268 |
| 2026-06-11 | 43.7512 |
| 2026-06-18 | 43.4741 |
| 2026-06-25 | 43.4692 |
| 2026-07-02 | 0.2079 |
| 2026-07-09 | 44.2738 |
| 2026-07-16 | 44.9915 |
| 2026-07-23 | 45.3004 |
| 2026-07-30 | 46.5247 |
| 2026-08-06 | 46.7499 |
| 2026-08-13 | 46.7513 |
| 2026-08-21 | 48.0717 |
| 2026-08-28 | 48.2925 |
| 2026-09-04 | 49.3229 |
| 2026-09-11 | 49.6422 |
| 2026-09-18 | 0.2320 |
| 2026-09-25 | 49.1190 |
High
49.6422
Low
0.20790
Average
32.2882
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.