Skip to content

SZL to SOS exchange rate API

Lilangeni to Somali Shilling · quoted 2026-09-26

35.0112

▼ +2.15% over 30D

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 30 days, SZL/SOS traded between 34.3306 and 35.8047, averaged 35.2760 and fell 2.15%. 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 30D

SZL/SOS over 30D: show the values
PointSZL/SOS
2026-08-2735.7801
2026-08-2835.6702
2026-08-2935.3602
2026-08-3035.3508
2026-08-3135.3335
2026-09-0135.4176
2026-09-0235.2951
2026-09-0335.5479
2026-09-0435.6114
2026-09-0535.8047
2026-09-0635.7943
2026-09-0735.7490
2026-09-0835.6721
2026-09-0935.6656
2026-09-1035.5956
2026-09-1135.1815
2026-09-1234.3306
2026-09-1334.3563
2026-09-1435.2903
2026-09-1535.0817
2026-09-1635.1812
2026-09-1735.1382
2026-09-1835.0248
2026-09-1935.1758
2026-09-2035.1139
2026-09-2135.1624
2026-09-2235.1440
2026-09-2335.2985
2026-09-2434.9451
2026-09-2534.7375
2026-09-2635.0112

High

35.8047

Low

34.3306

Average

35.2760

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.