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: show the values
| Point | TND/ETB |
|---|---|
| 2026-03-29 | 53.4767 |
| 2026-04-05 | 53.3296 |
| 2026-04-12 | 53.6999 |
| 2026-04-19 | 53.7996 |
| 2026-04-26 | 52.9403 |
| 2026-05-03 | 54.4809 |
| 2026-05-10 | 53.7569 |
| 2026-05-18 | 53.3491 |
| 2026-05-26 | 55.4906 |
| 2026-06-02 | 54.3729 |
| 2026-06-11 | 54.9470 |
| 2026-06-18 | 54.9178 |
| 2026-06-25 | 54.2828 |
| 2026-07-02 | 54.1555 |
| 2026-07-09 | 54.5591 |
| 2026-07-16 | 54.5613 |
| 2026-07-23 | 54.6675 |
| 2026-07-30 | 54.4626 |
| 2026-08-06 | 55.1695 |
| 2026-08-13 | 55.0250 |
| 2026-08-21 | 56.2252 |
| 2026-08-28 | 56.1958 |
| 2026-09-04 | 55.5387 |
| 2026-09-11 | 55.4439 |
| 2026-09-18 | 55.2703 |
| 2026-09-25 | 55.1283 |
High
56.2252
Low
52.9403
Average
54.6065
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.