Skip to content

ZMW to UZS exchange rate API

Zambian Kwacha to Uzbekistan Sum · quoted 2026-09-26

604.3817

▼ +2.66% over 30D

1 ZMW = 604.3817 UZS · 1 UZS = 0.001655 ZMW · Get this rate via the API

1 ZMW buys 604.3817 UZS as of 2026-09-26, so 1 UZS buys 0.001655 ZMW. Over the last 30 days, ZMW/UZS traded between 600.3374 and 621.2059, averaged 609.7622 and fell 2.66%. The API holds daily ZMW/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/UZS over 30D

ZMW/UZS over 30D: show the values
PointZMW/UZS
2026-08-27620.8955
2026-08-28621.0649
2026-08-29620.1141
2026-08-30621.0877
2026-08-31621.2059
2026-09-01616.4666
2026-09-02616.6496
2026-09-03615.8145
2026-09-04613.4969
2026-09-05612.6618
2026-09-06612.3521
2026-09-07611.9132
2026-09-08611.5177
2026-09-09611.2264
2026-09-10611.8306
2026-09-11609.1351
2026-09-12609.1813
2026-09-13608.1301
2026-09-14606.7221
2026-09-15604.7810
2026-09-16600.5699
2026-09-17600.3374
2026-09-18602.6146
2026-09-19601.3749
2026-09-20603.0600
2026-09-21600.7780
2026-09-22600.3572
2026-09-23604.4623
2026-09-24604.0648
2026-09-25604.3817

High

621.2059

Low

600.3374

Average

609.7622

For developers

Get this rate via the API

One GET request returns the ZMW/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=ZMW&currencies=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&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=ZMW&currencies=UZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/UZS API questions

How do I get the ZMW/UZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/UZS rate in rates.UZS.

How far back does ZMW/UZS historical data go?

Daily ZMW/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 ZMW/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.