SZL to UGX exchange rate API
Lilangeni to Uganda Shilling · quoted 2026-09-26
240.0409
▲ +19.97% over 1Y
1 SZL = 240.0409 UGX · 1 UGX = 0.004166 SZL · Get this rate via the API
1 SZL buys 240.0409 UGX as of 2026-09-26, so 1 UGX buys 0.004166 SZL. Over the last year, SZL/UGX traded between 199.6230 and 240.0980, averaged 221.0391 and rose 19.97%. The API holds daily SZL/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/UGX over 1Y: show the values
| Point | SZL/UGX |
|---|---|
| 2025-09-26 | 200.0921 |
| 2025-10-03 | 200.2023 |
| 2025-10-10 | 199.6230 |
| 2025-10-17 | 199.8601 |
| 2025-10-24 | 201.3171 |
| 2025-10-31 | 201.5338 |
| 2025-11-07 | 200.9582 |
| 2025-11-14 | 211.5108 |
| 2025-11-21 | 211.2567 |
| 2025-11-28 | 211.3673 |
| 2025-12-05 | 209.0930 |
| 2025-12-13 | 210.5086 |
| 2025-12-20 | 213.0019 |
| 2025-12-27 | 216.7171 |
| 2026-01-03 | 219.6903 |
| 2026-01-10 | 218.1972 |
| 2026-01-17 | 216.8734 |
| 2026-01-24 | 219.7073 |
| 2026-01-31 | 220.5865 |
| 2026-02-07 | 222.0393 |
| 2026-02-14 | 221.9100 |
| 2026-02-21 | 223.8317 |
| 2026-02-28 | 226.2047 |
| 2026-03-07 | 222.2948 |
| 2026-03-14 | 221.7398 |
| 2026-03-21 | 220.4403 |
| 2026-03-28 | 217.1100 |
| 2026-04-04 | 220.6533 |
| 2026-04-11 | 225.0599 |
| 2026-04-18 | 226.7029 |
| 2026-04-25 | 224.1380 |
| 2026-05-02 | 225.7445 |
| 2026-05-09 | 228.8615 |
| 2026-05-17 | 225.0311 |
| 2026-05-25 | 231.3913 |
| 2026-06-01 | 232.3621 |
| 2026-06-10 | 227.8488 |
| 2026-06-17 | 228.1989 |
| 2026-06-24 | 220.8681 |
| 2026-07-01 | 223.0722 |
| 2026-07-08 | 225.4300 |
| 2026-07-15 | 226.4199 |
| 2026-07-22 | 225.7790 |
| 2026-07-29 | 225.2877 |
| 2026-08-05 | 228.8606 |
| 2026-08-12 | 229.8086 |
| 2026-08-20 | 230.7679 |
| 2026-08-27 | 234.6562 |
| 2026-09-03 | 235.5613 |
| 2026-09-10 | 236.3156 |
| 2026-09-17 | 240.0980 |
| 2026-09-24 | 238.4442 |
High
240.0980
Low
199.6230
Average
221.0391
Get this rate via the API
One GET request returns the SZL/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=SZL¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=UGX").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/UGX API questions
How do I get the SZL/UGX exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/UGX rate in rates.UGX.
How far back does SZL/UGX historical data go?
Daily SZL/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 SZL/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.