Skip to content

ZMW to UZS exchange rate API

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

604.3817

▲ +11.71% over YTD

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 year to date, ZMW/UZS traded between 541.0142 and 682.2021, averaged 632.0890 and rose 11.71%. 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 YTD

ZMW/UZS over YTD: show the values
PointZMW/UZS
2025-12-31541.0142
2026-01-07570.7658
2026-01-14619.6842
2026-01-21595.2328
2026-01-28611.1041
2026-02-04624.5152
2026-02-11645.5739
2026-02-18656.8214
2026-02-25643.0486
2026-03-04635.9062
2026-03-11627.0514
2026-03-18618.0453
2026-03-25641.9957
2026-04-01636.0634
2026-04-08626.8082
2026-04-15635.0420
2026-04-22633.9218
2026-04-29636.2946
2026-05-06638.4167
2026-05-14635.7766
2026-05-21636.1245
2026-05-29645.6898
2026-06-05682.2021
2026-06-14681.6861
2026-06-21673.6712
2026-06-28661.9078
2026-07-05651.9583
2026-07-12668.3853
2026-07-19659.9452
2026-07-26645.0234
2026-08-02637.8417
2026-08-09636.2515
2026-08-16628.6108
2026-08-24624.0911
2026-08-31621.2059
2026-09-07611.9132
2026-09-14606.7221
2026-09-21600.7780

High

682.2021

Low

541.0142

Average

632.0890

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.