LKR to IRR exchange rate API
Sri Lanka Rupee to Iranian Rial · quoted 2026-09-27
4163.66
▲ +2887.93% over 1Y
1 LKR = 4163.66 IRR · 1 IRR = 0.000240 LKR · Get this rate via the API
1 LKR buys 4163.66 IRR as of 2026-09-27, so 1 IRR buys 0.000240 LKR. Over the last year, LKR/IRR traded between 135.5889 and 4245.02, averaged 2945.58 and rose 2887.93%. The API holds daily LKR/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/IRR over 1Y: show the values
| Point | LKR/IRR |
|---|---|
| 2025-09-27 | 139.35 |
| 2025-10-04 | 138.77 |
| 2025-10-11 | 139.54 |
| 2025-10-18 | 138.40 |
| 2025-10-25 | 138.30 |
| 2025-11-01 | 138.03 |
| 2025-11-08 | 138.42 |
| 2025-11-15 | 137.24 |
| 2025-11-22 | 137.26 |
| 2025-11-29 | 137.07 |
| 2025-12-06 | 136.82 |
| 2025-12-14 | 135.95 |
| 2025-12-21 | 135.82 |
| 2025-12-28 | 135.59 |
| 2026-01-04 | 135.88 |
| 2026-01-11 | 3227.62 |
| 2026-01-18 | 3431.26 |
| 2026-01-25 | 3468.05 |
| 2026-02-01 | 3588.35 |
| 2026-02-08 | 3879.22 |
| 2026-02-15 | 4128.36 |
| 2026-02-22 | 4145.46 |
| 2026-03-01 | 4245.02 |
| 2026-03-08 | 4234.38 |
| 2026-03-15 | 4237.85 |
| 2026-03-22 | 4207.47 |
| 2026-03-29 | 4178.84 |
| 2026-04-05 | 4171.77 |
| 2026-04-12 | 4169.36 |
| 2026-04-19 | 4172.05 |
| 2026-04-26 | 4136.23 |
| 2026-05-03 | 4108.92 |
| 2026-05-10 | 4076.40 |
| 2026-05-18 | 4002.97 |
| 2026-05-26 | 4075.81 |
| 2026-06-02 | 4068.90 |
| 2026-06-11 | 4127.64 |
| 2026-06-18 | 4113.29 |
| 2026-06-25 | 4075.03 |
| 2026-07-02 | 4087.99 |
| 2026-07-09 | 4091.32 |
| 2026-07-16 | 4081.70 |
| 2026-07-23 | 4081.75 |
| 2026-07-30 | 4085.15 |
| 2026-08-06 | 4089.06 |
| 2026-08-13 | 4111.61 |
| 2026-08-21 | 4160.51 |
| 2026-08-28 | 4178.83 |
| 2026-09-04 | 4179.73 |
| 2026-09-11 | 4173.77 |
| 2026-09-18 | 4143.42 |
| 2026-09-25 | 4154.67 |
High
4245.02
Low
135.5889
Average
2945.58
Get this rate via the API
One GET request returns the LKR/IRR 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=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=IRR").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/IRR API questions
How do I get the LKR/IRR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/IRR rate in rates.IRR.
How far back does LKR/IRR historical data go?
Daily LKR/IRR 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/IRR 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.