Skip to content

SGD to LKR exchange rate API

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

258.2133

▲ +12.01% over 5Y

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 5 years, SGD/LKR traded between 212.1600 and 260.8367, averaged 236.6272 and rose 12.01%. 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 5Y

SGD/LKR over 5Y: show the values
PointSGD/LKR
2024-08-24230.5285
2024-10-01227.5103
2024-10-31218.4425
2024-11-30217.0529
2024-12-30212.1600
2025-01-29215.9826
2025-02-28215.8114
2025-03-30218.8598
2025-04-29224.9604
2025-05-29229.3825
2025-06-28235.0403
2025-07-28230.5969
2025-08-27230.6091
2025-09-26229.7306
2025-10-26234.0817
2025-11-25236.8649
2025-12-25241.1258
2026-01-24243.2918
2026-02-23244.8906
2026-03-25246.0131
2026-04-24249.6122
2026-05-24259.4351
2026-06-23258.6407
2026-07-23260.8367
2026-08-22259.2478
2026-09-21260.0134

High

260.8367

Low

212.1600

Average

236.6272

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.