Skip to content

SZL to UZS exchange rate API

Lilangeni to Uzbekistan Sum · quoted 2026-09-26

724.7614

▲ +1.13% over 5Y

1 SZL = 724.7614 UZS · 1 UZS = 0.001380 SZL · Get this rate via the API

1 SZL buys 724.7614 UZS as of 2026-09-26, so 1 UZS buys 0.001380 SZL. Over the last 5 years, SZL/UZS traded between 676.1229 and 768.4466, averaged 715.5179 and rose 1.13%. The API holds daily SZL/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/UZS over 5Y

SZL/UZS over 5Y: show the values
PointSZL/UZS
2024-08-24716.6842
2024-10-07734.4758
2024-11-06727.6222
2024-12-06711.9838
2025-01-05689.4584
2025-02-04693.3495
2025-03-06705.8307
2025-04-06676.1229
2025-05-06705.5372
2025-06-07719.9864
2025-07-07713.5217
2025-08-06703.8598
2025-09-05699.0097
2025-10-06700.6910
2025-11-05682.3980
2025-12-05703.1096
2026-01-05728.1705
2026-02-04768.4466
2026-03-06734.5967
2026-04-05716.6028
2026-05-05712.9166
2026-06-06727.1494
2026-07-08741.1426
2026-08-07729.1441
2026-09-07736.8932

High

768.4466

Low

676.1229

Average

715.5179

For developers

Get this rate via the API

One GET request returns the SZL/UZS 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=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=UZS");
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=UZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/UZS API questions

How do I get the SZL/UZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/UZS rate in rates.UZS.

How far back does SZL/UZS historical data go?

Daily SZL/UZS 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/UZS 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.