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: show the values
| Point | SZL/RSD |
|---|---|
| 2025-12-31 | 6.0196 |
| 2026-01-07 | 6.1318 |
| 2026-01-14 | 6.1592 |
| 2026-01-21 | 6.1039 |
| 2026-01-28 | 6.1557 |
| 2026-02-04 | 6.2273 |
| 2026-02-11 | 6.1981 |
| 2026-02-18 | 6.1832 |
| 2026-02-25 | 6.2485 |
| 2026-03-04 | 6.1242 |
| 2026-03-11 | 6.2112 |
| 2026-03-18 | 6.1036 |
| 2026-03-25 | 5.9786 |
| 2026-04-01 | 6.0198 |
| 2026-04-08 | 6.0936 |
| 2026-04-15 | 6.0852 |
| 2026-04-22 | 6.1015 |
| 2026-04-29 | 6.0583 |
| 2026-05-06 | 5.9992 |
| 2026-05-14 | 6.1032 |
| 2026-05-21 | 6.1226 |
| 2026-05-29 | 6.2117 |
| 2026-06-05 | 6.1877 |
| 2026-06-14 | 6.2286 |
| 2026-06-21 | 6.2230 |
| 2026-06-28 | 6.2576 |
| 2026-07-05 | 6.3235 |
| 2026-07-12 | 6.2946 |
| 2026-07-19 | 6.2176 |
| 2026-07-26 | 6.1350 |
| 2026-08-02 | 6.1674 |
| 2026-08-09 | 6.2890 |
| 2026-08-16 | 6.2683 |
| 2026-08-24 | 6.2730 |
| 2026-08-31 | 6.2604 |
| 2026-09-07 | 6.3208 |
| 2026-09-14 | 6.2522 |
| 2026-09-21 | 6.3020 |
High
6.3235
Low
5.9786
Average
6.1777
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.