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: show the values
| Point | PAB/LBP |
|---|---|
| 2024-08-24 | 89477.28 |
| 2024-10-07 | 90941.19 |
| 2024-11-06 | 89425.71 |
| 2024-12-06 | 89840.78 |
| 2025-01-05 | 89554.99 |
| 2025-02-04 | 90032.94 |
| 2025-03-06 | 89699.99 |
| 2025-04-06 | 90284.33 |
| 2025-05-06 | 89943.84 |
| 2025-06-07 | 89994.50 |
| 2025-07-07 | 89658.48 |
| 2025-08-06 | 88841.89 |
| 2025-09-05 | 89803.43 |
| 2025-10-06 | 89815.32 |
| 2025-11-05 | 89982.81 |
| 2025-12-05 | 89915.00 |
| 2026-01-05 | 89389.23 |
| 2026-02-04 | 89247.47 |
| 2026-03-06 | 89068.08 |
| 2026-04-05 | 90054.73 |
| 2026-05-05 | 89371.83 |
| 2026-06-06 | 89816.27 |
| 2026-07-08 | 89950.83 |
| 2026-08-07 | 89923.68 |
| 2026-09-07 | 89719.14 |
High
90941.19
Low
88841.89
Average
89754.35
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.