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: show the values
| Point | LKR/LAK |
|---|---|
| 2025-09-26 | 73.2710 |
| 2025-10-03 | 72.8881 |
| 2025-10-10 | 71.7228 |
| 2025-10-17 | 71.2614 |
| 2025-10-24 | 71.1932 |
| 2025-10-31 | 71.0898 |
| 2025-11-07 | 71.1390 |
| 2025-11-14 | 70.8015 |
| 2025-11-21 | 70.4072 |
| 2025-11-28 | 70.3310 |
| 2025-12-05 | 70.2402 |
| 2025-12-13 | 70.1806 |
| 2025-12-20 | 70.2547 |
| 2025-12-27 | 69.8190 |
| 2026-01-03 | 69.8579 |
| 2026-01-10 | 69.7851 |
| 2026-01-17 | 69.7433 |
| 2026-01-24 | 69.4417 |
| 2026-01-31 | 69.1777 |
| 2026-02-07 | 69.1439 |
| 2026-02-14 | 69.3165 |
| 2026-02-21 | 69.4590 |
| 2026-02-28 | 69.2195 |
| 2026-03-07 | 69.1402 |
| 2026-03-14 | 68.8683 |
| 2026-03-21 | 69.0040 |
| 2026-03-28 | 69.5154 |
| 2026-04-04 | 69.7491 |
| 2026-04-11 | 69.6084 |
| 2026-04-18 | 69.1749 |
| 2026-04-25 | 68.7441 |
| 2026-05-02 | 68.7582 |
| 2026-05-09 | 68.2011 |
| 2026-05-17 | 66.7741 |
| 2026-05-25 | 66.8821 |
| 2026-06-01 | 66.4101 |
| 2026-06-10 | 66.2237 |
| 2026-06-17 | 65.8644 |
| 2026-06-24 | 65.9571 |
| 2026-07-01 | 66.6101 |
| 2026-07-08 | 67.3422 |
| 2026-07-15 | 66.7730 |
| 2026-07-22 | 67.0474 |
| 2026-07-29 | 66.9816 |
| 2026-08-05 | 67.2341 |
| 2026-08-12 | 67.1911 |
| 2026-08-20 | 67.7591 |
| 2026-08-27 | 68.0735 |
| 2026-09-03 | 67.9245 |
| 2026-09-10 | 68.0042 |
| 2026-09-17 | 67.3826 |
| 2026-09-24 | 67.8480 |
High
73.2710
Low
65.8644
Average
68.9154
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.