Skip to content

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

RSD/SLL over 1Y: show the values
PointRSD/SLL
2025-09-27227.8750
2025-10-04228.6515
2025-10-11225.3738
2025-10-18225.4919
2025-10-25224.8517
2025-11-01223.3338
2025-11-08223.8875
2025-11-15226.8793
2025-11-22224.2371
2025-11-29226.7327
2025-12-06234.9723
2025-12-14229.5847
2025-12-21228.7158
2025-12-28230.1050
2026-01-04228.1166
2026-01-11226.1677
2026-01-18225.6863
2026-01-25229.8509
2026-02-01231.6661
2026-02-08230.2580
2026-02-15230.9447
2026-02-22230.1310
2026-03-01230.5839
2026-03-08242.2396
2026-03-15223.0047
2026-03-22224.7536
2026-03-29224.4889
2026-04-05224.8890
2026-04-16211.0988
2026-04-23209.0275
2026-04-30208.4174
2026-05-07209.9911
2026-05-15208.1538
2026-05-23226.5925
2026-05-30226.8985
2026-06-06224.2541
2026-06-15225.3656
2026-06-22223.1760
2026-06-29221.4011
2026-07-06222.6251
2026-07-13222.1984
2026-07-20222.9964
2026-07-27221.8350
2026-08-03224.8989
2026-08-10225.0277
2026-08-17226.0387
2026-08-25227.3875
2026-09-01226.6176
2026-09-08227.0551
2026-09-15225.4343
2026-09-22240.8381

High

242.2396

Low

208.1538

Average

225.2539

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=SLL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=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&currencies=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.