Skip to content

TJS to BIF exchange rate API

Somoni to Burundi Franc · quoted 2026-09-26

325.2062

▲ +1.56% over YTD

1 TJS = 325.2062 BIF · 1 BIF = 0.003075 TJS · Get this rate via the API

1 TJS buys 325.2062 BIF as of 2026-09-26, so 1 BIF buys 0.003075 TJS. Over the year to date, TJS/BIF traded between 309.6367 and 325.2114, averaged 318.7607 and rose 1.56%. The API holds daily TJS/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/BIF over YTD

TJS/BIF over YTD: show the values
PointTJS/BIF
2025-12-31320.2121
2026-01-07319.9417
2026-01-14317.3189
2026-01-21317.4497
2026-01-28318.4309
2026-02-04317.2226
2026-02-11315.8065
2026-02-18313.2846
2026-02-25313.7472
2026-03-04311.1000
2026-03-11309.9426
2026-03-18310.0264
2026-03-25310.0922
2026-04-01309.6367
2026-04-08312.5387
2026-04-15318.3700
2026-04-22316.7917
2026-04-29317.2282
2026-05-06318.2677
2026-05-14318.8201
2026-05-21320.2164
2026-05-29322.2072
2026-06-05320.6090
2026-06-14319.5826
2026-06-21320.5429
2026-06-28322.1338
2026-07-05321.1923
2026-07-12322.5036
2026-07-19321.8031
2026-07-26322.2813
2026-08-02321.9768
2026-08-09323.1720
2026-08-16322.9173
2026-08-24322.5997
2026-08-31323.6002
2026-09-07324.1626
2026-09-14323.5196
2026-09-21325.2114

High

325.2114

Low

309.6367

Average

318.7607

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/BIF API questions

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

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

How far back does TJS/BIF historical data go?

Daily TJS/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 TJS/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.