Skip to content

ZMW to UZS exchange rate API

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

604.3817

▼ +6.32% over 6M

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 6 months, ZMW/UZS traded between 601.3749 and 689.4050, averaged 639.3954 and fell 6.32%. 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 6M

ZMW/UZS over 6M: show the values
PointZMW/UZS
2026-03-30645.1811
2026-04-06630.2912
2026-04-13639.1581
2026-04-20637.8545
2026-04-27634.8654
2026-05-04639.7576
2026-05-11637.1389
2026-05-19636.6153
2026-05-27638.4179
2026-06-03664.8599
2026-06-12689.4050
2026-06-19670.6272
2026-06-26664.9252
2026-07-03651.3491
2026-07-10659.6305
2026-07-17661.9514
2026-07-24648.0423
2026-07-31638.1488
2026-08-07624.6283
2026-08-14636.8792
2026-08-22626.8389
2026-08-29620.1141
2026-09-05612.6618
2026-09-12609.1813
2026-09-19601.3749

High

689.4050

Low

601.3749

Average

639.3954

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.