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: show the values
| Point | ZMW/UZS |
|---|---|
| 2025-12-31 | 541.0142 |
| 2026-01-07 | 570.7658 |
| 2026-01-14 | 619.6842 |
| 2026-01-21 | 595.2328 |
| 2026-01-28 | 611.1041 |
| 2026-02-04 | 624.5152 |
| 2026-02-11 | 645.5739 |
| 2026-02-18 | 656.8214 |
| 2026-02-25 | 643.0486 |
| 2026-03-04 | 635.9062 |
| 2026-03-11 | 627.0514 |
| 2026-03-18 | 618.0453 |
| 2026-03-25 | 641.9957 |
| 2026-04-01 | 636.0634 |
| 2026-04-08 | 626.8082 |
| 2026-04-15 | 635.0420 |
| 2026-04-22 | 633.9218 |
| 2026-04-29 | 636.2946 |
| 2026-05-06 | 638.4167 |
| 2026-05-14 | 635.7766 |
| 2026-05-21 | 636.1245 |
| 2026-05-29 | 645.6898 |
| 2026-06-05 | 682.2021 |
| 2026-06-14 | 681.6861 |
| 2026-06-21 | 673.6712 |
| 2026-06-28 | 661.9078 |
| 2026-07-05 | 651.9583 |
| 2026-07-12 | 668.3853 |
| 2026-07-19 | 659.9452 |
| 2026-07-26 | 645.0234 |
| 2026-08-02 | 637.8417 |
| 2026-08-09 | 636.2515 |
| 2026-08-16 | 628.6108 |
| 2026-08-24 | 624.0911 |
| 2026-08-31 | 621.2059 |
| 2026-09-07 | 611.9132 |
| 2026-09-14 | 606.7221 |
| 2026-09-21 | 600.7780 |
High
682.2021
Low
541.0142
Average
632.0890
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.