Skip to content

TWD to LBP exchange rate API

New Taiwan Dollar to Lebanese Pound · quoted 2026-09-24

2819.49

▼ +6.10% over 1Y

1 TWD = 2819.49 LBP · 1 LBP = 0.000355 TWD · Get this rate via the API

1 TWD buys 2819.49 LBP as of 2026-09-24, so 1 LBP buys 0.000355 TWD. Over the last year, TWD/LBP traded between 2715.79 and 3002.79, averaged 2844.41 and fell 6.10%. The API holds daily TWD/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/LBP over 1Y

TWD/LBP over 1Y: show the values
PointTWD/LBP
2025-09-243002.79
2025-10-012987.27
2025-10-082989.63
2025-10-152924.35
2025-10-222913.78
2025-10-292934.42
2025-11-052906.97
2025-11-122887.48
2025-11-192865.15
2025-11-262860.50
2025-12-032861.50
2025-12-112855.62
2025-12-182845.15
2025-12-252854.65
2026-01-012872.61
2026-01-082840.80
2026-01-152847.50
2026-01-222715.79
2026-01-292860.84
2026-02-052791.32
2026-02-122859.56
2026-02-192851.80
2026-02-262847.85
2026-03-052819.76
2026-03-122802.25
2026-03-192817.70
2026-03-262814.87
2026-04-022803.46
2026-04-092815.12
2026-04-162837.40
2026-04-232849.06
2026-04-302830.15
2026-05-072854.19
2026-05-152837.96
2026-05-232824.94
2026-05-302832.82
2026-06-062842.39
2026-06-152840.84
2026-06-222840.89
2026-06-292818.59
2026-07-062800.38
2026-07-132804.39
2026-07-202774.36
2026-07-272774.45
2026-08-032769.47
2026-08-102779.64
2026-08-172816.85
2026-08-252816.59
2026-09-012826.94
2026-09-082849.95
2026-09-152828.39
2026-09-222833.06

High

3002.79

Low

2715.79

Average

2844.41

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/LBP API questions

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

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

How far back does TWD/LBP historical data go?

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