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: show the values
| Point | TND/LBP |
|---|---|
| 2025-09-25 | 30898.97 |
| 2025-10-02 | 30958.86 |
| 2025-10-09 | 30616.46 |
| 2025-10-16 | 30728.24 |
| 2025-10-23 | 30504.31 |
| 2025-10-30 | 30634.48 |
| 2025-11-06 | 30452.05 |
| 2025-11-13 | 30489.70 |
| 2025-11-20 | 30363.16 |
| 2025-11-27 | 30451.80 |
| 2025-12-04 | 30693.55 |
| 2025-12-12 | 30693.91 |
| 2025-12-19 | 30836.37 |
| 2025-12-26 | 31042.39 |
| 2026-01-02 | 31205.44 |
| 2026-01-09 | 31001.44 |
| 2026-01-16 | 31076.83 |
| 2026-01-23 | 29958.81 |
| 2026-01-30 | 31656.74 |
| 2026-02-06 | 31373.69 |
| 2026-02-13 | 31555.83 |
| 2026-02-20 | 31281.83 |
| 2026-02-27 | 31368.67 |
| 2026-03-06 | 30666.15 |
| 2026-03-13 | 30601.29 |
| 2026-03-20 | 30580.01 |
| 2026-03-27 | 30645.23 |
| 2026-04-03 | 30581.38 |
| 2026-04-10 | 31036.61 |
| 2026-04-17 | 31027.29 |
| 2026-04-24 | 31048.81 |
| 2026-05-01 | 31072.05 |
| 2026-05-08 | 30765.87 |
| 2026-05-16 | 30435.35 |
| 2026-05-24 | 30828.17 |
| 2026-05-31 | 30760.88 |
| 2026-06-09 | 30828.78 |
| 2026-06-16 | 30768.76 |
| 2026-06-23 | 30504.83 |
| 2026-06-30 | 30432.35 |
| 2026-07-07 | 30361.42 |
| 2026-07-14 | 30436.74 |
| 2026-07-21 | 30481.54 |
| 2026-07-28 | 30304.16 |
| 2026-08-04 | 30700.15 |
| 2026-08-11 | 30721.23 |
| 2026-08-18 | 30772.82 |
| 2026-08-26 | 30906.97 |
| 2026-09-02 | 30775.49 |
| 2026-09-09 | 30956.17 |
| 2026-09-16 | 30721.22 |
| 2026-09-23 | 30624.68 |
High
31656.74
Low
29958.81
Average
30765.20
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.