TOP to LBP exchange rate API
Pa’anga to Lebanese Pound · quoted 2026-09-25
37604.75
▼ +2.13% over 1Y
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 year, TOP/LBP traded between 36397.31 and 38582.39, averaged 37967.65 and fell 2.13%. 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 1Y: show the values
| Point | TOP/LBP |
|---|---|
| 2025-09-25 | 38424.76 |
| 2025-10-02 | 37996.44 |
| 2025-10-09 | 37894.23 |
| 2025-10-16 | 38073.74 |
| 2025-10-23 | 37989.33 |
| 2025-10-30 | 37784.65 |
| 2025-11-06 | 38190.55 |
| 2025-11-13 | 38133.54 |
| 2025-11-20 | 37520.07 |
| 2025-11-27 | 37386.03 |
| 2025-12-04 | 37589.49 |
| 2025-12-12 | 37383.79 |
| 2025-12-19 | 37580.73 |
| 2025-12-26 | 38001.75 |
| 2026-01-02 | 37632.09 |
| 2026-01-09 | 37561.39 |
| 2026-01-16 | 38178.97 |
| 2026-01-23 | 36397.31 |
| 2026-01-30 | 38385.34 |
| 2026-02-06 | 38221.83 |
| 2026-02-13 | 38479.76 |
| 2026-02-20 | 38353.44 |
| 2026-02-27 | 38428.30 |
| 2026-03-06 | 37918.41 |
| 2026-03-13 | 38273.33 |
| 2026-03-20 | 37978.66 |
| 2026-03-27 | 38447.25 |
| 2026-04-03 | 37980.95 |
| 2026-04-10 | 38138.49 |
| 2026-04-18 | 37160.22 |
| 2026-04-25 | 37131.17 |
| 2026-05-02 | 37192.24 |
| 2026-05-09 | 37192.24 |
| 2026-05-17 | 38147.12 |
| 2026-05-25 | 38297.66 |
| 2026-06-01 | 38501.29 |
| 2026-06-10 | 38141.47 |
| 2026-06-17 | 38582.39 |
| 2026-06-24 | 38090.80 |
| 2026-07-01 | 37878.71 |
| 2026-07-08 | 38368.20 |
| 2026-07-15 | 37843.04 |
| 2026-07-22 | 38061.29 |
| 2026-07-29 | 38182.21 |
| 2026-08-05 | 38086.97 |
| 2026-08-12 | 38146.13 |
| 2026-08-20 | 38147.39 |
| 2026-08-27 | 38484.47 |
| 2026-09-03 | 38007.91 |
| 2026-09-10 | 38323.22 |
| 2026-09-17 | 38379.70 |
| 2026-09-24 | 38010.19 |
High
38582.39
Low
36397.31
Average
37967.65
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.