Skip to content

SGD to LKR exchange rate API

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

258.2133

▼ +0.30% over 30D

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 30 days, SGD/LKR traded between 257.3083 and 260.8409, averaged 259.1772 and fell 0.30%. 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 30D

SGD/LKR over 30D: show the values
PointSGD/LKR
2026-08-27258.9963
2026-08-28258.6503
2026-08-29257.3083
2026-08-30257.6961
2026-08-31258.3260
2026-09-01258.2010
2026-09-02258.4049
2026-09-03259.4644
2026-09-04259.6077
2026-09-05258.7201
2026-09-06259.2847
2026-09-07259.7526
2026-09-08259.9386
2026-09-09260.6752
2026-09-10260.0284
2026-09-11259.7886
2026-09-12259.3980
2026-09-13259.7125
2026-09-14259.2171
2026-09-15259.5197
2026-09-16260.3552
2026-09-17260.8409
2026-09-18259.4987
2026-09-19259.5078
2026-09-20259.5370
2026-09-21260.0134
2026-09-22259.3525
2026-09-23258.0877
2026-09-24258.2587
2026-09-25259.1008
2026-09-26258.2133

High

260.8409

Low

257.3083

Average

259.1772

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.