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: show the values
| Point | TWD/LBP |
|---|---|
| 2025-09-24 | 3002.79 |
| 2025-10-01 | 2987.27 |
| 2025-10-08 | 2989.63 |
| 2025-10-15 | 2924.35 |
| 2025-10-22 | 2913.78 |
| 2025-10-29 | 2934.42 |
| 2025-11-05 | 2906.97 |
| 2025-11-12 | 2887.48 |
| 2025-11-19 | 2865.15 |
| 2025-11-26 | 2860.50 |
| 2025-12-03 | 2861.50 |
| 2025-12-11 | 2855.62 |
| 2025-12-18 | 2845.15 |
| 2025-12-25 | 2854.65 |
| 2026-01-01 | 2872.61 |
| 2026-01-08 | 2840.80 |
| 2026-01-15 | 2847.50 |
| 2026-01-22 | 2715.79 |
| 2026-01-29 | 2860.84 |
| 2026-02-05 | 2791.32 |
| 2026-02-12 | 2859.56 |
| 2026-02-19 | 2851.80 |
| 2026-02-26 | 2847.85 |
| 2026-03-05 | 2819.76 |
| 2026-03-12 | 2802.25 |
| 2026-03-19 | 2817.70 |
| 2026-03-26 | 2814.87 |
| 2026-04-02 | 2803.46 |
| 2026-04-09 | 2815.12 |
| 2026-04-16 | 2837.40 |
| 2026-04-23 | 2849.06 |
| 2026-04-30 | 2830.15 |
| 2026-05-07 | 2854.19 |
| 2026-05-15 | 2837.96 |
| 2026-05-23 | 2824.94 |
| 2026-05-30 | 2832.82 |
| 2026-06-06 | 2842.39 |
| 2026-06-15 | 2840.84 |
| 2026-06-22 | 2840.89 |
| 2026-06-29 | 2818.59 |
| 2026-07-06 | 2800.38 |
| 2026-07-13 | 2804.39 |
| 2026-07-20 | 2774.36 |
| 2026-07-27 | 2774.45 |
| 2026-08-03 | 2769.47 |
| 2026-08-10 | 2779.64 |
| 2026-08-17 | 2816.85 |
| 2026-08-25 | 2816.59 |
| 2026-09-01 | 2826.94 |
| 2026-09-08 | 2849.95 |
| 2026-09-15 | 2828.39 |
| 2026-09-22 | 2833.06 |
High
3002.79
Low
2715.79
Average
2844.41
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.