RSD to SLL exchange rate API
Serbian Dinar to Leone · quoted 2026-09-27
222.4019
▼ +2.40% over 1Y
1 RSD = 222.4019 SLL · 1 SLL = 0.004496 RSD · Get this rate via the API
1 RSD buys 222.4019 SLL as of 2026-09-27, so 1 SLL buys 0.004496 RSD. Over the last year, RSD/SLL traded between 208.1538 and 242.2396, averaged 225.2539 and fell 2.40%. The API holds daily RSD/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RSD/SLL over 1Y: show the values
| Point | RSD/SLL |
|---|---|
| 2025-09-27 | 227.8750 |
| 2025-10-04 | 228.6515 |
| 2025-10-11 | 225.3738 |
| 2025-10-18 | 225.4919 |
| 2025-10-25 | 224.8517 |
| 2025-11-01 | 223.3338 |
| 2025-11-08 | 223.8875 |
| 2025-11-15 | 226.8793 |
| 2025-11-22 | 224.2371 |
| 2025-11-29 | 226.7327 |
| 2025-12-06 | 234.9723 |
| 2025-12-14 | 229.5847 |
| 2025-12-21 | 228.7158 |
| 2025-12-28 | 230.1050 |
| 2026-01-04 | 228.1166 |
| 2026-01-11 | 226.1677 |
| 2026-01-18 | 225.6863 |
| 2026-01-25 | 229.8509 |
| 2026-02-01 | 231.6661 |
| 2026-02-08 | 230.2580 |
| 2026-02-15 | 230.9447 |
| 2026-02-22 | 230.1310 |
| 2026-03-01 | 230.5839 |
| 2026-03-08 | 242.2396 |
| 2026-03-15 | 223.0047 |
| 2026-03-22 | 224.7536 |
| 2026-03-29 | 224.4889 |
| 2026-04-05 | 224.8890 |
| 2026-04-16 | 211.0988 |
| 2026-04-23 | 209.0275 |
| 2026-04-30 | 208.4174 |
| 2026-05-07 | 209.9911 |
| 2026-05-15 | 208.1538 |
| 2026-05-23 | 226.5925 |
| 2026-05-30 | 226.8985 |
| 2026-06-06 | 224.2541 |
| 2026-06-15 | 225.3656 |
| 2026-06-22 | 223.1760 |
| 2026-06-29 | 221.4011 |
| 2026-07-06 | 222.6251 |
| 2026-07-13 | 222.1984 |
| 2026-07-20 | 222.9964 |
| 2026-07-27 | 221.8350 |
| 2026-08-03 | 224.8989 |
| 2026-08-10 | 225.0277 |
| 2026-08-17 | 226.0387 |
| 2026-08-25 | 227.3875 |
| 2026-09-01 | 226.6176 |
| 2026-09-08 | 227.0551 |
| 2026-09-15 | 225.4343 |
| 2026-09-22 | 240.8381 |
High
242.2396
Low
208.1538
Average
225.2539
Get this rate via the API
One GET request returns the RSD/SLL 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=RSD¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
RSD/SLL API questions
How do I get the RSD/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/SLL rate in rates.SLL.
How far back does RSD/SLL historical data go?
Daily RSD/SLL 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 RSD/SLL 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.