Skip to content

ZMW to UGX exchange rate API

Zambian Kwacha to Uganda Shilling · quoted 2026-09-26

200.9385

▲ +37.07% over 1Y

1 ZMW = 200.9385 UGX · 1 UGX = 0.004977 ZMW · Get this rate via the API

1 ZMW buys 200.9385 UGX as of 2026-09-26, so 1 UGX buys 0.004977 ZMW. Over the last year, ZMW/UGX traded between 145.6445 and 211.5536, averaged 184.6606 and rose 37.07%. The API holds daily ZMW/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/UGX over 1Y

ZMW/UGX over 1Y: show the values
PointZMW/UGX
2025-09-26146.5911
2025-10-03145.6445
2025-10-10151.3026
2025-10-17153.2820
2025-10-24157.6471
2025-10-31157.1739
2025-11-07153.8621
2025-11-14158.9877
2025-11-21157.8483
2025-11-28158.3141
2025-12-05153.4151
2025-12-13153.7686
2025-12-20157.7529
2025-12-27160.1940
2026-01-03163.8514
2026-01-10184.4755
2026-01-17176.1662
2026-01-24181.3178
2026-01-31180.3007
2026-02-07190.3305
2026-02-14194.0080
2026-02-21189.2383
2026-02-28190.4476
2026-03-07190.4942
2026-03-14193.5125
2026-03-21193.4902
2026-03-28197.8950
2026-04-04194.5563
2026-04-11194.5126
2026-04-18194.6611
2026-04-25196.8645
2026-05-02201.3490
2026-05-09196.7945
2026-05-17198.5591
2026-05-25200.1719
2026-06-01204.6482
2026-06-10211.5536
2026-06-17208.1979
2026-06-24202.3512
2026-07-01202.9024
2026-07-08198.1014
2026-07-15203.7414
2026-07-22201.6273
2026-07-29200.9461
2026-08-05197.1631
2026-08-12197.7622
2026-08-20198.3419
2026-08-27196.7257
2026-09-03197.3601
2026-09-10196.3978
2026-09-17199.8880
2026-09-24199.5845

High

211.5536

Low

145.6445

Average

184.6606

For developers

Get this rate via the API

One GET request returns the ZMW/UGX 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=UGX"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=UGX");
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=UGX").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/UGX API questions

How do I get the ZMW/UGX exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/UGX rate in rates.UGX.

How far back does ZMW/UGX historical data go?

Daily ZMW/UGX 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/UGX 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.