Skip to content

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

TOP/LBP over 1Y: show the values
PointTOP/LBP
2025-09-2538424.76
2025-10-0237996.44
2025-10-0937894.23
2025-10-1638073.74
2025-10-2337989.33
2025-10-3037784.65
2025-11-0638190.55
2025-11-1338133.54
2025-11-2037520.07
2025-11-2737386.03
2025-12-0437589.49
2025-12-1237383.79
2025-12-1937580.73
2025-12-2638001.75
2026-01-0237632.09
2026-01-0937561.39
2026-01-1638178.97
2026-01-2336397.31
2026-01-3038385.34
2026-02-0638221.83
2026-02-1338479.76
2026-02-2038353.44
2026-02-2738428.30
2026-03-0637918.41
2026-03-1338273.33
2026-03-2037978.66
2026-03-2738447.25
2026-04-0337980.95
2026-04-1038138.49
2026-04-1837160.22
2026-04-2537131.17
2026-05-0237192.24
2026-05-0937192.24
2026-05-1738147.12
2026-05-2538297.66
2026-06-0138501.29
2026-06-1038141.47
2026-06-1738582.39
2026-06-2438090.80
2026-07-0137878.71
2026-07-0838368.20
2026-07-1537843.04
2026-07-2238061.29
2026-07-2938182.21
2026-08-0538086.97
2026-08-1238146.13
2026-08-2038147.39
2026-08-2738484.47
2026-09-0338007.91
2026-09-1038323.22
2026-09-1738379.70
2026-09-2438010.19

High

38582.39

Low

36397.31

Average

37967.65

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=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&currencies=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.