TND to BOB exchange rate API
Tunisian Dinar to Boliviano · quoted 2026-09-25
4.1400
▲ +72.40% over YTD
1 TND = 4.1400 BOB · 1 BOB = 0.24154 TND · Get this rate via the API
1 TND buys 4.1400 BOB as of 2026-09-25, so 1 BOB buys 0.24154 TND. Over the year to date, TND/BOB traded between 2.3361 and 4.2941, averaged 2.8647 and rose 72.40%. The API holds daily TND/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/BOB over YTD: show the values
| Point | TND/BOB |
|---|---|
| 2025-12-31 | 2.4015 |
| 2026-01-07 | 2.3975 |
| 2026-01-14 | 2.3908 |
| 2026-01-21 | 2.4010 |
| 2026-01-28 | 2.4422 |
| 2026-02-04 | 2.4227 |
| 2026-02-11 | 2.4331 |
| 2026-02-18 | 2.4270 |
| 2026-02-25 | 2.4129 |
| 2026-03-04 | 2.3827 |
| 2026-03-11 | 2.3719 |
| 2026-03-18 | 2.3505 |
| 2026-03-25 | 2.3786 |
| 2026-04-01 | 2.3598 |
| 2026-04-08 | 2.3667 |
| 2026-04-15 | 2.3799 |
| 2026-04-22 | 2.4104 |
| 2026-04-29 | 2.3957 |
| 2026-05-06 | 2.3863 |
| 2026-05-14 | 2.3904 |
| 2026-05-21 | 2.3771 |
| 2026-05-29 | 2.3790 |
| 2026-06-05 | 2.3808 |
| 2026-06-14 | 2.3669 |
| 2026-06-21 | 2.3520 |
| 2026-06-28 | 2.3361 |
| 2026-07-05 | 2.3512 |
| 2026-07-12 | 3.4100 |
| 2026-07-19 | 3.6291 |
| 2026-07-26 | 3.7895 |
| 2026-08-02 | 4.1246 |
| 2026-08-09 | 4.0645 |
| 2026-08-16 | 3.9858 |
| 2026-08-24 | 4.0010 |
| 2026-08-31 | 4.0895 |
| 2026-09-07 | 4.2420 |
| 2026-09-14 | 4.2941 |
| 2026-09-21 | 3.5078 |
High
4.2941
Low
2.3361
Average
2.8647
Get this rate via the API
One GET request returns the TND/BOB 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=TND¤cies=BOB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=BOB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=BOB").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/BOB API questions
How do I get the TND/BOB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=BOB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/BOB rate in rates.BOB.
How far back does TND/BOB historical data go?
Daily TND/BOB 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 TND/BOB 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.