Skip to content

KYD to LKR exchange rate API

Cayman Islands Dollar to Sri Lanka Rupee · quoted 2026-09-25

398.0256

▲ +3.69% over 6M

1 KYD = 398.0256 LKR · 1 LKR = 0.002512 KYD · Get this rate via the API

1 KYD buys 398.0256 LKR as of 2026-09-25, so 1 LKR buys 0.002512 KYD. Over the last 6 months, KYD/LKR traded between 379.3582 and 406.0964, averaged 395.7400 and rose 3.69%. The API holds daily KYD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KYD/LKR over 6M

KYD/LKR over 6M: show the values
PointKYD/LKR
2026-03-29383.8625
2026-04-05384.5642
2026-04-12379.3582
2026-04-19379.4465
2026-04-26382.7041
2026-05-03383.6534
2026-05-10387.0832
2026-05-18394.6222
2026-05-26391.4552
2026-06-02399.1421
2026-06-11400.5497
2026-06-18401.9272
2026-06-25405.8720
2026-07-02403.7659
2026-07-09404.1935
2026-07-16405.2961
2026-07-23405.0281
2026-07-30406.0964
2026-08-06404.7002
2026-08-13402.1309
2026-08-21397.1547
2026-08-28395.5364
2026-09-04396.6734
2026-09-11396.0591
2026-09-18398.1342
2026-09-25397.9454

High

406.0964

Low

379.3582

Average

395.7400

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

KYD/LKR API questions

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

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

How far back does KYD/LKR historical data go?

Daily KYD/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 KYD/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.