Skip to content

SGD to LKR exchange rate API

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

258.2133

▲ +12.40% over 1Y

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 year, SGD/LKR traded between 229.7306 and 262.5169, averaged 248.5386 and rose 12.40%. 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 1Y

SGD/LKR over 1Y: show the values
PointSGD/LKR
2025-09-26229.7306
2025-10-03230.2565
2025-10-10233.7376
2025-10-17234.4919
2025-10-24233.9865
2025-10-31234.2486
2025-11-07234.3758
2025-11-14235.9623
2025-11-21235.8823
2025-11-28237.7739
2025-12-05238.4742
2025-12-12239.6591
2025-12-19239.5741
2025-12-26241.2930
2026-01-02240.9944
2026-01-09240.8091
2026-01-16240.9127
2026-01-23242.7851
2026-01-30244.5637
2026-02-06243.6393
2026-02-13245.3097
2026-02-20244.4302
2026-02-27244.9268
2026-03-06243.4101
2026-03-13243.6749
2026-03-20243.9183
2026-03-27244.7158
2026-04-03245.2933
2026-04-10248.2008
2026-04-17248.9100
2026-04-24249.6122
2026-05-01251.5140
2026-05-08254.2435
2026-05-15255.2101
2026-05-22260.5531
2026-05-29258.3281
2026-06-05262.1528
2026-06-12260.7762
2026-06-19258.9591
2026-06-26260.3938
2026-07-03260.3013
2026-07-10260.4349
2026-07-17260.8697
2026-07-24260.9425
2026-07-31261.7917
2026-08-07262.5169
2026-08-14261.2119
2026-08-21260.4700
2026-08-28258.6503
2026-09-04259.6077
2026-09-11259.7886
2026-09-18259.4987
2026-09-25259.1008

High

262.5169

Low

229.7306

Average

248.5386

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.