Skip to content

LKR to KYD exchange rate API

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

0.002512

▼ +6.30% over YTD

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

1 LKR buys 0.002512 KYD as of 2026-09-25, so 1 KYD buys 398.0892 LKR. Over the year to date, LKR/KYD traded between 0.002432 and 0.002681, averaged 0.002564 and fell 6.30%. The API holds daily LKR/KYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/KYD over YTD

LKR/KYD over YTD: show the values
PointLKR/KYD
2025-12-310.002681
2026-01-070.002669
2026-01-140.002674
2026-01-210.002679
2026-01-280.002669
2026-02-040.002679
2026-02-110.002681
2026-02-180.002681
2026-02-250.002672
2026-03-040.002673
2026-03-110.002668
2026-03-180.002664
2026-03-250.002634
2026-04-010.002631
2026-04-080.002630
2026-04-150.002636
2026-04-220.002628
2026-04-290.002603
2026-05-060.002591
2026-05-140.002553
2026-05-210.002432
2026-05-290.002512
2026-06-050.002472
2026-06-140.002448
2026-06-210.002461
2026-06-280.002452
2026-07-050.002443
2026-07-120.002442
2026-07-190.002438
2026-07-260.002443
2026-08-020.002439
2026-08-090.002452
2026-08-160.002460
2026-08-240.002521
2026-08-310.002526
2026-09-070.002528
2026-09-140.002524
2026-09-210.002507

High

0.002681

Low

0.002432

Average

0.002564

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/KYD API questions

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

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

How far back does LKR/KYD historical data go?

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