Skip to content

LKR to XCD exchange rate API

Sri Lanka Rupee to East Caribbean Dollar · quoted 2026-09-26

0.008191

▼ +6.17% over YTD

1 LKR = 0.008191 XCD · 1 XCD = 122.0852 LKR · Get this rate via the API

1 LKR buys 0.008191 XCD as of 2026-09-26, so 1 XCD buys 122.0852 LKR. Over the year to date, LKR/XCD traded between 0.007914 and 0.008731, averaged 0.008370 and fell 6.17%. The API holds daily LKR/XCD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/XCD over YTD

LKR/XCD over YTD: show the values
PointLKR/XCD
2025-12-310.008730
2026-01-070.008709
2026-01-140.008729
2026-01-210.008721
2026-01-280.008728
2026-02-040.008731
2026-02-110.008727
2026-02-180.008729
2026-02-250.008725
2026-03-040.008710
2026-03-110.008689
2026-03-180.008680
2026-03-250.008598
2026-04-010.008566
2026-04-080.008577
2026-04-150.008544
2026-04-220.008514
2026-04-290.008443
2026-05-060.008421
2026-05-140.008312
2026-05-210.007914
2026-05-290.008203
2026-06-050.008045
2026-06-140.008051
2026-06-210.008086
2026-06-280.008018
2026-07-050.008044
2026-07-120.008035
2026-07-190.008026
2026-07-260.008021
2026-08-020.008031
2026-08-090.008037
2026-08-160.008099
2026-08-240.008207
2026-08-310.008218
2026-09-070.008233
2026-09-140.008220
2026-09-210.008167

High

0.008731

Low

0.007914

Average

0.008370

For developers

Get this rate via the API

One GET request returns the LKR/XCD 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=XCD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=XCD");
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=XCD").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/XCD API questions

How do I get the LKR/XCD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=XCD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/XCD rate in rates.XCD.

How far back does LKR/XCD historical data go?

Daily LKR/XCD 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/XCD 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.