Skip to content

NAD to TND exchange rate API

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

0.18005

▲ +7.32% over 1Y

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

1 NAD buys 0.18005 TND as of 2026-09-25, so 1 TND buys 5.5541 NAD. Over the last year, NAD/TND traded between 0.16777 and 0.18217, averaged 0.17584 and rose 7.32%. The API holds daily NAD/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NAD/TND over 1Y

NAD/TND over 1Y: show the values
PointNAD/TND
2025-09-250.16777
2025-10-020.16858
2025-10-090.17059
2025-10-160.16884
2025-10-230.16854
2025-10-300.17053
2025-11-060.17002
2025-11-130.17227
2025-11-200.17201
2025-11-270.17188
2025-12-040.17156
2025-12-120.17294
2025-12-190.17404
2025-12-260.17352
2026-01-020.17430
2026-01-090.17552
2026-01-160.17713
2026-01-230.17836
2026-01-300.17896
2026-02-060.17636
2026-02-130.17856
2026-02-200.17764
2026-02-270.17997
2026-03-060.17517
2026-03-130.17511
2026-03-200.17397
2026-03-270.17139
2026-04-030.17316
2026-04-100.17660
2026-04-170.17584
2026-04-240.17313
2026-05-010.17299
2026-05-080.17779
2026-05-160.17413
2026-05-240.17687
2026-05-310.17885
2026-06-090.17728
2026-06-160.17993
2026-06-230.17914
2026-06-300.17919
2026-07-070.18161
2026-07-140.17922
2026-07-210.17861
2026-07-280.17666
2026-08-040.17721
2026-08-110.18073
2026-08-180.17961
2026-08-260.18196
2026-09-020.18047
2026-09-090.18118
2026-09-160.17968
2026-09-230.18217

High

0.18217

Low

0.16777

Average

0.17584

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NAD&currencies=TND").json()

Replace YOUR_API_KEY with the key from your dashboard.

NAD/TND API questions

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

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

How far back does NAD/TND historical data go?

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