TND to ERN exchange rate API
Tunisian Dinar to Nakfa · quoted 2026-09-25
5.0760
▼ +1.64% over 1Y
1 TND = 5.0760 ERN · 1 ERN = 0.19701 TND · Get this rate via the API
1 TND buys 5.0760 ERN as of 2026-09-25, so 1 ERN buys 0.19701 TND. Over the last year, TND/ERN traded between 5.0598 and 5.2789, averaged 5.1476 and fell 1.64%. The API holds daily TND/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/ERN over 1Y: show the values
| Point | TND/ERN |
|---|---|
| 2025-09-25 | 5.1608 |
| 2025-10-02 | 5.1704 |
| 2025-10-09 | 5.1228 |
| 2025-10-16 | 5.1322 |
| 2025-10-23 | 5.1059 |
| 2025-10-30 | 5.1217 |
| 2025-11-06 | 5.0711 |
| 2025-11-13 | 5.0906 |
| 2025-11-20 | 5.0695 |
| 2025-11-27 | 5.0944 |
| 2025-12-04 | 5.1265 |
| 2025-12-12 | 5.1388 |
| 2025-12-19 | 5.1495 |
| 2025-12-26 | 5.1934 |
| 2026-01-02 | 5.2020 |
| 2026-01-09 | 5.1709 |
| 2026-01-16 | 5.1801 |
| 2026-01-23 | 5.2198 |
| 2026-01-30 | 5.2789 |
| 2026-02-06 | 5.2361 |
| 2026-02-13 | 5.2649 |
| 2026-02-20 | 5.2208 |
| 2026-02-27 | 5.2349 |
| 2026-03-06 | 5.1645 |
| 2026-03-13 | 5.1161 |
| 2026-03-20 | 5.1460 |
| 2026-03-27 | 5.1244 |
| 2026-04-03 | 5.1151 |
| 2026-04-10 | 5.2016 |
| 2026-04-17 | 5.1984 |
| 2026-04-24 | 5.2038 |
| 2026-05-01 | 5.2047 |
| 2026-05-08 | 5.1543 |
| 2026-05-16 | 5.1604 |
| 2026-05-24 | 5.1474 |
| 2026-05-31 | 5.1647 |
| 2026-06-09 | 5.1309 |
| 2026-06-16 | 5.1424 |
| 2026-06-23 | 5.1008 |
| 2026-06-30 | 5.0866 |
| 2026-07-07 | 5.0883 |
| 2026-07-14 | 5.0800 |
| 2026-07-21 | 5.0897 |
| 2026-07-28 | 5.0598 |
| 2026-08-04 | 5.1261 |
| 2026-08-11 | 5.1268 |
| 2026-08-18 | 5.1422 |
| 2026-08-26 | 5.1726 |
| 2026-09-02 | 5.1384 |
| 2026-09-09 | 5.1743 |
| 2026-09-16 | 5.1445 |
| 2026-09-23 | 5.0841 |
High
5.2789
Low
5.0598
Average
5.1476
Get this rate via the API
One GET request returns the TND/ERN 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=ERN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ERN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ERN").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/ERN API questions
How do I get the TND/ERN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ERN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/ERN rate in rates.ERN.
How far back does TND/ERN historical data go?
Daily TND/ERN 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/ERN 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.