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: show the values
| Point | LKR/KHR |
|---|---|
| 2025-09-25 | 13.4846 |
| 2025-10-02 | 13.5035 |
| 2025-10-09 | 13.2396 |
| 2025-10-16 | 13.2422 |
| 2025-10-23 | 13.2555 |
| 2025-10-30 | 13.2011 |
| 2025-11-06 | 13.1855 |
| 2025-11-13 | 13.1386 |
| 2025-11-20 | 12.9844 |
| 2025-11-27 | 12.9758 |
| 2025-12-04 | 12.9725 |
| 2025-12-12 | 12.9215 |
| 2025-12-19 | 12.9264 |
| 2025-12-26 | 12.9393 |
| 2026-01-02 | 12.9383 |
| 2026-01-09 | 12.9748 |
| 2026-01-16 | 12.9688 |
| 2026-01-23 | 12.9518 |
| 2026-01-30 | 12.9689 |
| 2026-02-06 | 13.0142 |
| 2026-02-13 | 12.9717 |
| 2026-02-20 | 12.9634 |
| 2026-02-27 | 12.9362 |
| 2026-03-06 | 12.8671 |
| 2026-03-13 | 12.9011 |
| 2026-03-20 | 12.8038 |
| 2026-03-27 | 12.7076 |
| 2026-04-03 | 12.6560 |
| 2026-04-10 | 12.6901 |
| 2026-04-17 | 12.6610 |
| 2026-04-24 | 12.5863 |
| 2026-05-01 | 12.5330 |
| 2026-05-08 | 12.4841 |
| 2026-05-16 | 12.2056 |
| 2026-05-24 | 12.1146 |
| 2026-05-31 | 12.1918 |
| 2026-06-09 | 11.9076 |
| 2026-06-16 | 12.0045 |
| 2026-06-23 | 11.9904 |
| 2026-06-30 | 11.9410 |
| 2026-07-07 | 11.9429 |
| 2026-07-14 | 12.0216 |
| 2026-07-21 | 11.9963 |
| 2026-07-28 | 12.0068 |
| 2026-08-04 | 12.0335 |
| 2026-08-11 | 12.0938 |
| 2026-08-18 | 12.1524 |
| 2026-08-26 | 12.2854 |
| 2026-09-02 | 12.3153 |
| 2026-09-09 | 12.2822 |
| 2026-09-16 | 12.2207 |
| 2026-09-23 | 12.3107 |
High
13.5035
Low
11.9076
Average
12.6388
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.