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: show the values
| Point | SGD/LKR |
|---|---|
| 2024-08-24 | 230.5285 |
| 2024-10-01 | 227.5103 |
| 2024-10-31 | 218.4425 |
| 2024-11-30 | 217.0529 |
| 2024-12-30 | 212.1600 |
| 2025-01-29 | 215.9826 |
| 2025-02-28 | 215.8114 |
| 2025-03-30 | 218.8598 |
| 2025-04-29 | 224.9604 |
| 2025-05-29 | 229.3825 |
| 2025-06-28 | 235.0403 |
| 2025-07-28 | 230.5969 |
| 2025-08-27 | 230.6091 |
| 2025-09-26 | 229.7306 |
| 2025-10-26 | 234.0817 |
| 2025-11-25 | 236.8649 |
| 2025-12-25 | 241.1258 |
| 2026-01-24 | 243.2918 |
| 2026-02-23 | 244.8906 |
| 2026-03-25 | 246.0131 |
| 2026-04-24 | 249.6122 |
| 2026-05-24 | 259.4351 |
| 2026-06-23 | 258.6407 |
| 2026-07-23 | 260.8367 |
| 2026-08-22 | 259.2478 |
| 2026-09-21 | 260.0134 |
High
260.8367
Low
212.1600
Average
236.6272
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.