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: show the values
| Point | SGD/LKR |
|---|---|
| 2025-09-26 | 229.7306 |
| 2025-10-03 | 230.2565 |
| 2025-10-10 | 233.7376 |
| 2025-10-17 | 234.4919 |
| 2025-10-24 | 233.9865 |
| 2025-10-31 | 234.2486 |
| 2025-11-07 | 234.3758 |
| 2025-11-14 | 235.9623 |
| 2025-11-21 | 235.8823 |
| 2025-11-28 | 237.7739 |
| 2025-12-05 | 238.4742 |
| 2025-12-12 | 239.6591 |
| 2025-12-19 | 239.5741 |
| 2025-12-26 | 241.2930 |
| 2026-01-02 | 240.9944 |
| 2026-01-09 | 240.8091 |
| 2026-01-16 | 240.9127 |
| 2026-01-23 | 242.7851 |
| 2026-01-30 | 244.5637 |
| 2026-02-06 | 243.6393 |
| 2026-02-13 | 245.3097 |
| 2026-02-20 | 244.4302 |
| 2026-02-27 | 244.9268 |
| 2026-03-06 | 243.4101 |
| 2026-03-13 | 243.6749 |
| 2026-03-20 | 243.9183 |
| 2026-03-27 | 244.7158 |
| 2026-04-03 | 245.2933 |
| 2026-04-10 | 248.2008 |
| 2026-04-17 | 248.9100 |
| 2026-04-24 | 249.6122 |
| 2026-05-01 | 251.5140 |
| 2026-05-08 | 254.2435 |
| 2026-05-15 | 255.2101 |
| 2026-05-22 | 260.5531 |
| 2026-05-29 | 258.3281 |
| 2026-06-05 | 262.1528 |
| 2026-06-12 | 260.7762 |
| 2026-06-19 | 258.9591 |
| 2026-06-26 | 260.3938 |
| 2026-07-03 | 260.3013 |
| 2026-07-10 | 260.4349 |
| 2026-07-17 | 260.8697 |
| 2026-07-24 | 260.9425 |
| 2026-07-31 | 261.7917 |
| 2026-08-07 | 262.5169 |
| 2026-08-14 | 261.2119 |
| 2026-08-21 | 260.4700 |
| 2026-08-28 | 258.6503 |
| 2026-09-04 | 259.6077 |
| 2026-09-11 | 259.7886 |
| 2026-09-18 | 259.4987 |
| 2026-09-25 | 259.1008 |
High
262.5169
Low
229.7306
Average
248.5386
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.