Skip to content

LKR to SGD exchange rate API

Sri Lanka Rupee to Singapore Dollar · quoted 2026-09-26

0.003872

▼ +11.03% over 1Y

1 LKR = 0.003872 SGD · 1 SGD = 258.2645 LKR · Get this rate via the API

1 LKR buys 0.003872 SGD as of 2026-09-26, so 1 SGD buys 258.2645 LKR. Over the last year, LKR/SGD traded between 0.003809 and 0.004352, averaged 0.004030 and fell 11.03%. The API holds daily LKR/SGD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/SGD over 1Y

LKR/SGD over 1Y: show the values
PointLKR/SGD
2025-09-260.004352
2025-10-030.004342
2025-10-100.004278
2025-10-170.004264
2025-10-240.004273
2025-10-310.004268
2025-11-070.004266
2025-11-140.004237
2025-11-210.004239
2025-11-280.004205
2025-12-050.004193
2025-12-120.004172
2025-12-190.004174
2025-12-260.004144
2026-01-020.004149
2026-01-090.004152
2026-01-160.004150
2026-01-230.004118
2026-01-300.004088
2026-02-060.004104
2026-02-130.004076
2026-02-200.004091
2026-02-270.004082
2026-03-060.004108
2026-03-130.004103
2026-03-200.004099
2026-03-270.004086
2026-04-030.004076
2026-04-100.004028
2026-04-170.004017
2026-04-240.004006
2026-05-010.003975
2026-05-080.003933
2026-05-150.003918
2026-05-220.003837
2026-05-290.003871
2026-06-050.003814
2026-06-120.003834
2026-06-190.003861
2026-06-260.003840
2026-07-030.003841
2026-07-100.003839
2026-07-170.003833
2026-07-240.003832
2026-07-310.003819
2026-08-070.003809
2026-08-140.003828
2026-08-210.003839
2026-08-280.003866
2026-09-040.003851
2026-09-110.003849
2026-09-180.003853
2026-09-250.003859

High

0.004352

Low

0.003809

Average

0.004030

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/SGD API questions

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

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

How far back does LKR/SGD historical data go?

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