Skip to content

AED to LBP exchange rate API

UAE Dirham to Lebanese Pound · quoted 2026-09-24

24430.62

▲ +0.09% over 1Y

1 AED = 24430.62 LBP · 1 LBP = 0.000041 AED · Get this rate via the API

1 AED buys 24430.62 LBP as of 2026-09-24, so 1 LBP buys 0.000041 AED. Over the last year, AED/LBP traded between 23388.81 and 24513.74, averaged 24385.65 and rose 0.09%. The API holds daily AED/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/LBP over 1Y

AED/LBP over 1Y: show the values
PointAED/LBP
2025-09-2424408.95
2025-10-0124323.02
2025-10-0824474.26
2025-10-1524404.76
2025-10-2224381.58
2025-10-2924428.38
2025-11-0524499.45
2025-11-1224415.18
2025-11-1924330.75
2025-11-2624418.68
2025-12-0324389.68
2025-12-1124288.17
2025-12-1824451.81
2025-12-2524439.38
2026-01-0124504.64
2026-01-0824415.40
2026-01-1524472.66
2026-01-2223388.81
2026-01-2924421.20
2026-02-0524052.27
2026-02-1224434.62
2026-02-1924513.74
2026-02-2624217.12
2026-03-0524364.94
2026-03-1224301.10
2026-03-1924506.29
2026-03-2624489.39
2026-04-0224405.94
2026-04-0924375.07
2026-04-1624374.92
2026-04-2324464.23
2026-04-3024375.57
2026-05-0724374.56
2026-05-1524377.36
2026-05-2324201.41
2026-05-3024255.39
2026-06-0624456.44
2026-06-1524380.03
2026-06-2224479.71
2026-06-2924469.85
2026-07-0624449.94
2026-07-1324498.30
2026-07-2024440.29
2026-07-2724438.22
2026-08-0324433.14
2026-08-1024393.70
2026-08-1724437.23
2026-08-2524443.87
2026-09-0124380.16
2026-09-0824437.74
2026-09-1524496.27
2026-09-2224433.33

High

24513.74

Low

23388.81

Average

24385.65

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/LBP API questions

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

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

How far back does AED/LBP historical data go?

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