Skip to content

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

SZL/SDG over 1Y: show the values
PointSZL/SDG
2025-09-2634.4372
2025-10-0334.6996
2025-10-1034.9403
2025-10-1734.6480
2025-10-2434.6985
2025-10-3134.7657
2025-11-0734.5504
2025-11-1435.2378
2025-11-2134.8297
2025-11-2834.9708
2025-12-0535.3153
2025-12-1335.5518
2025-12-2035.7814
2025-12-2736.0096
2026-01-0336.3850
2026-01-1036.3937
2026-01-1736.5630
2026-01-2437.1887
2026-01-3137.1626
2026-02-0737.4372
2026-02-1437.6168
2026-02-2137.4112
2026-02-2837.6799
2026-03-0736.2702
2026-03-1435.4297
2026-03-2135.0661
2026-03-2835.0226
2026-04-0430.8515
2026-04-1136.5682
2026-04-1836.7921
2026-04-2536.1867
2026-05-0236.0438
2026-05-0936.6824
2026-05-1735.9730
2026-05-2536.7278
2026-06-0136.9786
2026-06-1036.2741
2026-06-1737.0838
2026-06-2436.1978
2026-07-0136.5357
2026-07-0836.9163
2026-07-1536.7178
2026-07-2236.4889
2026-07-2935.8858
2026-08-0536.7040
2026-08-1237.0552
2026-08-2037.2755
2026-08-2737.5805
2026-09-0337.4077
2026-09-1037.4172
2026-09-1736.7231
2026-09-2436.6405

High

37.6799

Low

30.8515

Average

36.1240

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=SDG");
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=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&currencies=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.