Skip to content

LKR to IDR exchange rate API

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

54.3654

▼ +3.76% over 1Y

1 LKR = 54.3654 IDR · 1 IDR = 0.01839 LKR · Get this rate via the API

1 LKR buys 54.3654 IDR as of 2026-09-25, so 1 IDR buys 0.01839 LKR. Over the last year, LKR/IDR traded between 51.6843 and 56.4904, averaged 54.0560 and fell 3.76%. The API holds daily LKR/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/IDR over 1Y

LKR/IDR over 1Y: show the values
PointLKR/IDR
2025-09-2556.4904
2025-10-0255.9567
2025-10-0954.6034
2025-10-1654.6928
2025-10-2354.6922
2025-10-3054.6802
2025-11-0654.6491
2025-11-1354.7327
2025-11-2054.2586
2025-11-2753.9390
2025-12-0453.9171
2025-12-1153.8800
2025-12-1853.9619
2025-12-2554.1569
2026-01-0153.9015
2026-01-0854.2512
2026-01-1554.4948
2026-01-2254.3597
2026-01-2954.1066
2026-02-0554.3718
2026-02-1254.2647
2026-02-1954.5527
2026-02-2654.0862
2026-03-0554.3006
2026-03-1254.1803
2026-03-1954.3522
2026-03-2653.7527
2026-04-0253.8429
2026-04-0954.1126
2026-04-1654.1815
2026-04-2354.3803
2026-04-3054.1593
2026-05-0753.7284
2026-05-1453.6233
2026-05-2151.6843
2026-05-2854.2849
2026-06-0453.6471
2026-06-1153.9565
2026-06-1853.4805
2026-06-2553.2930
2026-07-0253.5387
2026-07-0953.8672
2026-07-1653.4039
2026-07-2353.3343
2026-07-3053.7150
2026-08-0653.2331
2026-08-1353.3906
2026-08-2053.7889
2026-08-2753.8714
2026-09-0353.6483
2026-09-1053.3664
2026-09-1753.2895
2026-09-2454.2505

High

56.4904

Low

51.6843

Average

54.0560

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/IDR API questions

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

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

How far back does LKR/IDR historical data go?

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