Skip to content

KWD to LKR exchange rate API

Kuwaiti Dinar to Sri Lanka Rupee · quoted 2026-09-25

1071.54

▲ +6.42% over YTD

1 KWD = 1071.54 LKR · 1 LKR = 0.000933 KWD · Get this rate via the API

1 KWD buys 1071.54 LKR as of 2026-09-25, so 1 LKR buys 0.000933 KWD. Over the year to date, KWD/LKR traded between 1006.86 and 1106.82, averaged 1049.89 and rose 6.42%. The API holds daily KWD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KWD/LKR over YTD

KWD/LKR over YTD: show the values
PointKWD/LKR
2025-12-311006.89
2026-01-071011.63
2026-01-141006.86
2026-01-211009.64
2026-01-281013.19
2026-02-041010.12
2026-02-111011.05
2026-02-181011.71
2026-02-251011.54
2026-03-041011.33
2026-03-111015.93
2026-03-181017.25
2026-03-251026.17
2026-04-011024.17
2026-04-081023.04
2026-04-151023.96
2026-04-221030.27
2026-04-291040.58
2026-05-061042.00
2026-05-141058.28
2026-05-211106.82
2026-05-291066.09
2026-06-051089.21
2026-06-141088.80
2026-06-211084.42
2026-06-281089.11
2026-07-051083.08
2026-07-121088.46
2026-07-191091.84
2026-07-261085.35
2026-08-021086.33
2026-08-091088.00
2026-08-161080.25
2026-08-241069.62
2026-08-311064.36
2026-09-071064.33
2026-09-141067.21
2026-09-211075.28

High

1106.82

Low

1006.86

Average

1049.89

For developers

Get this rate via the API

One GET request returns the KWD/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=KWD&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD&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=KWD&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

KWD/LKR API questions

How do I get the KWD/LKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD&currencies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KWD/LKR rate in rates.LKR.

How far back does KWD/LKR historical data go?

Daily KWD/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 KWD/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.