TND to NAD exchange rate API
Tunisian Dinar to Namibia Dollar · quoted 2026-09-25
5.5541
▼ +6.82% over 1Y
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 year, TND/NAD traded between 5.4894 and 5.9605, averaged 5.6897 and fell 6.82%. 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 1Y: show the values
| Point | TND/NAD |
|---|---|
| 2025-09-25 | 5.9605 |
| 2025-10-02 | 5.9319 |
| 2025-10-09 | 5.8620 |
| 2025-10-16 | 5.9229 |
| 2025-10-23 | 5.9334 |
| 2025-10-30 | 5.8640 |
| 2025-11-06 | 5.8818 |
| 2025-11-13 | 5.8049 |
| 2025-11-20 | 5.8137 |
| 2025-11-27 | 5.8179 |
| 2025-12-04 | 5.8290 |
| 2025-12-12 | 5.7824 |
| 2025-12-19 | 5.7458 |
| 2025-12-26 | 5.7630 |
| 2026-01-02 | 5.7373 |
| 2026-01-09 | 5.6973 |
| 2026-01-16 | 5.6454 |
| 2026-01-23 | 5.6068 |
| 2026-01-30 | 5.5879 |
| 2026-02-06 | 5.6702 |
| 2026-02-13 | 5.6005 |
| 2026-02-20 | 5.6294 |
| 2026-02-27 | 5.5563 |
| 2026-03-06 | 5.7088 |
| 2026-03-13 | 5.7106 |
| 2026-03-20 | 5.7480 |
| 2026-03-27 | 5.8346 |
| 2026-04-03 | 5.7751 |
| 2026-04-10 | 5.6627 |
| 2026-04-17 | 5.6869 |
| 2026-04-24 | 5.7761 |
| 2026-05-01 | 5.7805 |
| 2026-05-08 | 5.6247 |
| 2026-05-16 | 5.7428 |
| 2026-05-24 | 5.6539 |
| 2026-05-31 | 5.5914 |
| 2026-06-09 | 5.6409 |
| 2026-06-16 | 5.5577 |
| 2026-06-23 | 5.5821 |
| 2026-06-30 | 5.5807 |
| 2026-07-07 | 5.5062 |
| 2026-07-14 | 5.5796 |
| 2026-07-21 | 5.5987 |
| 2026-07-28 | 5.6607 |
| 2026-08-04 | 5.6429 |
| 2026-08-11 | 5.5330 |
| 2026-08-18 | 5.5677 |
| 2026-08-26 | 5.4957 |
| 2026-09-02 | 5.5411 |
| 2026-09-09 | 5.5195 |
| 2026-09-16 | 5.5654 |
| 2026-09-23 | 5.4894 |
High
5.9605
Low
5.4894
Average
5.6897
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=NAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=NAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.