Skip to content

LKR to RSD exchange rate API

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

0.31234

▼ +3.07% over YTD

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 year to date, LKR/RSD traded between 0.29542 and 0.32634, averaged 0.31246 and fell 3.07%. 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 YTD

LKR/RSD over YTD: show the values
PointLKR/RSD
2025-12-310.32223
2026-01-070.32272
2026-01-140.32528
2026-01-210.32251
2026-01-280.31553
2026-02-040.32023
2026-02-110.31776
2026-02-180.31940
2026-02-250.32129
2026-03-040.32565
2026-03-110.32429
2026-03-180.32634
2026-03-250.32158
2026-04-010.32152
2026-04-080.31839
2026-04-150.31513
2026-04-220.31503
2026-04-290.31327
2026-05-060.31213
2026-05-140.30772
2026-05-210.29542
2026-05-290.30578
2026-06-050.30034
2026-06-140.30241
2026-06-210.30652
2026-06-280.30615
2026-07-050.30571
2026-07-120.30592
2026-07-190.30498
2026-07-260.30686
2026-08-020.30349
2026-08-090.30216
2026-08-160.30422
2026-08-240.30448
2026-08-310.30796
2026-09-070.30719
2026-09-140.30742
2026-09-210.30850

High

0.32634

Low

0.29542

Average

0.31246

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.