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: show the values
| Point | ZMW/UZS |
|---|---|
| 2026-03-30 | 645.1811 |
| 2026-04-06 | 630.2912 |
| 2026-04-13 | 639.1581 |
| 2026-04-20 | 637.8545 |
| 2026-04-27 | 634.8654 |
| 2026-05-04 | 639.7576 |
| 2026-05-11 | 637.1389 |
| 2026-05-19 | 636.6153 |
| 2026-05-27 | 638.4179 |
| 2026-06-03 | 664.8599 |
| 2026-06-12 | 689.4050 |
| 2026-06-19 | 670.6272 |
| 2026-06-26 | 664.9252 |
| 2026-07-03 | 651.3491 |
| 2026-07-10 | 659.6305 |
| 2026-07-17 | 661.9514 |
| 2026-07-24 | 648.0423 |
| 2026-07-31 | 638.1488 |
| 2026-08-07 | 624.6283 |
| 2026-08-14 | 636.8792 |
| 2026-08-22 | 626.8389 |
| 2026-08-29 | 620.1141 |
| 2026-09-05 | 612.6618 |
| 2026-09-12 | 609.1813 |
| 2026-09-19 | 601.3749 |
High
689.4050
Low
601.3749
Average
639.3954
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.