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: show the values
| Point | SZL/UZS |
|---|---|
| 2025-09-26 | 700.8619 |
| 2025-10-03 | 698.9188 |
| 2025-10-10 | 703.7919 |
| 2025-10-17 | 702.0435 |
| 2025-10-24 | 698.5801 |
| 2025-10-31 | 694.5925 |
| 2025-11-07 | 691.4418 |
| 2025-11-14 | 704.8423 |
| 2025-11-21 | 690.3187 |
| 2025-11-28 | 693.0056 |
| 2025-12-05 | 703.1096 |
| 2025-12-13 | 713.6329 |
| 2025-12-20 | 717.3489 |
| 2025-12-27 | 724.8732 |
| 2026-01-03 | 728.7851 |
| 2026-01-10 | 736.2313 |
| 2026-01-17 | 728.5148 |
| 2026-01-24 | 746.9297 |
| 2026-01-31 | 758.2494 |
| 2026-02-07 | 767.8313 |
| 2026-02-14 | 763.0119 |
| 2026-02-21 | 757.2908 |
| 2026-02-28 | 765.4538 |
| 2026-03-07 | 735.9433 |
| 2026-03-14 | 713.1597 |
| 2026-03-21 | 711.0201 |
| 2026-03-28 | 711.2318 |
| 2026-04-04 | 717.7958 |
| 2026-04-11 | 739.8827 |
| 2026-04-18 | 742.8817 |
| 2026-04-25 | 726.2914 |
| 2026-05-02 | 717.2710 |
| 2026-05-09 | 741.2784 |
| 2026-05-17 | 718.3135 |
| 2026-05-25 | 732.9414 |
| 2026-06-01 | 740.2999 |
| 2026-06-10 | 728.3996 |
| 2026-06-17 | 742.0249 |
| 2026-06-24 | 724.9646 |
| 2026-07-01 | 732.7644 |
| 2026-07-08 | 741.1426 |
| 2026-07-15 | 738.2797 |
| 2026-07-22 | 728.7493 |
| 2026-07-29 | 719.9049 |
| 2026-08-05 | 728.3197 |
| 2026-08-12 | 736.2410 |
| 2026-08-20 | 729.4908 |
| 2026-08-27 | 740.6101 |
| 2026-09-03 | 735.0120 |
| 2026-09-10 | 736.1851 |
| 2026-09-17 | 721.1028 |
| 2026-09-24 | 721.6781 |
High
767.8313
Low
690.3187
Average
725.8038
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.