LKR to SBD exchange rate API
Sri Lanka Rupee to Solomon Islands Dollar · quoted 2026-09-25
0.02429
▼ +12.81% over 1Y
1 LKR = 0.02429 SBD · 1 SBD = 41.1743 LKR · Get this rate via the API
1 LKR buys 0.02429 SBD as of 2026-09-25, so 1 SBD buys 41.1743 LKR. Over the last year, LKR/SBD traded between 0.02335 and 0.02786, averaged 0.02535 and fell 12.81%. The API holds daily LKR/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/SBD over 1Y: show the values
| Point | LKR/SBD |
|---|---|
| 2025-09-25 | 0.02786 |
| 2025-10-02 | 0.02749 |
| 2025-10-09 | 0.02694 |
| 2025-10-16 | 0.02690 |
| 2025-10-23 | 0.02690 |
| 2025-10-30 | 0.02685 |
| 2025-11-06 | 0.02683 |
| 2025-11-13 | 0.02679 |
| 2025-11-20 | 0.02652 |
| 2025-11-27 | 0.02654 |
| 2025-12-04 | 0.02650 |
| 2025-12-11 | 0.02636 |
| 2025-12-18 | 0.02627 |
| 2025-12-25 | 0.02616 |
| 2026-01-01 | 0.02614 |
| 2026-01-08 | 0.02618 |
| 2026-01-15 | 0.02621 |
| 2026-01-22 | 0.02615 |
| 2026-01-29 | 0.02613 |
| 2026-02-05 | 0.02605 |
| 2026-02-12 | 0.02607 |
| 2026-02-19 | 0.02602 |
| 2026-02-26 | 0.02606 |
| 2026-03-05 | 0.02597 |
| 2026-03-12 | 0.02561 |
| 2026-03-19 | 0.02565 |
| 2026-03-26 | 0.02542 |
| 2026-04-02 | 0.02536 |
| 2026-04-09 | 0.02554 |
| 2026-04-16 | 0.02534 |
| 2026-04-23 | 0.02534 |
| 2026-04-30 | 0.02491 |
| 2026-05-07 | 0.02488 |
| 2026-05-14 | 0.02449 |
| 2026-05-21 | 0.02335 |
| 2026-05-28 | 0.02426 |
| 2026-06-04 | 0.02382 |
| 2026-06-11 | 0.02413 |
| 2026-06-18 | 0.02385 |
| 2026-06-25 | 0.02379 |
| 2026-07-02 | 0.02389 |
| 2026-07-09 | 0.02392 |
| 2026-07-16 | 0.02402 |
| 2026-07-23 | 0.02389 |
| 2026-07-30 | 0.02397 |
| 2026-08-06 | 0.02395 |
| 2026-08-13 | 0.02402 |
| 2026-08-20 | 0.02425 |
| 2026-08-27 | 0.02434 |
| 2026-09-03 | 0.02435 |
| 2026-09-10 | 0.02428 |
| 2026-09-17 | 0.02406 |
| 2026-09-24 | 0.02426 |
High
0.02786
Low
0.02335
Average
0.02535
Get this rate via the API
One GET request returns the LKR/SBD 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=LKR¤cies=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=SBD").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/SBD API questions
How do I get the LKR/SBD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=SBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/SBD rate in rates.SBD.
How far back does LKR/SBD historical data go?
Daily LKR/SBD 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 LKR/SBD 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.