Skip to content

RSD to LKR exchange rate API

Serbian Dinar to Sri Lanka Rupee · quoted 2026-09-25

3.2040

▲ +7.62% over 1Y

1 RSD = 3.2040 LKR · 1 LKR = 0.31211 RSD · Get this rate via the API

1 RSD buys 3.2040 LKR as of 2026-09-25, so 1 LKR buys 0.31211 RSD. Over the last year, RSD/LKR traded between 2.9745 and 3.3170, averaged 3.1544 and rose 7.62%. The API holds daily RSD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/LKR over 1Y

RSD/LKR over 1Y: show the values
PointRSD/LKR
2025-09-252.9772
2025-10-022.9745
2025-10-093.0129
2025-10-163.0254
2025-10-233.0083
2025-10-303.0196
2025-11-062.9961
2025-11-133.0196
2025-11-203.0340
2025-11-273.0522
2025-12-043.0684
2025-12-123.0941
2025-12-193.0945
2025-12-263.1109
2026-01-023.1083
2026-01-093.0775
2026-01-163.0692
2026-01-233.1063
2026-01-303.1444
2026-02-063.1156
2026-02-133.1348
2026-02-203.1058
2026-02-273.1146
2026-03-063.0857
2026-03-133.0588
2026-03-203.0748
2026-03-273.0963
2026-04-033.1016
2026-04-103.1496
2026-04-173.1777
2026-04-243.1689
2026-05-013.1991
2026-05-083.2202
2026-05-163.2545
2026-05-243.2768
2026-05-313.2788
2026-06-093.3170
2026-06-163.2990
2026-06-233.2637
2026-06-303.2707
2026-07-073.2700
2026-07-143.2700
2026-07-213.2767
2026-07-283.2647
2026-08-043.3002
2026-08-113.3003
2026-08-183.2820
2026-08-263.2740
2026-09-023.2474
2026-09-093.2645
2026-09-163.2604
2026-09-233.2121

High

3.3170

Low

2.9745

Average

3.1544

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RSD/LKR API questions

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

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

How far back does RSD/LKR historical data go?

Daily RSD/LKR 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/LKR 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.