Skip to content

TND to NAD exchange rate API

Tunisian Dinar to Namibia Dollar · quoted 2026-09-25

5.5541

▼ +4.84% over 6M

1 TND = 5.5541 NAD · 1 NAD = 0.18005 TND · Get this rate via the API

1 TND buys 5.5541 NAD as of 2026-09-25, so 1 NAD buys 0.18005 TND. Over the last 6 months, TND/NAD traded between 5.5002 and 5.8367, averaged 5.6132 and fell 4.84%. The API holds daily TND/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/NAD over 6M

TND/NAD over 6M: show the values
PointTND/NAD
2026-03-295.8367
2026-04-055.7892
2026-04-125.6148
2026-04-195.6474
2026-04-265.6945
2026-05-035.7813
2026-05-105.6481
2026-05-185.6597
2026-05-265.6393
2026-06-025.6007
2026-06-115.6522
2026-06-185.5682
2026-06-255.5927
2026-07-025.5805
2026-07-095.5634
2026-07-165.5551
2026-07-235.5575
2026-07-305.6514
2026-08-065.5954
2026-08-135.5002
2026-08-215.5554
2026-08-285.5076
2026-09-045.5009
2026-09-115.5787
2026-09-185.5760
2026-09-255.5541

High

5.8367

Low

5.5002

Average

5.6132

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/NAD API questions

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

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

How far back does TND/NAD historical data go?

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