Skip to content

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

TND/ERN over 1Y: show the values
PointTND/ERN
2025-09-255.1608
2025-10-025.1704
2025-10-095.1228
2025-10-165.1322
2025-10-235.1059
2025-10-305.1217
2025-11-065.0711
2025-11-135.0906
2025-11-205.0695
2025-11-275.0944
2025-12-045.1265
2025-12-125.1388
2025-12-195.1495
2025-12-265.1934
2026-01-025.2020
2026-01-095.1709
2026-01-165.1801
2026-01-235.2198
2026-01-305.2789
2026-02-065.2361
2026-02-135.2649
2026-02-205.2208
2026-02-275.2349
2026-03-065.1645
2026-03-135.1161
2026-03-205.1460
2026-03-275.1244
2026-04-035.1151
2026-04-105.2016
2026-04-175.1984
2026-04-245.2038
2026-05-015.2047
2026-05-085.1543
2026-05-165.1604
2026-05-245.1474
2026-05-315.1647
2026-06-095.1309
2026-06-165.1424
2026-06-235.1008
2026-06-305.0866
2026-07-075.0883
2026-07-145.0800
2026-07-215.0897
2026-07-285.0598
2026-08-045.1261
2026-08-115.1268
2026-08-185.1422
2026-08-265.1726
2026-09-025.1384
2026-09-095.1743
2026-09-165.1445
2026-09-235.0841

High

5.2789

Low

5.0598

Average

5.1476

For developers

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