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: show the values
| Point | SZL/SOS |
|---|---|
| 2025-09-26 | 32.7261 |
| 2025-10-03 | 33.0147 |
| 2025-10-10 | 33.2051 |
| 2025-10-17 | 32.7820 |
| 2025-10-24 | 32.8219 |
| 2025-10-31 | 34.2837 |
| 2025-11-07 | 32.9043 |
| 2025-11-14 | 33.7007 |
| 2025-11-21 | 33.0760 |
| 2025-11-28 | 33.1605 |
| 2025-12-05 | 33.6444 |
| 2025-12-13 | 33.8469 |
| 2025-12-20 | 34.0574 |
| 2025-12-27 | 34.2300 |
| 2026-01-03 | 34.6259 |
| 2026-01-10 | 34.6360 |
| 2026-01-17 | 34.8006 |
| 2026-01-24 | 35.9889 |
| 2026-01-31 | 35.9319 |
| 2026-02-07 | 36.2889 |
| 2026-02-14 | 35.7863 |
| 2026-02-21 | 35.5908 |
| 2026-02-28 | 35.8744 |
| 2026-03-07 | 34.4992 |
| 2026-03-14 | 33.7358 |
| 2026-03-21 | 33.3849 |
| 2026-03-28 | 33.3037 |
| 2026-04-04 | 33.5934 |
| 2026-04-11 | 34.7735 |
| 2026-04-18 | 34.9864 |
| 2026-04-25 | 34.3803 |
| 2026-05-02 | 34.2730 |
| 2026-05-09 | 34.9109 |
| 2026-05-17 | 34.2495 |
| 2026-05-25 | 34.9264 |
| 2026-06-01 | 35.1870 |
| 2026-06-10 | 34.5444 |
| 2026-06-17 | 35.2529 |
| 2026-06-24 | 34.4581 |
| 2026-07-01 | 34.7189 |
| 2026-07-08 | 35.1486 |
| 2026-07-15 | 34.9559 |
| 2026-07-22 | 34.7247 |
| 2026-07-29 | 34.0415 |
| 2026-08-05 | 34.8706 |
| 2026-08-12 | 35.2331 |
| 2026-08-20 | 35.2239 |
| 2026-08-27 | 35.7801 |
| 2026-09-03 | 35.5479 |
| 2026-09-10 | 35.5956 |
| 2026-09-17 | 35.1382 |
| 2026-09-24 | 34.9451 |
High
36.2889
Low
32.7261
Average
34.4976
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.