Skip to content

LKR to KHR exchange rate API

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

12.2922

▼ +8.84% over 1Y

1 LKR = 12.2922 KHR · 1 KHR = 0.08135 LKR · Get this rate via the API

1 LKR buys 12.2922 KHR as of 2026-09-25, so 1 KHR buys 0.08135 LKR. Over the last year, LKR/KHR traded between 11.9076 and 13.5035, averaged 12.6388 and fell 8.84%. 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 1Y

LKR/KHR over 1Y: show the values
PointLKR/KHR
2025-09-2513.4846
2025-10-0213.5035
2025-10-0913.2396
2025-10-1613.2422
2025-10-2313.2555
2025-10-3013.2011
2025-11-0613.1855
2025-11-1313.1386
2025-11-2012.9844
2025-11-2712.9758
2025-12-0412.9725
2025-12-1212.9215
2025-12-1912.9264
2025-12-2612.9393
2026-01-0212.9383
2026-01-0912.9748
2026-01-1612.9688
2026-01-2312.9518
2026-01-3012.9689
2026-02-0613.0142
2026-02-1312.9717
2026-02-2012.9634
2026-02-2712.9362
2026-03-0612.8671
2026-03-1312.9011
2026-03-2012.8038
2026-03-2712.7076
2026-04-0312.6560
2026-04-1012.6901
2026-04-1712.6610
2026-04-2412.5863
2026-05-0112.5330
2026-05-0812.4841
2026-05-1612.2056
2026-05-2412.1146
2026-05-3112.1918
2026-06-0911.9076
2026-06-1612.0045
2026-06-2311.9904
2026-06-3011.9410
2026-07-0711.9429
2026-07-1412.0216
2026-07-2111.9963
2026-07-2812.0068
2026-08-0412.0335
2026-08-1112.0938
2026-08-1812.1524
2026-08-2612.2854
2026-09-0212.3153
2026-09-0912.2822
2026-09-1612.2207
2026-09-2312.3107

High

13.5035

Low

11.9076

Average

12.6388

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.