Skip to content

KYD to LKR exchange rate API

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

398.0015

▲ +11.09% over 1Y

1 KYD = 398.0015 LKR · 1 LKR = 0.002513 KYD · Get this rate via the API

1 KYD buys 398.0015 LKR as of 2026-09-25, so 1 LKR buys 0.002513 KYD. Over the last year, KYD/LKR traded between 357.1048 and 405.7893, averaged 383.6007 and rose 11.09%. 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 1Y

KYD/LKR over 1Y: show the values
PointKYD/LKR
2025-09-25358.2839
2025-10-02357.1048
2025-10-09364.6949
2025-10-16366.1900
2025-10-23365.8608
2025-10-30366.3243
2025-11-06367.4538
2025-11-13367.6736
2025-11-20372.1549
2025-11-27370.9420
2025-12-04371.6285
2025-12-12372.1615
2025-12-19372.5371
2025-12-26372.5861
2026-01-02373.7118
2026-01-09372.5211
2026-01-16373.9613
2026-01-23374.5613
2026-01-30372.9688
2026-02-06372.9654
2026-02-13372.6760
2026-02-20373.5543
2026-02-27372.7108
2026-03-06375.0742
2026-03-13374.7113
2026-03-20376.2777
2026-03-27380.1085
2026-04-03379.7845
2026-04-10379.9031
2026-04-17380.0207
2026-04-24382.2538
2026-05-01384.0900
2026-05-08385.5455
2026-05-16394.8453
2026-05-24404.3045
2026-05-31402.5658
2026-06-09405.7893
2026-06-16402.8948
2026-06-23404.5392
2026-06-30405.0143
2026-07-07403.4540
2026-07-14405.7500
2026-07-21404.9561
2026-07-28404.9565
2026-08-04404.8093
2026-08-11403.2820
2026-08-18400.0707
2026-08-26395.8450
2026-09-02395.6379
2026-09-09395.9838
2026-09-16398.5989
2026-09-23396.5427

High

405.7893

Low

357.1048

Average

383.6007

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.