Skip to content

SGD to LKR exchange rate API

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

258.2133

▲ +5.51% over 6M

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 last 6 months, SGD/LKR traded between 244.7273 and 262.5544, averaged 257.0710 and rose 5.51%. 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 6M

SGD/LKR over 6M: show the values
PointSGD/LKR
2026-03-30244.7273
2026-04-06245.8912
2026-04-13247.7425
2026-04-20249.4764
2026-04-27250.5552
2026-05-04250.9994
2026-05-11254.0102
2026-05-18257.6756
2026-05-25255.9822
2026-06-01259.0421
2026-06-08261.7066
2026-06-15260.4941
2026-06-22259.0201
2026-06-29260.5078
2026-07-06259.6148
2026-07-13260.4623
2026-07-20260.9821
2026-07-27261.0185
2026-08-03262.4108
2026-08-10262.5544
2026-08-17260.8838
2026-08-24259.6378
2026-08-31258.3260
2026-09-07259.7526
2026-09-14259.2171
2026-09-21260.0134

High

262.5544

Low

244.7273

Average

257.0710

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.