Skip to content

ZMW to UGX exchange rate API

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

200.9385

▲ +23.43% over YTD

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 year to date, ZMW/UGX traded between 162.7925 and 214.7950, averaged 194.6740 and rose 23.43%. 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 YTD

ZMW/UGX over YTD: show the values
PointZMW/UGX
2025-12-31162.7925
2026-01-07172.6568
2026-01-14183.6498
2026-01-21170.8078
2026-01-28180.0229
2026-02-04181.6673
2026-02-11185.9917
2026-02-18191.0217
2026-02-25188.8757
2026-03-04193.8697
2026-03-11191.7279
2026-03-18192.1927
2026-03-25197.3140
2026-04-01195.9240
2026-04-08192.9612
2026-04-15194.0098
2026-04-22194.4523
2026-04-29196.0688
2026-05-06200.0074
2026-05-14197.5749
2026-05-21198.5033
2026-05-29202.9827
2026-06-05214.7950
2026-06-14213.2543
2026-06-21203.5051
2026-06-28202.3777
2026-07-05198.7397
2026-07-12203.9256
2026-07-19202.6799
2026-07-26202.5096
2026-08-02199.9829
2026-08-09198.3691
2026-08-16196.1136
2026-08-24196.0820
2026-08-31198.0353
2026-09-07196.1622
2026-09-14199.9170
2026-09-21199.8229

High

214.7950

Low

162.7925

Average

194.6740

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.