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: show the values
| Point | ZMW/UZS |
|---|---|
| 2025-09-26 | 513.4639 |
| 2025-10-03 | 508.4542 |
| 2025-10-10 | 533.4331 |
| 2025-10-17 | 538.4299 |
| 2025-10-24 | 547.0430 |
| 2025-10-31 | 541.7046 |
| 2025-11-07 | 529.3972 |
| 2025-11-14 | 529.8136 |
| 2025-11-21 | 515.7972 |
| 2025-11-28 | 519.0611 |
| 2025-12-05 | 515.8834 |
| 2025-12-13 | 521.2817 |
| 2025-12-20 | 531.2812 |
| 2025-12-27 | 535.8154 |
| 2026-01-03 | 543.5490 |
| 2026-01-10 | 622.4492 |
| 2026-01-17 | 591.7725 |
| 2026-01-24 | 616.4183 |
| 2026-01-31 | 619.7699 |
| 2026-02-07 | 658.1797 |
| 2026-02-14 | 667.0742 |
| 2026-02-21 | 640.2509 |
| 2026-02-28 | 644.4555 |
| 2026-03-07 | 630.6621 |
| 2026-03-14 | 622.3750 |
| 2026-03-21 | 624.0938 |
| 2026-03-28 | 648.2854 |
| 2026-04-04 | 632.9011 |
| 2026-04-11 | 639.4586 |
| 2026-04-18 | 637.8838 |
| 2026-04-25 | 637.9153 |
| 2026-05-02 | 639.7576 |
| 2026-05-09 | 637.4139 |
| 2026-05-17 | 633.8133 |
| 2026-05-25 | 634.0526 |
| 2026-06-01 | 652.0043 |
| 2026-06-10 | 676.3062 |
| 2026-06-17 | 676.9884 |
| 2026-06-24 | 664.1855 |
| 2026-07-01 | 666.5090 |
| 2026-07-08 | 651.2947 |
| 2026-07-15 | 664.3327 |
| 2026-07-22 | 650.7946 |
| 2026-07-29 | 642.1214 |
| 2026-08-05 | 627.4465 |
| 2026-08-12 | 633.5734 |
| 2026-08-20 | 626.9876 |
| 2026-08-27 | 620.8955 |
| 2026-09-03 | 615.8145 |
| 2026-09-10 | 611.8306 |
| 2026-09-17 | 600.3374 |
| 2026-09-24 | 604.0648 |
High
676.9884
Low
508.4542
Average
605.5332
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.