Skip to content

AED to LKR exchange rate API

UAE Dirham to Sri Lanka Rupee · quoted 2026-09-24

90.1489

▲ +5.11% over 6M

1 AED = 90.1489 LKR · 1 LKR = 0.01109 AED · Get this rate via the API

1 AED buys 90.1489 LKR as of 2026-09-24, so 1 LKR buys 0.01109 AED. Over the last 6 months, AED/LKR traded between 85.7137 and 91.6530, averaged 89.5295 and rose 5.11%. The API holds daily AED/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/LKR over 6M

AED/LKR over 6M: show the values
PointAED/LKR
2026-03-2885.7678
2026-04-0485.7137
2026-04-1185.8879
2026-04-1886.0675
2026-04-2586.6532
2026-05-0287.0302
2026-05-0987.6413
2026-05-1689.4803
2026-05-2391.1042
2026-05-3089.7765
2026-06-0691.6530
2026-06-1391.2878
2026-06-2090.8674
2026-06-2791.5481
2026-07-0491.2940
2026-07-1191.3780
2026-07-1891.4706
2026-07-2591.5515
2026-08-0191.1325
2026-08-0891.3253
2026-08-1590.5673
2026-08-2289.6184
2026-08-2989.3189
2026-09-0589.3729
2026-09-1289.4781
2026-09-1990.1618

High

91.6530

Low

85.7137

Average

89.5295

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/LKR API questions

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

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

How far back does AED/LKR historical data go?

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