Skip to content

AED to LBP exchange rate API

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

24430.62

▼ +0.07% over YTD

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 year to date, AED/LBP traded between 24233.50 and 24532.00, averaged 24416.43 and fell 0.07%. 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 YTD

AED/LBP over YTD: show the values
PointAED/LBP
2025-12-3124448.34
2026-01-0724386.80
2026-01-1424499.43
2026-01-2124335.59
2026-01-2824491.82
2026-02-0424298.21
2026-02-1124461.49
2026-02-1824432.14
2026-02-2524486.55
2026-03-0424395.36
2026-03-1124430.38
2026-03-1824318.96
2026-03-2524421.96
2026-04-0124397.84
2026-04-0824233.50
2026-04-1524392.50
2026-04-2224371.23
2026-04-2924378.04
2026-05-0624379.90
2026-05-1424470.59
2026-05-2124304.57
2026-05-2924280.83
2026-06-0524435.77
2026-06-1424404.61
2026-06-2124492.77
2026-06-2824409.70
2026-07-0524389.23
2026-07-1224509.79
2026-07-1924482.22
2026-07-2624430.52
2026-08-0224478.34
2026-08-0924390.14
2026-08-1624526.21
2026-08-2424459.19
2026-08-3124532.00
2026-09-0724427.00
2026-09-1424433.23
2026-09-2124393.35

High

24532.00

Low

24233.50

Average

24416.43

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.