SGD to LKR exchange rate API
Singapore Dollar to Sri Lanka Rupee · quoted 2026-09-26
258.2133
▲ +7.05% over YTD
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 year to date, SGD/LKR traded between 240.6170 and 262.4253, averaged 252.9345 and rose 7.05%. 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 YTD: show the values
| Point | SGD/LKR |
|---|---|
| 2025-12-31 | 241.2131 |
| 2026-01-07 | 242.4821 |
| 2026-01-14 | 240.6170 |
| 2026-01-21 | 242.1945 |
| 2026-01-28 | 245.9400 |
| 2026-02-04 | 243.8904 |
| 2026-02-11 | 245.6201 |
| 2026-02-18 | 245.3287 |
| 2026-02-25 | 245.1598 |
| 2026-03-04 | 243.9297 |
| 2026-03-11 | 244.5005 |
| 2026-03-18 | 243.5011 |
| 2026-03-25 | 246.0131 |
| 2026-04-01 | 246.5429 |
| 2026-04-08 | 248.1231 |
| 2026-04-15 | 248.5343 |
| 2026-04-22 | 249.1971 |
| 2026-04-29 | 250.5775 |
| 2026-05-06 | 253.0415 |
| 2026-05-13 | 255.3497 |
| 2026-05-20 | 261.1866 |
| 2026-05-27 | 255.8802 |
| 2026-06-03 | 260.5953 |
| 2026-06-10 | 257.6025 |
| 2026-06-17 | 260.6000 |
| 2026-06-24 | 259.0554 |
| 2026-07-01 | 259.6893 |
| 2026-07-08 | 259.5100 |
| 2026-07-15 | 260.6040 |
| 2026-07-22 | 261.0544 |
| 2026-07-29 | 260.2709 |
| 2026-08-05 | 262.4253 |
| 2026-08-12 | 262.0030 |
| 2026-08-19 | 260.2006 |
| 2026-08-26 | 259.2118 |
| 2026-09-02 | 258.4049 |
| 2026-09-09 | 260.6752 |
| 2026-09-16 | 260.3552 |
| 2026-09-23 | 258.0877 |
High
262.4253
Low
240.6170
Average
252.9345
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.