Skip to content

TND to ETB exchange rate API

Tunisian Dinar to Ethiopian Birr · quoted 2026-09-25

55.1283

▲ +3.09% over 6M

1 TND = 55.1283 ETB · 1 ETB = 0.01814 TND · Get this rate via the API

1 TND buys 55.1283 ETB as of 2026-09-25, so 1 ETB buys 0.01814 TND. Over the last 6 months, TND/ETB traded between 52.9403 and 56.2252, averaged 54.6065 and rose 3.09%. The API holds daily TND/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/ETB over 6M

TND/ETB over 6M: show the values
PointTND/ETB
2026-03-2953.4767
2026-04-0553.3296
2026-04-1253.6999
2026-04-1953.7996
2026-04-2652.9403
2026-05-0354.4809
2026-05-1053.7569
2026-05-1853.3491
2026-05-2655.4906
2026-06-0254.3729
2026-06-1154.9470
2026-06-1854.9178
2026-06-2554.2828
2026-07-0254.1555
2026-07-0954.5591
2026-07-1654.5613
2026-07-2354.6675
2026-07-3054.4626
2026-08-0655.1695
2026-08-1355.0250
2026-08-2156.2252
2026-08-2856.1958
2026-09-0455.5387
2026-09-1155.4439
2026-09-1855.2703
2026-09-2555.1283

High

56.2252

Low

52.9403

Average

54.6065

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/ETB API questions

How do I get the TND/ETB exchange rate from an API?

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

How far back does TND/ETB historical data go?

Daily TND/ETB 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/ETB 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.