Skip to content

TND to LBP exchange rate API

Tunisian Dinar to Lebanese Pound · quoted 2026-09-25

30365.49

▼ +1.73% over 1Y

1 TND = 30365.49 LBP · 1 LBP = 0.000033 TND · Get this rate via the API

1 TND buys 30365.49 LBP as of 2026-09-25, so 1 LBP buys 0.000033 TND. Over the last year, TND/LBP traded between 29958.81 and 31656.74, averaged 30765.20 and fell 1.73%. The API holds daily TND/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/LBP over 1Y

TND/LBP over 1Y: show the values
PointTND/LBP
2025-09-2530898.97
2025-10-0230958.86
2025-10-0930616.46
2025-10-1630728.24
2025-10-2330504.31
2025-10-3030634.48
2025-11-0630452.05
2025-11-1330489.70
2025-11-2030363.16
2025-11-2730451.80
2025-12-0430693.55
2025-12-1230693.91
2025-12-1930836.37
2025-12-2631042.39
2026-01-0231205.44
2026-01-0931001.44
2026-01-1631076.83
2026-01-2329958.81
2026-01-3031656.74
2026-02-0631373.69
2026-02-1331555.83
2026-02-2031281.83
2026-02-2731368.67
2026-03-0630666.15
2026-03-1330601.29
2026-03-2030580.01
2026-03-2730645.23
2026-04-0330581.38
2026-04-1031036.61
2026-04-1731027.29
2026-04-2431048.81
2026-05-0131072.05
2026-05-0830765.87
2026-05-1630435.35
2026-05-2430828.17
2026-05-3130760.88
2026-06-0930828.78
2026-06-1630768.76
2026-06-2330504.83
2026-06-3030432.35
2026-07-0730361.42
2026-07-1430436.74
2026-07-2130481.54
2026-07-2830304.16
2026-08-0430700.15
2026-08-1130721.23
2026-08-1830772.82
2026-08-2630906.97
2026-09-0230775.49
2026-09-0930956.17
2026-09-1630721.22
2026-09-2330624.68

High

31656.74

Low

29958.81

Average

30765.20

For developers

Get this rate via the API

One GET request returns the TND/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=TND&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=LBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/LBP API questions

How do I get the TND/LBP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/LBP rate in rates.LBP.

How far back does TND/LBP historical data go?

Daily TND/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 TND/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.