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: show the values
| Point | ZMW/UGX |
|---|---|
| 2026-08-27 | 196.7257 |
| 2026-08-28 | 198.1074 |
| 2026-08-29 | 197.6293 |
| 2026-08-30 | 197.9894 |
| 2026-08-31 | 198.0353 |
| 2026-09-01 | 197.5348 |
| 2026-09-02 | 197.1048 |
| 2026-09-03 | 197.3601 |
| 2026-09-04 | 196.7652 |
| 2026-09-05 | 196.2068 |
| 2026-09-06 | 196.3454 |
| 2026-09-07 | 196.1622 |
| 2026-09-08 | 196.2842 |
| 2026-09-09 | 195.9852 |
| 2026-09-10 | 196.3978 |
| 2026-09-11 | 197.9900 |
| 2026-09-12 | 199.8396 |
| 2026-09-13 | 199.9324 |
| 2026-09-14 | 199.9170 |
| 2026-09-15 | 200.7071 |
| 2026-09-16 | 199.4485 |
| 2026-09-17 | 199.8880 |
| 2026-09-18 | 200.2495 |
| 2026-09-19 | 199.6870 |
| 2026-09-20 | 200.4519 |
| 2026-09-21 | 199.8229 |
| 2026-09-22 | 199.8882 |
| 2026-09-23 | 200.3000 |
| 2026-09-24 | 199.5845 |
| 2026-09-25 | 200.9385 |
High
200.9385
Low
195.9852
Average
198.5231
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.