Skip to content

TWD to BIF exchange rate API

New Taiwan Dollar to Burundi Franc · quoted 2026-09-24

94.6855

▼ +5.06% over 1Y

1 TWD = 94.6855 BIF · 1 BIF = 0.01056 TWD · Get this rate via the API

1 TWD buys 94.6855 BIF as of 2026-09-24, so 1 BIF buys 0.01056 TWD. Over the last year, TWD/BIF traded between 91.2683 and 99.7326, averaged 94.3381 and fell 5.06%. The API holds daily TWD/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/BIF over 1Y

TWD/BIF over 1Y: show the values
PointTWD/BIF
2025-09-2499.7326
2025-10-0198.4277
2025-10-0898.0616
2025-10-1595.8937
2025-10-2296.0043
2025-10-2996.4547
2025-11-0595.3011
2025-11-1294.9517
2025-11-1994.7306
2025-11-2694.2692
2025-12-0394.5205
2025-12-1194.0829
2025-12-1893.7425
2025-12-2594.0615
2026-01-0194.5690
2026-01-0893.8138
2026-01-1593.8424
2026-01-2293.6750
2026-01-2994.5303
2026-02-0593.4121
2026-02-1294.6463
2026-02-1994.1892
2026-02-2694.5335
2026-03-0593.5248
2026-03-1293.4037
2026-03-1993.3676
2026-03-2693.1630
2026-04-0292.9184
2026-04-0993.4011
2026-04-1693.9883
2026-04-2394.6058
2026-04-3094.0722
2026-05-0795.3044
2026-05-1594.7994
2026-05-2394.6793
2026-05-3094.7011
2026-06-0694.3947
2026-06-1594.5140
2026-06-2294.1968
2026-06-2993.2521
2026-07-0692.8335
2026-07-1393.0196
2026-07-2092.0248
2026-07-2792.1908
2026-08-0391.2683
2026-08-1092.6858
2026-08-1793.6132
2026-08-2593.5141
2026-09-0194.5629
2026-09-0894.9834
2026-09-1594.0051
2026-09-2294.8018

High

99.7326

Low

91.2683

Average

94.3381

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/BIF API questions

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

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

How far back does TWD/BIF historical data go?

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