AZN to LBP exchange rate API
Azerbaijanian Manat to Lebanese Pound · quoted 2026-09-26
52633.25
▼ +2.59% over 1Y
1 AZN = 52633.25 LBP · 1 LBP = 0.000019 AZN · Get this rate via the API
1 AZN buys 52633.25 LBP as of 2026-09-26, so 1 LBP buys 0.000019 AZN. Over the last year, AZN/LBP traded between 52174.20 and 54254.18, averaged 52870.17 and fell 2.59%. The API holds daily AZN/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/LBP over 1Y: show the values
| Point | AZN/LBP |
|---|---|
| 2025-09-26 | 54031.33 |
| 2025-10-03 | 53897.16 |
| 2025-10-10 | 54119.22 |
| 2025-10-17 | 52558.20 |
| 2025-10-24 | 52756.49 |
| 2025-10-31 | 52796.14 |
| 2025-11-07 | 52722.13 |
| 2025-11-14 | 52735.81 |
| 2025-11-21 | 52802.75 |
| 2025-11-28 | 52734.55 |
| 2025-12-05 | 52891.18 |
| 2025-12-13 | 52932.26 |
| 2025-12-20 | 52695.13 |
| 2025-12-27 | 52679.09 |
| 2026-01-03 | 52700.66 |
| 2026-01-10 | 53062.27 |
| 2026-01-17 | 53061.17 |
| 2026-01-24 | 53773.17 |
| 2026-01-31 | 53753.93 |
| 2026-02-07 | 54043.25 |
| 2026-02-14 | 54254.18 |
| 2026-02-21 | 52240.25 |
| 2026-02-28 | 52771.86 |
| 2026-03-07 | 52174.20 |
| 2026-03-14 | 52560.35 |
| 2026-03-21 | 52556.05 |
| 2026-03-28 | 52553.75 |
| 2026-04-04 | 52377.20 |
| 2026-04-11 | 52553.75 |
| 2026-04-18 | 52508.48 |
| 2026-04-25 | 52467.44 |
| 2026-05-02 | 52553.73 |
| 2026-05-09 | 52553.75 |
| 2026-05-17 | 52794.72 |
| 2026-05-25 | 52583.34 |
| 2026-06-01 | 52729.42 |
| 2026-06-10 | 52741.52 |
| 2026-06-17 | 52814.01 |
| 2026-06-24 | 52911.48 |
| 2026-07-01 | 52805.23 |
| 2026-07-08 | 52912.28 |
| 2026-07-15 | 52564.99 |
| 2026-07-22 | 52940.34 |
| 2026-07-29 | 52859.77 |
| 2026-08-05 | 52762.54 |
| 2026-08-12 | 52859.83 |
| 2026-08-20 | 52579.74 |
| 2026-08-27 | 52866.18 |
| 2026-09-03 | 52252.64 |
| 2026-09-10 | 52738.75 |
| 2026-09-17 | 53114.90 |
| 2026-09-24 | 52783.05 |
High
54254.18
Low
52174.20
Average
52870.17
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=LBP").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/LBP API questions
How do I get the AZN/LBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/LBP rate in rates.LBP.
How far back does AZN/LBP historical data go?
Daily AZN/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 AZN/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.