Skip to content

TND to ETB exchange rate API

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

55.1283

▲ +2.30% over YTD

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 year to date, TND/ETB traded between 53.2712 and 56.9667, averaged 54.4885 and rose 2.30%. 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 YTD

TND/ETB over YTD: show the values
PointTND/ETB
2025-12-3153.8913
2026-01-0753.6886
2026-01-1453.7339
2026-01-2154.1692
2026-01-2854.7295
2026-02-0454.4403
2026-02-1154.6662
2026-02-1854.5326
2026-02-2554.0572
2026-03-0453.5008
2026-03-1153.4471
2026-03-1853.2712
2026-03-2553.8193
2026-04-0153.6578
2026-04-0854.1846
2026-04-1553.7740
2026-04-2254.5416
2026-04-2954.5730
2026-05-0654.3518
2026-05-1454.4893
2026-05-2154.3144
2026-05-2955.2930
2026-06-0555.3035
2026-06-1454.4723
2026-06-2154.0841
2026-06-2853.6027
2026-07-0554.1971
2026-07-1253.9476
2026-07-1954.6851
2026-07-2653.9722
2026-08-0254.3231
2026-08-0954.8374
2026-08-1655.5813
2026-08-2456.0327
2026-08-3156.9667
2026-09-0755.6729
2026-09-1455.6959
2026-09-2155.4220

High

56.9667

Low

53.2712

Average

54.4885

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.