KYD to LKR exchange rate API
Cayman Islands Dollar to Sri Lanka Rupee · quoted 2026-09-25
398.0015
▲ +6.73% over YTD
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 year to date, KYD/LKR traded between 372.8985 and 411.1693, averaged 390.4116 and rose 6.73%. 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 YTD: show the values
| Point | KYD/LKR |
|---|---|
| 2025-12-31 | 372.8985 |
| 2026-01-07 | 374.5356 |
| 2026-01-14 | 373.8930 |
| 2026-01-21 | 373.2286 |
| 2026-01-28 | 374.5636 |
| 2026-02-04 | 373.1345 |
| 2026-02-11 | 372.9322 |
| 2026-02-18 | 372.9173 |
| 2026-02-25 | 374.1231 |
| 2026-03-04 | 374.0214 |
| 2026-03-11 | 374.6815 |
| 2026-03-18 | 375.2881 |
| 2026-03-25 | 379.5709 |
| 2026-04-01 | 379.9730 |
| 2026-04-08 | 380.0940 |
| 2026-04-15 | 379.3266 |
| 2026-04-22 | 380.4045 |
| 2026-04-29 | 384.1337 |
| 2026-05-06 | 385.9150 |
| 2026-05-14 | 391.6444 |
| 2026-05-21 | 411.1693 |
| 2026-05-29 | 397.9896 |
| 2026-06-05 | 404.3806 |
| 2026-06-14 | 408.3989 |
| 2026-06-21 | 406.3237 |
| 2026-06-28 | 407.8000 |
| 2026-07-05 | 409.3083 |
| 2026-07-12 | 409.3685 |
| 2026-07-19 | 410.1480 |
| 2026-07-26 | 409.2222 |
| 2026-08-02 | 409.8414 |
| 2026-08-09 | 407.7178 |
| 2026-08-16 | 406.3899 |
| 2026-08-24 | 396.5547 |
| 2026-08-31 | 395.7372 |
| 2026-09-07 | 395.4881 |
| 2026-09-14 | 396.0530 |
| 2026-09-21 | 398.8796 |
High
411.1693
Low
372.8985
Average
390.4116
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=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¤cies=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.