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: show the values
| Point | ZMW/UGX |
|---|---|
| 2025-12-31 | 162.7925 |
| 2026-01-07 | 172.6568 |
| 2026-01-14 | 183.6498 |
| 2026-01-21 | 170.8078 |
| 2026-01-28 | 180.0229 |
| 2026-02-04 | 181.6673 |
| 2026-02-11 | 185.9917 |
| 2026-02-18 | 191.0217 |
| 2026-02-25 | 188.8757 |
| 2026-03-04 | 193.8697 |
| 2026-03-11 | 191.7279 |
| 2026-03-18 | 192.1927 |
| 2026-03-25 | 197.3140 |
| 2026-04-01 | 195.9240 |
| 2026-04-08 | 192.9612 |
| 2026-04-15 | 194.0098 |
| 2026-04-22 | 194.4523 |
| 2026-04-29 | 196.0688 |
| 2026-05-06 | 200.0074 |
| 2026-05-14 | 197.5749 |
| 2026-05-21 | 198.5033 |
| 2026-05-29 | 202.9827 |
| 2026-06-05 | 214.7950 |
| 2026-06-14 | 213.2543 |
| 2026-06-21 | 203.5051 |
| 2026-06-28 | 202.3777 |
| 2026-07-05 | 198.7397 |
| 2026-07-12 | 203.9256 |
| 2026-07-19 | 202.6799 |
| 2026-07-26 | 202.5096 |
| 2026-08-02 | 199.9829 |
| 2026-08-09 | 198.3691 |
| 2026-08-16 | 196.1136 |
| 2026-08-24 | 196.0820 |
| 2026-08-31 | 198.0353 |
| 2026-09-07 | 196.1622 |
| 2026-09-14 | 199.9170 |
| 2026-09-21 | 199.8229 |
High
214.7950
Low
162.7925
Average
194.6740
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.