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: show the values
| Point | SZL/UZS |
|---|---|
| 2024-08-24 | 716.6842 |
| 2024-10-07 | 734.4758 |
| 2024-11-06 | 727.6222 |
| 2024-12-06 | 711.9838 |
| 2025-01-05 | 689.4584 |
| 2025-02-04 | 693.3495 |
| 2025-03-06 | 705.8307 |
| 2025-04-06 | 676.1229 |
| 2025-05-06 | 705.5372 |
| 2025-06-07 | 719.9864 |
| 2025-07-07 | 713.5217 |
| 2025-08-06 | 703.8598 |
| 2025-09-05 | 699.0097 |
| 2025-10-06 | 700.6910 |
| 2025-11-05 | 682.3980 |
| 2025-12-05 | 703.1096 |
| 2026-01-05 | 728.1705 |
| 2026-02-04 | 768.4466 |
| 2026-03-06 | 734.5967 |
| 2026-04-05 | 716.6028 |
| 2026-05-05 | 712.9166 |
| 2026-06-06 | 727.1494 |
| 2026-07-08 | 741.1426 |
| 2026-08-07 | 729.1441 |
| 2026-09-07 | 736.8932 |
High
768.4466
Low
676.1229
Average
715.5179
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.