Skip to content

SGD to LKR exchange rate API

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

258.2133

▲ +7.05% over YTD

1 SGD = 258.2133 LKR · 1 LKR = 0.003873 SGD · Get this rate via the API

1 SGD buys 258.2133 LKR as of 2026-09-26, so 1 LKR buys 0.003873 SGD. Over the year to date, SGD/LKR traded between 240.6170 and 262.4253, averaged 252.9345 and rose 7.05%. The API holds daily SGD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SGD/LKR over YTD

SGD/LKR over YTD: show the values
PointSGD/LKR
2025-12-31241.2131
2026-01-07242.4821
2026-01-14240.6170
2026-01-21242.1945
2026-01-28245.9400
2026-02-04243.8904
2026-02-11245.6201
2026-02-18245.3287
2026-02-25245.1598
2026-03-04243.9297
2026-03-11244.5005
2026-03-18243.5011
2026-03-25246.0131
2026-04-01246.5429
2026-04-08248.1231
2026-04-15248.5343
2026-04-22249.1971
2026-04-29250.5775
2026-05-06253.0415
2026-05-13255.3497
2026-05-20261.1866
2026-05-27255.8802
2026-06-03260.5953
2026-06-10257.6025
2026-06-17260.6000
2026-06-24259.0554
2026-07-01259.6893
2026-07-08259.5100
2026-07-15260.6040
2026-07-22261.0544
2026-07-29260.2709
2026-08-05262.4253
2026-08-12262.0030
2026-08-19260.2006
2026-08-26259.2118
2026-09-02258.4049
2026-09-09260.6752
2026-09-16260.3552
2026-09-23258.0877

High

262.4253

Low

240.6170

Average

252.9345

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SGD/LKR API questions

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

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

How far back does SGD/LKR historical data go?

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