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: show the values
| Point | AED/LBP |
|---|---|
| 2025-12-31 | 24448.34 |
| 2026-01-07 | 24386.80 |
| 2026-01-14 | 24499.43 |
| 2026-01-21 | 24335.59 |
| 2026-01-28 | 24491.82 |
| 2026-02-04 | 24298.21 |
| 2026-02-11 | 24461.49 |
| 2026-02-18 | 24432.14 |
| 2026-02-25 | 24486.55 |
| 2026-03-04 | 24395.36 |
| 2026-03-11 | 24430.38 |
| 2026-03-18 | 24318.96 |
| 2026-03-25 | 24421.96 |
| 2026-04-01 | 24397.84 |
| 2026-04-08 | 24233.50 |
| 2026-04-15 | 24392.50 |
| 2026-04-22 | 24371.23 |
| 2026-04-29 | 24378.04 |
| 2026-05-06 | 24379.90 |
| 2026-05-14 | 24470.59 |
| 2026-05-21 | 24304.57 |
| 2026-05-29 | 24280.83 |
| 2026-06-05 | 24435.77 |
| 2026-06-14 | 24404.61 |
| 2026-06-21 | 24492.77 |
| 2026-06-28 | 24409.70 |
| 2026-07-05 | 24389.23 |
| 2026-07-12 | 24509.79 |
| 2026-07-19 | 24482.22 |
| 2026-07-26 | 24430.52 |
| 2026-08-02 | 24478.34 |
| 2026-08-09 | 24390.14 |
| 2026-08-16 | 24526.21 |
| 2026-08-24 | 24459.19 |
| 2026-08-31 | 24532.00 |
| 2026-09-07 | 24427.00 |
| 2026-09-14 | 24433.23 |
| 2026-09-21 | 24393.35 |
High
24532.00
Low
24233.50
Average
24416.43
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.