Skip to content

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

SZL/UGX over 1Y: show the values
PointSZL/UGX
2025-09-26200.0921
2025-10-03200.2023
2025-10-10199.6230
2025-10-17199.8601
2025-10-24201.3171
2025-10-31201.5338
2025-11-07200.9582
2025-11-14211.5108
2025-11-21211.2567
2025-11-28211.3673
2025-12-05209.0930
2025-12-13210.5086
2025-12-20213.0019
2025-12-27216.7171
2026-01-03219.6903
2026-01-10218.1972
2026-01-17216.8734
2026-01-24219.7073
2026-01-31220.5865
2026-02-07222.0393
2026-02-14221.9100
2026-02-21223.8317
2026-02-28226.2047
2026-03-07222.2948
2026-03-14221.7398
2026-03-21220.4403
2026-03-28217.1100
2026-04-04220.6533
2026-04-11225.0599
2026-04-18226.7029
2026-04-25224.1380
2026-05-02225.7445
2026-05-09228.8615
2026-05-17225.0311
2026-05-25231.3913
2026-06-01232.3621
2026-06-10227.8488
2026-06-17228.1989
2026-06-24220.8681
2026-07-01223.0722
2026-07-08225.4300
2026-07-15226.4199
2026-07-22225.7790
2026-07-29225.2877
2026-08-05228.8606
2026-08-12229.8086
2026-08-20230.7679
2026-08-27234.6562
2026-09-03235.5613
2026-09-10236.3156
2026-09-17240.0980
2026-09-24238.4442

High

240.0980

Low

199.6230

Average

221.0391

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=UGX"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&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=SZL&currencies=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&currencies=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.