Skip to content

LKR to ALL exchange rate API

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

0.24324

▼ +12.20% over 1Y

1 LKR = 0.24324 ALL · 1 ALL = 4.1111 LKR · Get this rate via the API

1 LKR buys 0.24324 ALL as of 2026-09-25, so 1 ALL buys 4.1111 LKR. Over the last year, LKR/ALL traded between 0.23979 and 0.27780, averaged 0.25779 and fell 12.20%. The API holds daily LKR/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/ALL over 1Y

LKR/ALL over 1Y: show the values
PointLKR/ALL
2025-09-250.27704
2025-10-020.27780
2025-10-090.27422
2025-10-160.27328
2025-10-230.27427
2025-10-300.27363
2025-11-060.27543
2025-11-130.27304
2025-11-200.27134
2025-11-270.26991
2025-12-040.26800
2025-12-120.26603
2025-12-190.26545
2025-12-260.26419
2026-01-020.26565
2026-01-090.26731
2026-01-160.26838
2026-01-230.26445
2026-01-300.26190
2026-02-060.26392
2026-02-130.26195
2026-02-200.26403
2026-02-270.26332
2026-03-060.26542
2026-03-130.26782
2026-03-200.26598
2026-03-270.26398
2026-04-030.26299
2026-04-100.25908
2026-04-170.25632
2026-04-240.25613
2026-05-010.25441
2026-05-080.25247
2026-05-160.24963
2026-05-240.24791
2026-05-310.24763
2026-06-090.24458
2026-06-160.24486
2026-06-230.24603
2026-06-300.24491
2026-07-070.24499
2026-07-140.24416
2026-07-210.24364
2026-07-280.24464
2026-08-040.24110
2026-08-110.24018
2026-08-180.24085
2026-08-260.24048
2026-09-020.24225
2026-09-090.24047
2026-09-160.23979
2026-09-230.24251

High

0.27780

Low

0.23979

Average

0.25779

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/ALL API questions

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

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

How far back does LKR/ALL historical data go?

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