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: show the values
| Point | TJS/BIF |
|---|---|
| 2025-12-31 | 320.2121 |
| 2026-01-07 | 319.9417 |
| 2026-01-14 | 317.3189 |
| 2026-01-21 | 317.4497 |
| 2026-01-28 | 318.4309 |
| 2026-02-04 | 317.2226 |
| 2026-02-11 | 315.8065 |
| 2026-02-18 | 313.2846 |
| 2026-02-25 | 313.7472 |
| 2026-03-04 | 311.1000 |
| 2026-03-11 | 309.9426 |
| 2026-03-18 | 310.0264 |
| 2026-03-25 | 310.0922 |
| 2026-04-01 | 309.6367 |
| 2026-04-08 | 312.5387 |
| 2026-04-15 | 318.3700 |
| 2026-04-22 | 316.7917 |
| 2026-04-29 | 317.2282 |
| 2026-05-06 | 318.2677 |
| 2026-05-14 | 318.8201 |
| 2026-05-21 | 320.2164 |
| 2026-05-29 | 322.2072 |
| 2026-06-05 | 320.6090 |
| 2026-06-14 | 319.5826 |
| 2026-06-21 | 320.5429 |
| 2026-06-28 | 322.1338 |
| 2026-07-05 | 321.1923 |
| 2026-07-12 | 322.5036 |
| 2026-07-19 | 321.8031 |
| 2026-07-26 | 322.2813 |
| 2026-08-02 | 321.9768 |
| 2026-08-09 | 323.1720 |
| 2026-08-16 | 322.9173 |
| 2026-08-24 | 322.5997 |
| 2026-08-31 | 323.6002 |
| 2026-09-07 | 324.1626 |
| 2026-09-14 | 323.5196 |
| 2026-09-21 | 325.2114 |
High
325.2114
Low
309.6367
Average
318.7607
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.