Skip to content

BIF to TWD exchange rate API

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

0.01056

▲ +5.34% over 1Y

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

1 BIF buys 0.01056 TWD as of 2026-09-24, so 1 TWD buys 94.6880 BIF. Over the last year, BIF/TWD traded between 0.01003 and 0.01096, averaged 0.01060 and rose 5.34%. The API holds daily BIF/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/TWD over 1Y

BIF/TWD over 1Y: show the values
PointBIF/TWD
2025-09-240.01003
2025-10-010.01016
2025-10-080.01020
2025-10-150.01043
2025-10-220.01042
2025-10-290.01037
2025-11-050.01049
2025-11-120.01053
2025-11-190.01056
2025-11-260.01061
2025-12-030.01058
2025-12-110.01063
2025-12-180.01067
2025-12-250.01063
2026-01-010.01057
2026-01-080.01066
2026-01-150.01066
2026-01-220.01068
2026-01-290.01058
2026-02-050.01070
2026-02-120.01056
2026-02-190.01062
2026-02-260.01058
2026-03-050.01069
2026-03-120.01071
2026-03-190.01071
2026-03-260.01073
2026-04-020.01076
2026-04-090.01071
2026-04-160.01064
2026-04-230.01057
2026-04-300.01063
2026-05-070.01049
2026-05-150.01055
2026-05-230.01056
2026-05-300.01056
2026-06-060.01059
2026-06-150.01058
2026-06-220.01062
2026-06-290.01072
2026-07-060.01077
2026-07-130.01075
2026-07-200.01087
2026-07-270.01085
2026-08-030.01096
2026-08-100.01079
2026-08-170.01068
2026-08-250.01069
2026-09-010.01057
2026-09-080.01053
2026-09-150.01064
2026-09-220.01055

High

0.01096

Low

0.01003

Average

0.01060

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=TWD").json()

Replace YOUR_API_KEY with the key from your dashboard.

BIF/TWD API questions

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

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

How far back does BIF/TWD historical data go?

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