Skip to content

ZMW to UGX exchange rate API

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

200.9385

▲ +2.14% over 30D

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 30 days, ZMW/UGX traded between 195.9852 and 200.9385, averaged 198.5231 and rose 2.14%. 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 30D

ZMW/UGX over 30D: show the values
PointZMW/UGX
2026-08-27196.7257
2026-08-28198.1074
2026-08-29197.6293
2026-08-30197.9894
2026-08-31198.0353
2026-09-01197.5348
2026-09-02197.1048
2026-09-03197.3601
2026-09-04196.7652
2026-09-05196.2068
2026-09-06196.3454
2026-09-07196.1622
2026-09-08196.2842
2026-09-09195.9852
2026-09-10196.3978
2026-09-11197.9900
2026-09-12199.8396
2026-09-13199.9324
2026-09-14199.9170
2026-09-15200.7071
2026-09-16199.4485
2026-09-17199.8880
2026-09-18200.2495
2026-09-19199.6870
2026-09-20200.4519
2026-09-21199.8229
2026-09-22199.8882
2026-09-23200.3000
2026-09-24199.5845
2026-09-25200.9385

High

200.9385

Low

195.9852

Average

198.5231

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.