KYD to LKR exchange rate API
Cayman Islands Dollar to Sri Lanka Rupee · quoted 2026-09-25
398.0256
▲ +0.55% over 30D
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 30 days, KYD/LKR traded between 394.0698 and 403.3818, averaged 397.2566 and rose 0.55%. 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 30D: show the values
| Point | KYD/LKR |
|---|---|
| 2026-08-26 | 395.8450 |
| 2026-08-27 | 397.0426 |
| 2026-08-28 | 395.5364 |
| 2026-08-29 | 394.0698 |
| 2026-08-30 | 400.1219 |
| 2026-08-31 | 395.7372 |
| 2026-09-01 | 395.4226 |
| 2026-09-02 | 395.6379 |
| 2026-09-03 | 395.7930 |
| 2026-09-04 | 396.6734 |
| 2026-09-05 | 394.4409 |
| 2026-09-06 | 400.6057 |
| 2026-09-07 | 395.4881 |
| 2026-09-08 | 395.9302 |
| 2026-09-09 | 395.9838 |
| 2026-09-10 | 397.1539 |
| 2026-09-11 | 396.0591 |
| 2026-09-12 | 394.9154 |
| 2026-09-13 | 400.5415 |
| 2026-09-14 | 396.0530 |
| 2026-09-15 | 397.2961 |
| 2026-09-16 | 398.5989 |
| 2026-09-17 | 400.6750 |
| 2026-09-18 | 398.1342 |
| 2026-09-19 | 397.7411 |
| 2026-09-20 | 403.3818 |
| 2026-09-21 | 398.8796 |
| 2026-09-22 | 398.7283 |
| 2026-09-23 | 396.5427 |
| 2026-09-24 | 397.2098 |
| 2026-09-25 | 397.9454 |
High
403.3818
Low
394.0698
Average
397.2566
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.