Skip to content

LKR to KHR exchange rate API

Sri Lanka Rupee to Riel · quoted 2026-09-25

12.2952

▼ +9.78% over 5Y

1 LKR = 12.2952 KHR · 1 KHR = 0.08133 LKR · Get this rate via the API

1 LKR buys 12.2952 KHR as of 2026-09-25, so 1 KHR buys 0.08133 LKR. Over the last 5 years, LKR/KHR traded between 11.9174 and 14.1117, averaged 13.1745 and fell 9.78%. The API holds daily LKR/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/KHR over 5Y

LKR/KHR over 5Y: show the values
PointLKR/KHR
2024-08-2413.6275
2024-10-0713.9095
2024-11-0614.0806
2024-12-0614.1117
2025-01-0513.9066
2025-02-0413.6379
2025-03-0613.7730
2025-04-0613.6190
2025-05-0613.6167
2025-06-0713.4490
2025-07-0713.5536
2025-08-0613.5104
2025-09-0513.4885
2025-10-0613.5240
2025-11-0513.1762
2025-12-0512.9659
2026-01-0512.9463
2026-02-0412.9943
2026-03-0612.8671
2026-04-0512.6714
2026-05-0512.5152
2026-06-0611.9174
2026-07-0811.9962
2026-08-0712.0777
2026-09-0712.3051

High

14.1117

Low

11.9174

Average

13.1745

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/KHR API questions

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

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

How far back does LKR/KHR historical data go?

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