Skip to content

SZL to RSD exchange rate API

Lilangeni to Serbian Dinar · quoted 2026-09-25

6.2887

▲ +4.47% over YTD

1 SZL = 6.2887 RSD · 1 RSD = 0.15901 SZL · Get this rate via the API

1 SZL buys 6.2887 RSD as of 2026-09-25, so 1 RSD buys 0.15901 SZL. Over the year to date, SZL/RSD traded between 5.9786 and 6.3235, averaged 6.1777 and rose 4.47%. The API holds daily SZL/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/RSD over YTD

SZL/RSD over YTD: show the values
PointSZL/RSD
2025-12-316.0196
2026-01-076.1318
2026-01-146.1592
2026-01-216.1039
2026-01-286.1557
2026-02-046.2273
2026-02-116.1981
2026-02-186.1832
2026-02-256.2485
2026-03-046.1242
2026-03-116.2112
2026-03-186.1036
2026-03-255.9786
2026-04-016.0198
2026-04-086.0936
2026-04-156.0852
2026-04-226.1015
2026-04-296.0583
2026-05-065.9992
2026-05-146.1032
2026-05-216.1226
2026-05-296.2117
2026-06-056.1877
2026-06-146.2286
2026-06-216.2230
2026-06-286.2576
2026-07-056.3235
2026-07-126.2946
2026-07-196.2176
2026-07-266.1350
2026-08-026.1674
2026-08-096.2890
2026-08-166.2683
2026-08-246.2730
2026-08-316.2604
2026-09-076.3208
2026-09-146.2522
2026-09-216.3020

High

6.3235

Low

5.9786

Average

6.1777

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/RSD API questions

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

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

How far back does SZL/RSD historical data go?

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