SZL to SDG exchange rate API
Lilangeni to Sudanese Pound · quoted 2026-09-26
36.7992
▲ +6.86% over 1Y
1 SZL = 36.7992 SDG · 1 SDG = 0.02717 SZL · Get this rate via the API
1 SZL buys 36.7992 SDG as of 2026-09-26, so 1 SDG buys 0.02717 SZL. Over the last year, SZL/SDG traded between 30.8515 and 37.6799, averaged 36.1240 and rose 6.86%. The API holds daily SZL/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/SDG over 1Y: show the values
| Point | SZL/SDG |
|---|---|
| 2025-09-26 | 34.4372 |
| 2025-10-03 | 34.6996 |
| 2025-10-10 | 34.9403 |
| 2025-10-17 | 34.6480 |
| 2025-10-24 | 34.6985 |
| 2025-10-31 | 34.7657 |
| 2025-11-07 | 34.5504 |
| 2025-11-14 | 35.2378 |
| 2025-11-21 | 34.8297 |
| 2025-11-28 | 34.9708 |
| 2025-12-05 | 35.3153 |
| 2025-12-13 | 35.5518 |
| 2025-12-20 | 35.7814 |
| 2025-12-27 | 36.0096 |
| 2026-01-03 | 36.3850 |
| 2026-01-10 | 36.3937 |
| 2026-01-17 | 36.5630 |
| 2026-01-24 | 37.1887 |
| 2026-01-31 | 37.1626 |
| 2026-02-07 | 37.4372 |
| 2026-02-14 | 37.6168 |
| 2026-02-21 | 37.4112 |
| 2026-02-28 | 37.6799 |
| 2026-03-07 | 36.2702 |
| 2026-03-14 | 35.4297 |
| 2026-03-21 | 35.0661 |
| 2026-03-28 | 35.0226 |
| 2026-04-04 | 30.8515 |
| 2026-04-11 | 36.5682 |
| 2026-04-18 | 36.7921 |
| 2026-04-25 | 36.1867 |
| 2026-05-02 | 36.0438 |
| 2026-05-09 | 36.6824 |
| 2026-05-17 | 35.9730 |
| 2026-05-25 | 36.7278 |
| 2026-06-01 | 36.9786 |
| 2026-06-10 | 36.2741 |
| 2026-06-17 | 37.0838 |
| 2026-06-24 | 36.1978 |
| 2026-07-01 | 36.5357 |
| 2026-07-08 | 36.9163 |
| 2026-07-15 | 36.7178 |
| 2026-07-22 | 36.4889 |
| 2026-07-29 | 35.8858 |
| 2026-08-05 | 36.7040 |
| 2026-08-12 | 37.0552 |
| 2026-08-20 | 37.2755 |
| 2026-08-27 | 37.5805 |
| 2026-09-03 | 37.4077 |
| 2026-09-10 | 37.4172 |
| 2026-09-17 | 36.7231 |
| 2026-09-24 | 36.6405 |
High
37.6799
Low
30.8515
Average
36.1240
Get this rate via the API
One GET request returns the SZL/SDG 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=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/SDG API questions
How do I get the SZL/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/SDG rate in rates.SDG.
How far back does SZL/SDG historical data go?
Daily SZL/SDG 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/SDG 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.