Skip to content

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

LKR/SBD over 1Y: show the values
PointLKR/SBD
2025-09-250.02786
2025-10-020.02749
2025-10-090.02694
2025-10-160.02690
2025-10-230.02690
2025-10-300.02685
2025-11-060.02683
2025-11-130.02679
2025-11-200.02652
2025-11-270.02654
2025-12-040.02650
2025-12-110.02636
2025-12-180.02627
2025-12-250.02616
2026-01-010.02614
2026-01-080.02618
2026-01-150.02621
2026-01-220.02615
2026-01-290.02613
2026-02-050.02605
2026-02-120.02607
2026-02-190.02602
2026-02-260.02606
2026-03-050.02597
2026-03-120.02561
2026-03-190.02565
2026-03-260.02542
2026-04-020.02536
2026-04-090.02554
2026-04-160.02534
2026-04-230.02534
2026-04-300.02491
2026-05-070.02488
2026-05-140.02449
2026-05-210.02335
2026-05-280.02426
2026-06-040.02382
2026-06-110.02413
2026-06-180.02385
2026-06-250.02379
2026-07-020.02389
2026-07-090.02392
2026-07-160.02402
2026-07-230.02389
2026-07-300.02397
2026-08-060.02395
2026-08-130.02402
2026-08-200.02425
2026-08-270.02434
2026-09-030.02435
2026-09-100.02428
2026-09-170.02406
2026-09-240.02426

High

0.02786

Low

0.02335

Average

0.02535

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=SBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=SBD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=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&currencies=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.