Skip to content

SZL to SOS exchange rate API

Lilangeni to Somali Shilling · quoted 2026-09-26

35.0112

▲ +6.98% over 1Y

1 SZL = 35.0112 SOS · 1 SOS = 0.02856 SZL · Get this rate via the API

1 SZL buys 35.0112 SOS as of 2026-09-26, so 1 SOS buys 0.02856 SZL. Over the last year, SZL/SOS traded between 32.7261 and 36.2889, averaged 34.4976 and rose 6.98%. The API holds daily SZL/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/SOS over 1Y

SZL/SOS over 1Y: show the values
PointSZL/SOS
2025-09-2632.7261
2025-10-0333.0147
2025-10-1033.2051
2025-10-1732.7820
2025-10-2432.8219
2025-10-3134.2837
2025-11-0732.9043
2025-11-1433.7007
2025-11-2133.0760
2025-11-2833.1605
2025-12-0533.6444
2025-12-1333.8469
2025-12-2034.0574
2025-12-2734.2300
2026-01-0334.6259
2026-01-1034.6360
2026-01-1734.8006
2026-01-2435.9889
2026-01-3135.9319
2026-02-0736.2889
2026-02-1435.7863
2026-02-2135.5908
2026-02-2835.8744
2026-03-0734.4992
2026-03-1433.7358
2026-03-2133.3849
2026-03-2833.3037
2026-04-0433.5934
2026-04-1134.7735
2026-04-1834.9864
2026-04-2534.3803
2026-05-0234.2730
2026-05-0934.9109
2026-05-1734.2495
2026-05-2534.9264
2026-06-0135.1870
2026-06-1034.5444
2026-06-1735.2529
2026-06-2434.4581
2026-07-0134.7189
2026-07-0835.1486
2026-07-1534.9559
2026-07-2234.7247
2026-07-2934.0415
2026-08-0534.8706
2026-08-1235.2331
2026-08-2035.2239
2026-08-2735.7801
2026-09-0335.5479
2026-09-1035.5956
2026-09-1735.1382
2026-09-2434.9451

High

36.2889

Low

32.7261

Average

34.4976

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/SOS API questions

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

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

How far back does SZL/SOS historical data go?

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