KYD to LKR exchange rate API
Cayman Islands Dollar to Sri Lanka Rupee · quoted 2026-09-25
398.0256
▲ +8.85% over 5Y
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 5 years, KYD/LKR traded between 346.4141 and 404.2233, averaged 370.0329 and rose 8.85%. 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 5Y: show the values
| Point | KYD/LKR |
|---|---|
| 2024-08-24 | 365.6785 |
| 2024-10-07 | 356.4231 |
| 2024-11-06 | 348.9626 |
| 2024-12-06 | 346.4141 |
| 2025-01-05 | 353.4238 |
| 2025-02-04 | 355.6211 |
| 2025-03-06 | 352.1548 |
| 2025-04-06 | 358.0543 |
| 2025-05-06 | 355.1765 |
| 2025-06-07 | 364.6843 |
| 2025-07-07 | 357.2627 |
| 2025-08-06 | 357.0201 |
| 2025-09-05 | 356.8114 |
| 2025-10-06 | 356.8800 |
| 2025-11-05 | 367.5302 |
| 2025-12-05 | 372.7897 |
| 2026-01-05 | 372.8907 |
| 2026-02-04 | 373.1345 |
| 2026-03-06 | 375.0742 |
| 2026-04-05 | 384.5642 |
| 2026-05-05 | 384.5643 |
| 2026-06-06 | 404.2233 |
| 2026-07-08 | 403.8126 |
| 2026-08-07 | 404.1918 |
| 2026-09-07 | 395.4881 |
High
404.2233
Low
346.4141
Average
370.0329
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.