Skip to content

SLL to RSD exchange rate API

Leone to Serbian Dinar · quoted 2026-09-27

0.004496

▲ +2.46% over 1Y

1 SLL = 0.004496 RSD · 1 RSD = 222.4199 SLL · Get this rate via the API

1 SLL buys 0.004496 RSD as of 2026-09-27, so 1 RSD buys 222.4199 SLL. Over the last year, SLL/RSD traded between 0.004128 and 0.004804, averaged 0.004443 and rose 2.46%. The API holds daily SLL/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SLL/RSD over 1Y

SLL/RSD over 1Y: show the values
PointSLL/RSD
2025-09-270.004388
2025-10-040.004373
2025-10-110.004437
2025-10-180.004434
2025-10-250.004447
2025-11-010.004477
2025-11-080.004466
2025-11-150.004407
2025-11-220.004459
2025-11-290.004410
2025-12-060.004255
2025-12-140.004355
2025-12-210.004372
2025-12-280.004345
2026-01-040.004383
2026-01-110.004421
2026-01-180.004430
2026-01-250.004350
2026-02-010.004316
2026-02-080.004342
2026-02-150.004330
2026-02-220.004345
2026-03-010.004336
2026-03-080.004128
2026-03-150.004484
2026-03-220.004449
2026-03-290.004454
2026-04-050.004446
2026-04-160.004737
2026-04-230.004784
2026-04-300.004798
2026-05-070.004762
2026-05-150.004804
2026-05-230.004413
2026-05-300.004407
2026-06-060.004459
2026-06-150.004437
2026-06-220.004480
2026-06-290.004516
2026-07-060.004491
2026-07-130.004500
2026-07-200.004484
2026-07-270.004507
2026-08-030.004446
2026-08-100.004443
2026-08-170.004424
2026-08-250.004397
2026-09-010.004412
2026-09-080.004404
2026-09-150.004435
2026-09-220.004152

High

0.004804

Low

0.004128

Average

0.004443

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SLL/RSD API questions

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

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

How far back does SLL/RSD historical data go?

Daily SLL/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 SLL/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.