Skip to content

SZL to SRD exchange rate API

Lilangeni to Surinam Dollar · quoted 2026-09-26

2.3112

▲ +6.53% over 1Y

1 SZL = 2.3112 SRD · 1 SRD = 0.43267 SZL · Get this rate via the API

1 SZL buys 2.3112 SRD as of 2026-09-26, so 1 SRD buys 0.43267 SZL. Over the last year, SZL/SRD traded between 2.1696 and 2.3689, averaged 2.2876 and rose 6.53%. The API holds daily SZL/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/SRD over 1Y

SZL/SRD over 1Y: show the values
PointSZL/SRD
2025-09-262.1696
2025-10-032.1845
2025-10-102.2265
2025-10-172.2515
2025-10-242.2930
2025-10-312.2495
2025-11-072.2183
2025-11-142.2663
2025-11-212.2350
2025-11-282.2449
2025-12-052.2725
2025-12-132.2856
2025-12-202.2976
2025-12-272.3001
2026-01-032.3133
2026-01-102.3183
2026-01-172.3339
2026-01-242.3664
2026-01-312.3586
2026-02-072.3628
2026-02-142.3684
2026-02-212.3482
2026-02-282.3689
2026-03-072.2761
2026-03-142.2164
2026-03-212.1907
2026-03-282.1912
2026-04-042.2017
2026-04-112.2786
2026-04-182.3083
2026-04-252.2576
2026-05-022.2483
2026-05-092.2846
2026-05-172.2274
2026-05-252.2836
2026-06-012.2903
2026-06-102.2693
2026-06-172.3080
2026-06-242.2642
2026-07-012.2856
2026-07-082.3136
2026-07-152.3067
2026-07-222.2957
2026-07-292.2688
2026-08-052.3233
2026-08-122.3487
2026-08-202.3481
2026-08-272.3652
2026-09-032.3557
2026-09-102.3607
2026-09-172.3162
2026-09-242.3142

High

2.3689

Low

2.1696

Average

2.2876

For developers

Get this rate via the API

One GET request returns the SZL/SRD 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=SRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=SRD");
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=SRD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/SRD API questions

How do I get the SZL/SRD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=SRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/SRD rate in rates.SRD.

How far back does SZL/SRD historical data go?

Daily SZL/SRD 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/SRD 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.