Skip to content

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

THB/BIF over 1Y: show the values
PointTHB/BIF
2025-09-2693.0721
2025-10-0390.9270
2025-10-1090.1716
2025-10-1789.7199
2025-10-2489.8393
2025-10-3191.3177
2025-11-0791.2563
2025-11-1491.0432
2025-11-2191.0084
2025-11-2891.7433
2025-12-0592.8863
2025-12-1393.9398
2025-12-2094.0363
2025-12-2795.2869
2026-01-0393.8679
2026-01-1094.4032
2026-01-1794.0432
2026-01-2495.0882
2026-01-3193.9632
2026-02-0793.8154
2026-02-1495.3588
2026-02-2195.4373
2026-02-2895.4388
2026-03-0793.1384
2026-03-1491.5918
2026-03-2190.3597
2026-03-2890.3368
2026-04-0490.8051
2026-04-1192.5129
2026-04-1892.5672
2026-04-2591.8407
2026-05-0291.5590
2026-05-0992.3826
2026-05-1791.2174
2026-05-2591.4218
2026-06-0191.2629
2026-06-1090.7045
2026-06-1791.6359
2026-06-2489.2980
2026-07-0189.1099
2026-07-0889.2067
2026-07-1588.7724
2026-07-2288.2460
2026-07-2988.9641
2026-08-0590.0719
2026-08-1290.4029
2026-08-2090.3639
2026-08-2790.8998
2026-09-0390.6299
2026-09-1090.5974
2026-09-1790.1766
2026-09-2490.0064

High

95.4388

Low

88.2460

Average

91.6506

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&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=THB&currencies=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&currencies=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.