Skip to content

AED to TND exchange rate API

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

0.80455

▲ +2.32% over YTD

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

1 AED buys 0.80455 TND as of 2026-09-25, so 1 TND buys 1.2429 AED. Over the year to date, AED/TND traded between 0.76975 and 0.80759, averaged 0.79119 and rose 2.32%. The API holds daily AED/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/TND over YTD

AED/TND over YTD: show the values
PointAED/TND
2025-12-310.78629
2026-01-070.78648
2026-01-140.78887
2026-01-210.78420
2026-01-280.76975
2026-02-040.77731
2026-02-110.77350
2026-02-180.77561
2026-02-250.78041
2026-03-040.78962
2026-03-110.79400
2026-03-180.79849
2026-03-250.79132
2026-04-010.79658
2026-04-080.79144
2026-04-150.79093
2026-04-220.78041
2026-04-290.78511
2026-05-060.78667
2026-05-140.78679
2026-05-210.79126
2026-05-290.78899
2026-06-050.79213
2026-06-140.79553
2026-06-210.80207
2026-06-280.80611
2026-07-050.80259
2026-07-120.80435
2026-07-190.80336
2026-07-260.80759
2026-08-020.79856
2026-08-090.79544
2026-08-160.79359
2026-08-240.78700
2026-08-310.78463
2026-09-070.79417
2026-09-140.78875
2026-09-210.80180

High

0.80759

Low

0.76975

Average

0.79119

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/TND API questions

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

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

How far back does AED/TND historical data go?

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