LKR to ALL exchange rate API
Sri Lanka Rupee to Lek · quoted 2026-09-25
0.24322
▼ +12.21% over 1Y
1 LKR = 0.24322 ALL · 1 ALL = 4.1114 LKR · Get this rate via the API
1 LKR buys 0.24322 ALL as of 2026-09-25, so 1 ALL buys 4.1114 LKR. Over the last year, LKR/ALL traded between 0.23979 and 0.27780, averaged 0.25779 and fell 12.21%. 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: show the values
| Point | LKR/ALL |
|---|---|
| 2025-09-25 | 0.27704 |
| 2025-10-02 | 0.27780 |
| 2025-10-09 | 0.27422 |
| 2025-10-16 | 0.27328 |
| 2025-10-23 | 0.27427 |
| 2025-10-30 | 0.27363 |
| 2025-11-06 | 0.27543 |
| 2025-11-13 | 0.27304 |
| 2025-11-20 | 0.27134 |
| 2025-11-27 | 0.26991 |
| 2025-12-04 | 0.26800 |
| 2025-12-12 | 0.26603 |
| 2025-12-19 | 0.26545 |
| 2025-12-26 | 0.26419 |
| 2026-01-02 | 0.26565 |
| 2026-01-09 | 0.26731 |
| 2026-01-16 | 0.26838 |
| 2026-01-23 | 0.26445 |
| 2026-01-30 | 0.26190 |
| 2026-02-06 | 0.26392 |
| 2026-02-13 | 0.26195 |
| 2026-02-20 | 0.26403 |
| 2026-02-27 | 0.26332 |
| 2026-03-06 | 0.26542 |
| 2026-03-13 | 0.26782 |
| 2026-03-20 | 0.26598 |
| 2026-03-27 | 0.26398 |
| 2026-04-03 | 0.26299 |
| 2026-04-10 | 0.25908 |
| 2026-04-17 | 0.25632 |
| 2026-04-24 | 0.25613 |
| 2026-05-01 | 0.25441 |
| 2026-05-08 | 0.25247 |
| 2026-05-16 | 0.24963 |
| 2026-05-24 | 0.24791 |
| 2026-05-31 | 0.24763 |
| 2026-06-09 | 0.24458 |
| 2026-06-16 | 0.24486 |
| 2026-06-23 | 0.24603 |
| 2026-06-30 | 0.24491 |
| 2026-07-07 | 0.24499 |
| 2026-07-14 | 0.24416 |
| 2026-07-21 | 0.24364 |
| 2026-07-28 | 0.24464 |
| 2026-08-04 | 0.24110 |
| 2026-08-11 | 0.24018 |
| 2026-08-18 | 0.24085 |
| 2026-08-26 | 0.24048 |
| 2026-09-02 | 0.24225 |
| 2026-09-09 | 0.24047 |
| 2026-09-16 | 0.23979 |
| 2026-09-23 | 0.24251 |
High
0.27780
Low
0.23979
Average
0.25779
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.