Skip to content

PAB to LBP exchange rate API

Balboa to Lebanese Pound · quoted 2026-09-25

89859.39

▲ +0.43% over 5Y

1 PAB = 89859.39 LBP · 1 LBP = 0.000011 PAB · Get this rate via the API

1 PAB buys 89859.39 LBP as of 2026-09-25, so 1 LBP buys 0.000011 PAB. Over the last 5 years, PAB/LBP traded between 88841.89 and 90941.19, averaged 89754.35 and rose 0.43%. The API holds daily PAB/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/LBP over 5Y

PAB/LBP over 5Y: show the values
PointPAB/LBP
2024-08-2489477.28
2024-10-0790941.19
2024-11-0689425.71
2024-12-0689840.78
2025-01-0589554.99
2025-02-0490032.94
2025-03-0689699.99
2025-04-0690284.33
2025-05-0689943.84
2025-06-0789994.50
2025-07-0789658.48
2025-08-0688841.89
2025-09-0589803.43
2025-10-0689815.32
2025-11-0589982.81
2025-12-0589915.00
2026-01-0589389.23
2026-02-0489247.47
2026-03-0689068.08
2026-04-0590054.73
2026-05-0589371.83
2026-06-0689816.27
2026-07-0889950.83
2026-08-0789923.68
2026-09-0789719.14

High

90941.19

Low

88841.89

Average

89754.35

For developers

Get this rate via the API

One GET request returns the PAB/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=PAB&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=LBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/LBP API questions

How do I get the PAB/LBP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/LBP rate in rates.LBP.

How far back does PAB/LBP historical data go?

Daily PAB/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 PAB/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.