Skip to content

SZL to UZS exchange rate API

Lilangeni to Uzbekistan Sum · quoted 2026-09-26

724.7614

▲ +3.41% over 1Y

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 year, SZL/UZS traded between 690.3187 and 767.8313, averaged 725.8038 and rose 3.41%. 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 1Y

SZL/UZS over 1Y: show the values
PointSZL/UZS
2025-09-26700.8619
2025-10-03698.9188
2025-10-10703.7919
2025-10-17702.0435
2025-10-24698.5801
2025-10-31694.5925
2025-11-07691.4418
2025-11-14704.8423
2025-11-21690.3187
2025-11-28693.0056
2025-12-05703.1096
2025-12-13713.6329
2025-12-20717.3489
2025-12-27724.8732
2026-01-03728.7851
2026-01-10736.2313
2026-01-17728.5148
2026-01-24746.9297
2026-01-31758.2494
2026-02-07767.8313
2026-02-14763.0119
2026-02-21757.2908
2026-02-28765.4538
2026-03-07735.9433
2026-03-14713.1597
2026-03-21711.0201
2026-03-28711.2318
2026-04-04717.7958
2026-04-11739.8827
2026-04-18742.8817
2026-04-25726.2914
2026-05-02717.2710
2026-05-09741.2784
2026-05-17718.3135
2026-05-25732.9414
2026-06-01740.2999
2026-06-10728.3996
2026-06-17742.0249
2026-06-24724.9646
2026-07-01732.7644
2026-07-08741.1426
2026-07-15738.2797
2026-07-22728.7493
2026-07-29719.9049
2026-08-05728.3197
2026-08-12736.2410
2026-08-20729.4908
2026-08-27740.6101
2026-09-03735.0120
2026-09-10736.1851
2026-09-17721.1028
2026-09-24721.6781

High

767.8313

Low

690.3187

Average

725.8038

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.