Skip to content

LKR to LAK exchange rate API

Sri Lanka Rupee to Kip · quoted 2026-09-26

67.7237

▼ +7.57% over 1Y

1 LKR = 67.7237 LAK · 1 LAK = 0.01477 LKR · Get this rate via the API

1 LKR buys 67.7237 LAK as of 2026-09-26, so 1 LAK buys 0.01477 LKR. Over the last year, LKR/LAK traded between 65.8644 and 73.2710, averaged 68.9154 and fell 7.57%. The API holds daily LKR/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/LAK over 1Y

LKR/LAK over 1Y: show the values
PointLKR/LAK
2025-09-2673.2710
2025-10-0372.8881
2025-10-1071.7228
2025-10-1771.2614
2025-10-2471.1932
2025-10-3171.0898
2025-11-0771.1390
2025-11-1470.8015
2025-11-2170.4072
2025-11-2870.3310
2025-12-0570.2402
2025-12-1370.1806
2025-12-2070.2547
2025-12-2769.8190
2026-01-0369.8579
2026-01-1069.7851
2026-01-1769.7433
2026-01-2469.4417
2026-01-3169.1777
2026-02-0769.1439
2026-02-1469.3165
2026-02-2169.4590
2026-02-2869.2195
2026-03-0769.1402
2026-03-1468.8683
2026-03-2169.0040
2026-03-2869.5154
2026-04-0469.7491
2026-04-1169.6084
2026-04-1869.1749
2026-04-2568.7441
2026-05-0268.7582
2026-05-0968.2011
2026-05-1766.7741
2026-05-2566.8821
2026-06-0166.4101
2026-06-1066.2237
2026-06-1765.8644
2026-06-2465.9571
2026-07-0166.6101
2026-07-0867.3422
2026-07-1566.7730
2026-07-2267.0474
2026-07-2966.9816
2026-08-0567.2341
2026-08-1267.1911
2026-08-2067.7591
2026-08-2768.0735
2026-09-0367.9245
2026-09-1068.0042
2026-09-1767.3826
2026-09-2467.8480

High

73.2710

Low

65.8644

Average

68.9154

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=LAK").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/LAK API questions

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

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

How far back does LKR/LAK historical data go?

Daily LKR/LAK 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 LKR/LAK 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.