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: show the values
| Point | RSD/LKR |
|---|---|
| 2025-09-25 | 2.9772 |
| 2025-10-02 | 2.9745 |
| 2025-10-09 | 3.0129 |
| 2025-10-16 | 3.0254 |
| 2025-10-23 | 3.0083 |
| 2025-10-30 | 3.0196 |
| 2025-11-06 | 2.9961 |
| 2025-11-13 | 3.0196 |
| 2025-11-20 | 3.0340 |
| 2025-11-27 | 3.0522 |
| 2025-12-04 | 3.0684 |
| 2025-12-12 | 3.0941 |
| 2025-12-19 | 3.0945 |
| 2025-12-26 | 3.1109 |
| 2026-01-02 | 3.1083 |
| 2026-01-09 | 3.0775 |
| 2026-01-16 | 3.0692 |
| 2026-01-23 | 3.1063 |
| 2026-01-30 | 3.1444 |
| 2026-02-06 | 3.1156 |
| 2026-02-13 | 3.1348 |
| 2026-02-20 | 3.1058 |
| 2026-02-27 | 3.1146 |
| 2026-03-06 | 3.0857 |
| 2026-03-13 | 3.0588 |
| 2026-03-20 | 3.0748 |
| 2026-03-27 | 3.0963 |
| 2026-04-03 | 3.1016 |
| 2026-04-10 | 3.1496 |
| 2026-04-17 | 3.1777 |
| 2026-04-24 | 3.1689 |
| 2026-05-01 | 3.1991 |
| 2026-05-08 | 3.2202 |
| 2026-05-16 | 3.2545 |
| 2026-05-24 | 3.2768 |
| 2026-05-31 | 3.2788 |
| 2026-06-09 | 3.3170 |
| 2026-06-16 | 3.2990 |
| 2026-06-23 | 3.2637 |
| 2026-06-30 | 3.2707 |
| 2026-07-07 | 3.2700 |
| 2026-07-14 | 3.2700 |
| 2026-07-21 | 3.2767 |
| 2026-07-28 | 3.2647 |
| 2026-08-04 | 3.3002 |
| 2026-08-11 | 3.3003 |
| 2026-08-18 | 3.2820 |
| 2026-08-26 | 3.2740 |
| 2026-09-02 | 3.2474 |
| 2026-09-09 | 3.2645 |
| 2026-09-16 | 3.2604 |
| 2026-09-23 | 3.2121 |
High
3.3170
Low
2.9745
Average
3.1544
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.