SZL to RSD exchange rate API
Lilangeni to Serbian Dinar · quoted 2026-09-25
6.2887
▲ +9.17% over 1Y
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 last year, SZL/RSD traded between 5.7604 and 6.3418, averaged 6.0962 and rose 9.17%. 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 1Y: show the values
| Point | SZL/RSD |
|---|---|
| 2025-09-25 | 5.7604 |
| 2025-10-02 | 5.8007 |
| 2025-10-09 | 5.8645 |
| 2025-10-16 | 5.7976 |
| 2025-10-23 | 5.7968 |
| 2025-10-30 | 5.8774 |
| 2025-11-06 | 5.8545 |
| 2025-11-13 | 5.9116 |
| 2025-11-20 | 5.9146 |
| 2025-11-27 | 5.9002 |
| 2025-12-04 | 5.9025 |
| 2025-12-12 | 5.9272 |
| 2025-12-19 | 5.9806 |
| 2025-12-26 | 5.9833 |
| 2026-01-02 | 6.0283 |
| 2026-01-09 | 6.0938 |
| 2026-01-16 | 6.1843 |
| 2026-01-23 | 6.2035 |
| 2026-01-30 | 6.2103 |
| 2026-02-06 | 6.1293 |
| 2026-02-13 | 6.1986 |
| 2026-02-20 | 6.1743 |
| 2026-02-27 | 6.2519 |
| 2026-03-06 | 6.0945 |
| 2026-03-13 | 6.0885 |
| 2026-03-20 | 6.0614 |
| 2026-03-27 | 5.9591 |
| 2026-04-03 | 6.0095 |
| 2026-04-10 | 6.1477 |
| 2026-04-17 | 6.0730 |
| 2026-04-24 | 6.0385 |
| 2026-05-01 | 6.0071 |
| 2026-05-08 | 6.1170 |
| 2026-05-16 | 6.0487 |
| 2026-05-24 | 6.1446 |
| 2026-05-31 | 6.2034 |
| 2026-06-09 | 6.1692 |
| 2026-06-16 | 6.2498 |
| 2026-06-23 | 6.2562 |
| 2026-06-30 | 6.2568 |
| 2026-07-07 | 6.3213 |
| 2026-07-14 | 6.2526 |
| 2026-07-21 | 6.2335 |
| 2026-07-28 | 6.1491 |
| 2026-08-04 | 6.1749 |
| 2026-08-11 | 6.2795 |
| 2026-08-18 | 6.2421 |
| 2026-08-26 | 6.3081 |
| 2026-09-02 | 6.2634 |
| 2026-09-09 | 6.3050 |
| 2026-09-16 | 6.2659 |
| 2026-09-23 | 6.3418 |
High
6.3418
Low
5.7604
Average
6.0962
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.