Skip to content

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

AZN/LBP over 1Y: show the values
PointAZN/LBP
2025-09-2654031.33
2025-10-0353897.16
2025-10-1054119.22
2025-10-1752558.20
2025-10-2452756.49
2025-10-3152796.14
2025-11-0752722.13
2025-11-1452735.81
2025-11-2152802.75
2025-11-2852734.55
2025-12-0552891.18
2025-12-1352932.26
2025-12-2052695.13
2025-12-2752679.09
2026-01-0352700.66
2026-01-1053062.27
2026-01-1753061.17
2026-01-2453773.17
2026-01-3153753.93
2026-02-0754043.25
2026-02-1454254.18
2026-02-2152240.25
2026-02-2852771.86
2026-03-0752174.20
2026-03-1452560.35
2026-03-2152556.05
2026-03-2852553.75
2026-04-0452377.20
2026-04-1152553.75
2026-04-1852508.48
2026-04-2552467.44
2026-05-0252553.73
2026-05-0952553.75
2026-05-1752794.72
2026-05-2552583.34
2026-06-0152729.42
2026-06-1052741.52
2026-06-1752814.01
2026-06-2452911.48
2026-07-0152805.23
2026-07-0852912.28
2026-07-1552564.99
2026-07-2252940.34
2026-07-2952859.77
2026-08-0552762.54
2026-08-1252859.83
2026-08-2052579.74
2026-08-2752866.18
2026-09-0352252.64
2026-09-1052738.75
2026-09-1753114.90
2026-09-2452783.05

High

54254.18

Low

52174.20

Average

52870.17

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&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=AZN&currencies=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&currencies=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.