Skip to content

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

ZWL/UZS over YTD: show the values
PointZWL/UZS
2025-12-310.18523
2026-01-070.18519
2026-01-140.18786
2026-01-210.18833
2026-01-280.18951
2026-02-040.19119
2026-02-110.19283
2026-02-180.19003
2026-02-250.18969
2026-03-040.18963
2026-03-110.19000
2026-03-180.19145
2026-03-250.19219
2026-04-010.19267
2026-04-080.19254
2026-04-1537.73639
2026-04-2237.50223
2026-04-2937.48452
2026-05-0637.34477
2026-05-140.18759
2026-05-210.18444
2026-05-290.17874
2026-06-050.17832
2026-06-140.17900
2026-06-210.18020
2026-06-280.17910
2026-07-050.17845
2026-07-120.18084
2026-07-190.18018
2026-07-260.18050
2026-08-020.17923
2026-08-090.17943
2026-08-160.17903
2026-08-240.17803
2026-08-310.17871
2026-09-070.17748
2026-09-140.17627
2026-09-210.17774

High

37.7364

Low

0.17627

Average

4.0130

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=UZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=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&currencies=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.