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: show the values
| Point | KYD/LKR |
|---|---|
| 2025-09-25 | 358.2839 |
| 2025-10-02 | 357.1048 |
| 2025-10-09 | 364.6949 |
| 2025-10-16 | 366.1900 |
| 2025-10-23 | 365.8608 |
| 2025-10-30 | 366.3243 |
| 2025-11-06 | 367.4538 |
| 2025-11-13 | 367.6736 |
| 2025-11-20 | 372.1549 |
| 2025-11-27 | 370.9420 |
| 2025-12-04 | 371.6285 |
| 2025-12-12 | 372.1615 |
| 2025-12-19 | 372.5371 |
| 2025-12-26 | 372.5861 |
| 2026-01-02 | 373.7118 |
| 2026-01-09 | 372.5211 |
| 2026-01-16 | 373.9613 |
| 2026-01-23 | 374.5613 |
| 2026-01-30 | 372.9688 |
| 2026-02-06 | 372.9654 |
| 2026-02-13 | 372.6760 |
| 2026-02-20 | 373.5543 |
| 2026-02-27 | 372.7108 |
| 2026-03-06 | 375.0742 |
| 2026-03-13 | 374.7113 |
| 2026-03-20 | 376.2777 |
| 2026-03-27 | 380.1085 |
| 2026-04-03 | 379.7845 |
| 2026-04-10 | 379.9031 |
| 2026-04-17 | 380.0207 |
| 2026-04-24 | 382.2538 |
| 2026-05-01 | 384.0900 |
| 2026-05-08 | 385.5455 |
| 2026-05-16 | 394.8453 |
| 2026-05-24 | 404.3045 |
| 2026-05-31 | 402.5658 |
| 2026-06-09 | 405.7893 |
| 2026-06-16 | 402.8948 |
| 2026-06-23 | 404.5392 |
| 2026-06-30 | 405.0143 |
| 2026-07-07 | 403.4540 |
| 2026-07-14 | 405.7500 |
| 2026-07-21 | 404.9561 |
| 2026-07-28 | 404.9565 |
| 2026-08-04 | 404.8093 |
| 2026-08-11 | 403.2820 |
| 2026-08-18 | 400.0707 |
| 2026-08-26 | 395.8450 |
| 2026-09-02 | 395.6379 |
| 2026-09-09 | 395.9838 |
| 2026-09-16 | 398.5989 |
| 2026-09-23 | 396.5427 |
High
405.7893
Low
357.1048
Average
383.6007
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.