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: show the values
| Point | AED/LBP |
|---|---|
| 2025-09-24 | 24408.95 |
| 2025-10-01 | 24323.02 |
| 2025-10-08 | 24474.26 |
| 2025-10-15 | 24404.76 |
| 2025-10-22 | 24381.58 |
| 2025-10-29 | 24428.38 |
| 2025-11-05 | 24499.45 |
| 2025-11-12 | 24415.18 |
| 2025-11-19 | 24330.75 |
| 2025-11-26 | 24418.68 |
| 2025-12-03 | 24389.68 |
| 2025-12-11 | 24288.17 |
| 2025-12-18 | 24451.81 |
| 2025-12-25 | 24439.38 |
| 2026-01-01 | 24504.64 |
| 2026-01-08 | 24415.40 |
| 2026-01-15 | 24472.66 |
| 2026-01-22 | 23388.81 |
| 2026-01-29 | 24421.20 |
| 2026-02-05 | 24052.27 |
| 2026-02-12 | 24434.62 |
| 2026-02-19 | 24513.74 |
| 2026-02-26 | 24217.12 |
| 2026-03-05 | 24364.94 |
| 2026-03-12 | 24301.10 |
| 2026-03-19 | 24506.29 |
| 2026-03-26 | 24489.39 |
| 2026-04-02 | 24405.94 |
| 2026-04-09 | 24375.07 |
| 2026-04-16 | 24374.92 |
| 2026-04-23 | 24464.23 |
| 2026-04-30 | 24375.57 |
| 2026-05-07 | 24374.56 |
| 2026-05-15 | 24377.36 |
| 2026-05-23 | 24201.41 |
| 2026-05-30 | 24255.39 |
| 2026-06-06 | 24456.44 |
| 2026-06-15 | 24380.03 |
| 2026-06-22 | 24479.71 |
| 2026-06-29 | 24469.85 |
| 2026-07-06 | 24449.94 |
| 2026-07-13 | 24498.30 |
| 2026-07-20 | 24440.29 |
| 2026-07-27 | 24438.22 |
| 2026-08-03 | 24433.14 |
| 2026-08-10 | 24393.70 |
| 2026-08-17 | 24437.23 |
| 2026-08-25 | 24443.87 |
| 2026-09-01 | 24380.16 |
| 2026-09-08 | 24437.74 |
| 2026-09-15 | 24496.27 |
| 2026-09-22 | 24433.33 |
High
24513.74
Low
23388.81
Average
24385.65
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.