Skip to content

LKR to RSD exchange rate API

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

0.31234

▼ +5.76% over 1Y

1 LKR = 0.31234 RSD · 1 RSD = 3.2017 LKR · Get this rate via the API

1 LKR buys 0.31234 RSD as of 2026-09-27, so 1 RSD buys 3.2017 LKR. Over the last year, LKR/RSD traded between 0.30210 and 0.33431, averaged 0.31754 and fell 5.76%. The API holds daily LKR/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/RSD over 1Y

LKR/RSD over 1Y: show the values
PointLKR/RSD
2025-09-270.33144
2025-10-040.33023
2025-10-110.33431
2025-10-180.33121
2025-10-250.33201
2025-11-010.33345
2025-11-080.33270
2025-11-150.32935
2025-11-220.33088
2025-11-290.32910
2025-12-060.32711
2025-12-140.32347
2025-12-210.32411
2025-12-280.32191
2026-01-040.32313
2026-01-110.32567
2026-01-180.32603
2026-01-250.32029
2026-02-010.31945
2026-02-080.32069
2026-02-150.31947
2026-02-220.32168
2026-03-010.32113
2026-03-080.32447
2026-03-150.32980
2026-03-220.32525
2026-03-290.32374
2026-04-050.32289
2026-04-120.31697
2026-04-190.31465
2026-04-260.31459
2026-05-030.31304
2026-05-100.30928
2026-05-180.30642
2026-05-260.31101
2026-06-020.30381
2026-06-110.30510
2026-06-180.30471
2026-06-250.30598
2026-07-020.30638
2026-07-090.30550
2026-07-160.30393
2026-07-230.30497
2026-07-300.30496
2026-08-060.30210
2026-08-130.30444
2026-08-210.30381
2026-08-280.30640
2026-09-040.30685
2026-09-110.30708
2026-09-180.30792
2026-09-250.31220

High

0.33431

Low

0.30210

Average

0.31754

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/RSD API questions

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

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

How far back does LKR/RSD historical data go?

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