THB to BIF exchange rate API
Baht to Burundi Franc · quoted 2026-09-26
89.7373
▼ +3.58% over 1Y
1 THB = 89.7373 BIF · 1 BIF = 0.01114 THB · Get this rate via the API
1 THB buys 89.7373 BIF as of 2026-09-26, so 1 BIF buys 0.01114 THB. Over the last year, THB/BIF traded between 88.2460 and 95.4388, averaged 91.6506 and fell 3.58%. The API holds daily THB/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
THB/BIF over 1Y: show the values
| Point | THB/BIF |
|---|---|
| 2025-09-26 | 93.0721 |
| 2025-10-03 | 90.9270 |
| 2025-10-10 | 90.1716 |
| 2025-10-17 | 89.7199 |
| 2025-10-24 | 89.8393 |
| 2025-10-31 | 91.3177 |
| 2025-11-07 | 91.2563 |
| 2025-11-14 | 91.0432 |
| 2025-11-21 | 91.0084 |
| 2025-11-28 | 91.7433 |
| 2025-12-05 | 92.8863 |
| 2025-12-13 | 93.9398 |
| 2025-12-20 | 94.0363 |
| 2025-12-27 | 95.2869 |
| 2026-01-03 | 93.8679 |
| 2026-01-10 | 94.4032 |
| 2026-01-17 | 94.0432 |
| 2026-01-24 | 95.0882 |
| 2026-01-31 | 93.9632 |
| 2026-02-07 | 93.8154 |
| 2026-02-14 | 95.3588 |
| 2026-02-21 | 95.4373 |
| 2026-02-28 | 95.4388 |
| 2026-03-07 | 93.1384 |
| 2026-03-14 | 91.5918 |
| 2026-03-21 | 90.3597 |
| 2026-03-28 | 90.3368 |
| 2026-04-04 | 90.8051 |
| 2026-04-11 | 92.5129 |
| 2026-04-18 | 92.5672 |
| 2026-04-25 | 91.8407 |
| 2026-05-02 | 91.5590 |
| 2026-05-09 | 92.3826 |
| 2026-05-17 | 91.2174 |
| 2026-05-25 | 91.4218 |
| 2026-06-01 | 91.2629 |
| 2026-06-10 | 90.7045 |
| 2026-06-17 | 91.6359 |
| 2026-06-24 | 89.2980 |
| 2026-07-01 | 89.1099 |
| 2026-07-08 | 89.2067 |
| 2026-07-15 | 88.7724 |
| 2026-07-22 | 88.2460 |
| 2026-07-29 | 88.9641 |
| 2026-08-05 | 90.0719 |
| 2026-08-12 | 90.4029 |
| 2026-08-20 | 90.3639 |
| 2026-08-27 | 90.8998 |
| 2026-09-03 | 90.6299 |
| 2026-09-10 | 90.5974 |
| 2026-09-17 | 90.1766 |
| 2026-09-24 | 90.0064 |
High
95.4388
Low
88.2460
Average
91.6506
Get this rate via the API
One GET request returns the THB/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=THB¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
THB/BIF API questions
How do I get the THB/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest THB/BIF rate in rates.BIF.
How far back does THB/BIF historical data go?
Daily THB/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 THB/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.