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: show the values
| Point | ZMW/UZS |
|---|---|
| 2026-08-27 | 620.8955 |
| 2026-08-28 | 621.0649 |
| 2026-08-29 | 620.1141 |
| 2026-08-30 | 621.0877 |
| 2026-08-31 | 621.2059 |
| 2026-09-01 | 616.4666 |
| 2026-09-02 | 616.6496 |
| 2026-09-03 | 615.8145 |
| 2026-09-04 | 613.4969 |
| 2026-09-05 | 612.6618 |
| 2026-09-06 | 612.3521 |
| 2026-09-07 | 611.9132 |
| 2026-09-08 | 611.5177 |
| 2026-09-09 | 611.2264 |
| 2026-09-10 | 611.8306 |
| 2026-09-11 | 609.1351 |
| 2026-09-12 | 609.1813 |
| 2026-09-13 | 608.1301 |
| 2026-09-14 | 606.7221 |
| 2026-09-15 | 604.7810 |
| 2026-09-16 | 600.5699 |
| 2026-09-17 | 600.3374 |
| 2026-09-18 | 602.6146 |
| 2026-09-19 | 601.3749 |
| 2026-09-20 | 603.0600 |
| 2026-09-21 | 600.7780 |
| 2026-09-22 | 600.3572 |
| 2026-09-23 | 604.4623 |
| 2026-09-24 | 604.0648 |
| 2026-09-25 | 604.3817 |
High
621.2059
Low
600.3374
Average
609.7622
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.