Skip to content

PAB to LBP exchange rate API

Balboa to Lebanese Pound · quoted 2026-09-25

89859.39

▲ +0.07% over YTD

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 year to date, PAB/LBP traded between 89013.29 and 90106.05, averaged 89688.29 and rose 0.07%. 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 YTD

PAB/LBP over YTD: show the values
PointPAB/LBP
2025-12-3189796.29
2026-01-0789571.51
2026-01-1489985.39
2026-01-2189383.41
2026-01-2889957.24
2026-02-0489247.47
2026-02-1189848.04
2026-02-1889740.23
2026-02-2589938.75
2026-03-0489604.55
2026-03-1189733.39
2026-03-1889326.32
2026-03-2589705.40
2026-04-0189614.91
2026-04-0889013.29
2026-04-1589547.74
2026-04-2289528.19
2026-04-2989562.81
2026-05-0689733.41
2026-05-1489879.85
2026-05-2189271.64
2026-05-2989184.88
2026-06-0589754.57
2026-06-1489633.25
2026-06-2189955.84
2026-06-2889650.74
2026-07-0589586.11
2026-07-1290018.33
2026-07-1989916.46
2026-07-2689732.88
2026-08-0289902.22
2026-08-0989578.88
2026-08-1690077.42
2026-08-2489838.18
2026-08-3190106.05
2026-09-0789719.14
2026-09-1489743.25
2026-09-2189595.73

High

90106.05

Low

89013.29

Average

89688.29

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.