Skip to content

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

LKR/IRR over 1Y: show the values
PointLKR/IRR
2025-09-27139.35
2025-10-04138.77
2025-10-11139.54
2025-10-18138.40
2025-10-25138.30
2025-11-01138.03
2025-11-08138.42
2025-11-15137.24
2025-11-22137.26
2025-11-29137.07
2025-12-06136.82
2025-12-14135.95
2025-12-21135.82
2025-12-28135.59
2026-01-04135.88
2026-01-113227.62
2026-01-183431.26
2026-01-253468.05
2026-02-013588.35
2026-02-083879.22
2026-02-154128.36
2026-02-224145.46
2026-03-014245.02
2026-03-084234.38
2026-03-154237.85
2026-03-224207.47
2026-03-294178.84
2026-04-054171.77
2026-04-124169.36
2026-04-194172.05
2026-04-264136.23
2026-05-034108.92
2026-05-104076.40
2026-05-184002.97
2026-05-264075.81
2026-06-024068.90
2026-06-114127.64
2026-06-184113.29
2026-06-254075.03
2026-07-024087.99
2026-07-094091.32
2026-07-164081.70
2026-07-234081.75
2026-07-304085.15
2026-08-064089.06
2026-08-134111.61
2026-08-214160.51
2026-08-284178.83
2026-09-044179.73
2026-09-114173.77
2026-09-184143.42
2026-09-254154.67

High

4245.02

Low

135.5889

Average

2945.58

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=IRR");
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=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&currencies=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.