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: show the values
| Point | TWD/BIF |
|---|---|
| 2025-09-24 | 99.7326 |
| 2025-10-01 | 98.4277 |
| 2025-10-08 | 98.0616 |
| 2025-10-15 | 95.8937 |
| 2025-10-22 | 96.0043 |
| 2025-10-29 | 96.4547 |
| 2025-11-05 | 95.3011 |
| 2025-11-12 | 94.9517 |
| 2025-11-19 | 94.7306 |
| 2025-11-26 | 94.2692 |
| 2025-12-03 | 94.5205 |
| 2025-12-11 | 94.0829 |
| 2025-12-18 | 93.7425 |
| 2025-12-25 | 94.0615 |
| 2026-01-01 | 94.5690 |
| 2026-01-08 | 93.8138 |
| 2026-01-15 | 93.8424 |
| 2026-01-22 | 93.6750 |
| 2026-01-29 | 94.5303 |
| 2026-02-05 | 93.4121 |
| 2026-02-12 | 94.6463 |
| 2026-02-19 | 94.1892 |
| 2026-02-26 | 94.5335 |
| 2026-03-05 | 93.5248 |
| 2026-03-12 | 93.4037 |
| 2026-03-19 | 93.3676 |
| 2026-03-26 | 93.1630 |
| 2026-04-02 | 92.9184 |
| 2026-04-09 | 93.4011 |
| 2026-04-16 | 93.9883 |
| 2026-04-23 | 94.6058 |
| 2026-04-30 | 94.0722 |
| 2026-05-07 | 95.3044 |
| 2026-05-15 | 94.7994 |
| 2026-05-23 | 94.6793 |
| 2026-05-30 | 94.7011 |
| 2026-06-06 | 94.3947 |
| 2026-06-15 | 94.5140 |
| 2026-06-22 | 94.1968 |
| 2026-06-29 | 93.2521 |
| 2026-07-06 | 92.8335 |
| 2026-07-13 | 93.0196 |
| 2026-07-20 | 92.0248 |
| 2026-07-27 | 92.1908 |
| 2026-08-03 | 91.2683 |
| 2026-08-10 | 92.6858 |
| 2026-08-17 | 93.6132 |
| 2026-08-25 | 93.5141 |
| 2026-09-01 | 94.5629 |
| 2026-09-08 | 94.9834 |
| 2026-09-15 | 94.0051 |
| 2026-09-22 | 94.8018 |
High
99.7326
Low
91.2683
Average
94.3381
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.