Skip to content

TND to AED exchange rate API

Tunisian Dinar to UAE Dirham · quoted 2026-09-25

1.2429

▼ +1.64% over 1Y

1 TND = 1.2429 AED · 1 AED = 0.80455 TND · Get this rate via the API

1 TND buys 1.2429 AED as of 2026-09-25, so 1 AED buys 0.80455 TND. Over the last year, TND/AED traded between 1.2390 and 1.2926, averaged 1.2605 and fell 1.64%. The API holds daily TND/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/AED over 1Y

TND/AED over 1Y: show the values
PointTND/AED
2025-09-251.2637
2025-10-021.2661
2025-10-091.2544
2025-10-161.2567
2025-10-231.2503
2025-10-301.2541
2025-11-061.2417
2025-11-131.2465
2025-11-201.2413
2025-11-271.2474
2025-12-041.2552
2025-12-121.2582
2025-12-191.2609
2025-12-261.2716
2026-01-021.2737
2026-01-091.2662
2026-01-161.2684
2026-01-231.2781
2026-01-301.2926
2026-02-061.2821
2026-02-131.2892
2026-02-201.2784
2026-02-271.2818
2026-03-061.2646
2026-03-131.2528
2026-03-201.2601
2026-03-271.2548
2026-04-031.2525
2026-04-101.2737
2026-04-171.2729
2026-04-241.2743
2026-05-011.2745
2026-05-081.2621
2026-05-161.2634
2026-05-241.2607
2026-05-311.2647
2026-06-091.2564
2026-06-161.2592
2026-06-231.2490
2026-06-301.2455
2026-07-071.2459
2026-07-141.2439
2026-07-211.2463
2026-07-281.2390
2026-08-041.2552
2026-08-111.2553
2026-08-181.2591
2026-08-261.2666
2026-09-021.2582
2026-09-091.2670
2026-09-161.2597
2026-09-231.2449

High

1.2926

Low

1.2390

Average

1.2605

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/AED API questions

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

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

How far back does TND/AED historical data go?

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