Skip to content

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

TND/BOB over YTD: show the values
PointTND/BOB
2025-12-312.4015
2026-01-072.3975
2026-01-142.3908
2026-01-212.4010
2026-01-282.4422
2026-02-042.4227
2026-02-112.4331
2026-02-182.4270
2026-02-252.4129
2026-03-042.3827
2026-03-112.3719
2026-03-182.3505
2026-03-252.3786
2026-04-012.3598
2026-04-082.3667
2026-04-152.3799
2026-04-222.4104
2026-04-292.3957
2026-05-062.3863
2026-05-142.3904
2026-05-212.3771
2026-05-292.3790
2026-06-052.3808
2026-06-142.3669
2026-06-212.3520
2026-06-282.3361
2026-07-052.3512
2026-07-123.4100
2026-07-193.6291
2026-07-263.7895
2026-08-024.1246
2026-08-094.0645
2026-08-163.9858
2026-08-244.0010
2026-08-314.0895
2026-09-074.2420
2026-09-144.2941
2026-09-213.5078

High

4.2941

Low

2.3361

Average

2.8647

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=BOB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=BOB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=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&currencies=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.