TOP to LBP exchange rate API
Pa’anga to Lebanese Pound · quoted 2026-09-25
37604.75
▼ +1.98% over 30D
1 TOP = 37604.75 LBP · 1 LBP = 0.000027 TOP · Get this rate via the API
1 TOP buys 37604.75 LBP as of 2026-09-25, so 1 LBP buys 0.000027 TOP. Over the last 30 days, TOP/LBP traded between 37495.72 and 38648.78, averaged 38226.24 and fell 1.98%. The API holds daily TOP/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/LBP over 30D: show the values
| Point | TOP/LBP |
|---|---|
| 2026-08-26 | 38363.67 |
| 2026-08-27 | 38484.47 |
| 2026-08-28 | 38413.90 |
| 2026-08-29 | 37709.60 |
| 2026-08-30 | 38489.07 |
| 2026-08-31 | 38562.89 |
| 2026-09-01 | 38285.95 |
| 2026-09-02 | 38452.35 |
| 2026-09-03 | 38007.91 |
| 2026-09-04 | 38431.98 |
| 2026-09-05 | 38188.81 |
| 2026-09-06 | 38162.57 |
| 2026-09-07 | 38316.58 |
| 2026-09-08 | 38416.48 |
| 2026-09-09 | 38435.05 |
| 2026-09-10 | 38323.22 |
| 2026-09-11 | 38394.25 |
| 2026-09-12 | 38100.65 |
| 2026-09-13 | 38133.90 |
| 2026-09-14 | 38259.98 |
| 2026-09-15 | 38182.13 |
| 2026-09-16 | 38021.85 |
| 2026-09-17 | 38379.70 |
| 2026-09-18 | 37937.71 |
| 2026-09-19 | 37495.72 |
| 2026-09-20 | 37942.76 |
| 2026-09-21 | 38362.85 |
| 2026-09-22 | 38493.85 |
| 2026-09-23 | 38648.78 |
| 2026-09-24 | 38010.19 |
High
38648.78
Low
37495.72
Average
38226.24
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LBP").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/LBP API questions
How do I get the TOP/LBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/LBP rate in rates.LBP.
How far back does TOP/LBP historical data go?
Daily TOP/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 TOP/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.