ZWL to UZS exchange rate API
Zimbabwe Dollar to Uzbekistan Sum · quoted 2026-09-26
0.17759
▼ +4.13% over YTD
1 ZWL = 0.17759 UZS · 1 UZS = 5.6310 ZWL · Get this rate via the API
1 ZWL buys 0.17759 UZS as of 2026-09-26, so 1 UZS buys 5.6310 ZWL. Over the year to date, ZWL/UZS traded between 0.17627 and 37.7364, averaged 4.0130 and fell 4.13%. The API holds daily ZWL/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZWL/UZS over YTD: show the values
| Point | ZWL/UZS |
|---|---|
| 2025-12-31 | 0.18523 |
| 2026-01-07 | 0.18519 |
| 2026-01-14 | 0.18786 |
| 2026-01-21 | 0.18833 |
| 2026-01-28 | 0.18951 |
| 2026-02-04 | 0.19119 |
| 2026-02-11 | 0.19283 |
| 2026-02-18 | 0.19003 |
| 2026-02-25 | 0.18969 |
| 2026-03-04 | 0.18963 |
| 2026-03-11 | 0.19000 |
| 2026-03-18 | 0.19145 |
| 2026-03-25 | 0.19219 |
| 2026-04-01 | 0.19267 |
| 2026-04-08 | 0.19254 |
| 2026-04-15 | 37.73639 |
| 2026-04-22 | 37.50223 |
| 2026-04-29 | 37.48452 |
| 2026-05-06 | 37.34477 |
| 2026-05-14 | 0.18759 |
| 2026-05-21 | 0.18444 |
| 2026-05-29 | 0.17874 |
| 2026-06-05 | 0.17832 |
| 2026-06-14 | 0.17900 |
| 2026-06-21 | 0.18020 |
| 2026-06-28 | 0.17910 |
| 2026-07-05 | 0.17845 |
| 2026-07-12 | 0.18084 |
| 2026-07-19 | 0.18018 |
| 2026-07-26 | 0.18050 |
| 2026-08-02 | 0.17923 |
| 2026-08-09 | 0.17943 |
| 2026-08-16 | 0.17903 |
| 2026-08-24 | 0.17803 |
| 2026-08-31 | 0.17871 |
| 2026-09-07 | 0.17748 |
| 2026-09-14 | 0.17627 |
| 2026-09-21 | 0.17774 |
High
37.7364
Low
0.17627
Average
4.0130
Get this rate via the API
One GET request returns the ZWL/UZS 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=ZWL¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
ZWL/UZS API questions
How do I get the ZWL/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZWL/UZS rate in rates.UZS.
How far back does ZWL/UZS historical data go?
Daily ZWL/UZS 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 ZWL/UZS 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.