Skip to content

ZMW to UZS exchange rate API

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

604.3817

▲ +17.71% over 1Y

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 year, ZMW/UZS traded between 508.4542 and 676.9884, averaged 605.5332 and rose 17.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 1Y

ZMW/UZS over 1Y: show the values
PointZMW/UZS
2025-09-26513.4639
2025-10-03508.4542
2025-10-10533.4331
2025-10-17538.4299
2025-10-24547.0430
2025-10-31541.7046
2025-11-07529.3972
2025-11-14529.8136
2025-11-21515.7972
2025-11-28519.0611
2025-12-05515.8834
2025-12-13521.2817
2025-12-20531.2812
2025-12-27535.8154
2026-01-03543.5490
2026-01-10622.4492
2026-01-17591.7725
2026-01-24616.4183
2026-01-31619.7699
2026-02-07658.1797
2026-02-14667.0742
2026-02-21640.2509
2026-02-28644.4555
2026-03-07630.6621
2026-03-14622.3750
2026-03-21624.0938
2026-03-28648.2854
2026-04-04632.9011
2026-04-11639.4586
2026-04-18637.8838
2026-04-25637.9153
2026-05-02639.7576
2026-05-09637.4139
2026-05-17633.8133
2026-05-25634.0526
2026-06-01652.0043
2026-06-10676.3062
2026-06-17676.9884
2026-06-24664.1855
2026-07-01666.5090
2026-07-08651.2947
2026-07-15664.3327
2026-07-22650.7946
2026-07-29642.1214
2026-08-05627.4465
2026-08-12633.5734
2026-08-20626.9876
2026-08-27620.8955
2026-09-03615.8145
2026-09-10611.8306
2026-09-17600.3374
2026-09-24604.0648

High

676.9884

Low

508.4542

Average

605.5332

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.