Skip to content

SZL to SOS exchange rate API

Lilangeni to Somali Shilling · quoted 2026-09-26

35.0112

▲ +8.77% over 5Y

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 5 years, SZL/SOS traded between 29.8002 and 35.8395, averaged 32.9712 and rose 8.77%. 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 5Y

SZL/SOS over 5Y: show the values
PointSZL/SOS
2024-08-2432.1883
2024-10-0732.8282
2024-11-0632.3905
2024-12-0631.6140
2025-01-0530.5183
2025-02-0430.4149
2025-03-0631.2306
2025-04-0629.8002
2025-05-0631.2779
2025-06-0731.9393
2025-07-0732.3940
2025-08-0631.4934
2025-09-0532.1832
2025-10-0633.1434
2025-11-0532.5615
2025-12-0533.6444
2026-01-0534.5080
2026-02-0435.8395
2026-03-0634.3864
2026-04-0533.6003
2026-05-0533.9582
2026-06-0634.5006
2026-07-0835.1486
2026-08-0734.9272
2026-09-0735.7490

High

35.8395

Low

29.8002

Average

32.9712

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.