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: show the values
| Point | ZMW/UGX |
|---|---|
| 2025-09-26 | 146.5911 |
| 2025-10-03 | 145.6445 |
| 2025-10-10 | 151.3026 |
| 2025-10-17 | 153.2820 |
| 2025-10-24 | 157.6471 |
| 2025-10-31 | 157.1739 |
| 2025-11-07 | 153.8621 |
| 2025-11-14 | 158.9877 |
| 2025-11-21 | 157.8483 |
| 2025-11-28 | 158.3141 |
| 2025-12-05 | 153.4151 |
| 2025-12-13 | 153.7686 |
| 2025-12-20 | 157.7529 |
| 2025-12-27 | 160.1940 |
| 2026-01-03 | 163.8514 |
| 2026-01-10 | 184.4755 |
| 2026-01-17 | 176.1662 |
| 2026-01-24 | 181.3178 |
| 2026-01-31 | 180.3007 |
| 2026-02-07 | 190.3305 |
| 2026-02-14 | 194.0080 |
| 2026-02-21 | 189.2383 |
| 2026-02-28 | 190.4476 |
| 2026-03-07 | 190.4942 |
| 2026-03-14 | 193.5125 |
| 2026-03-21 | 193.4902 |
| 2026-03-28 | 197.8950 |
| 2026-04-04 | 194.5563 |
| 2026-04-11 | 194.5126 |
| 2026-04-18 | 194.6611 |
| 2026-04-25 | 196.8645 |
| 2026-05-02 | 201.3490 |
| 2026-05-09 | 196.7945 |
| 2026-05-17 | 198.5591 |
| 2026-05-25 | 200.1719 |
| 2026-06-01 | 204.6482 |
| 2026-06-10 | 211.5536 |
| 2026-06-17 | 208.1979 |
| 2026-06-24 | 202.3512 |
| 2026-07-01 | 202.9024 |
| 2026-07-08 | 198.1014 |
| 2026-07-15 | 203.7414 |
| 2026-07-22 | 201.6273 |
| 2026-07-29 | 200.9461 |
| 2026-08-05 | 197.1631 |
| 2026-08-12 | 197.7622 |
| 2026-08-20 | 198.3419 |
| 2026-08-27 | 196.7257 |
| 2026-09-03 | 197.3601 |
| 2026-09-10 | 196.3978 |
| 2026-09-17 | 199.8880 |
| 2026-09-24 | 199.5845 |
High
211.5536
Low
145.6445
Average
184.6606
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.