Skip to content

TND to AUD exchange rate API

Tunisian Dinar to Australian Dollar · quoted 2026-09-26

0.48142

▼ +7.08% over YTD

1 TND = 0.48142 AUD · 1 AUD = 2.0772 TND · Get this rate via the API

1 TND buys 0.48142 AUD as of 2026-09-26, so 1 AUD buys 2.0772 TND. Over the year to date, TND/AUD traded between 0.47518 and 0.51810, averaged 0.48893 and fell 7.08%. The API holds daily TND/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/AUD over YTD

TND/AUD over YTD: show the values
PointTND/AUD
2025-12-310.51810
2026-01-070.51455
2026-01-140.51690
2026-01-210.51283
2026-01-280.50532
2026-02-040.49824
2026-02-110.49470
2026-02-180.49632
2026-02-250.49194
2026-03-040.48846
2026-03-110.47950
2026-03-180.48341
2026-03-250.49407
2026-04-010.49150
2026-04-080.48748
2026-04-150.48234
2026-04-220.48774
2026-04-290.48416
2026-05-060.47778
2026-05-140.47792
2026-05-210.48273
2026-05-290.48120
2026-06-050.48132
2026-06-140.48419
2026-06-210.48424
2026-06-280.49002
2026-07-050.48894
2026-07-120.48734
2026-07-190.48594
2026-07-260.48214
2026-08-020.48425
2026-08-090.48438
2026-08-160.48430
2026-08-240.48306
2026-08-310.48449
2026-09-070.47518
2026-09-140.48416
2026-09-210.47574

High

0.51810

Low

0.47518

Average

0.48893

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/AUD API questions

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

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

How far back does TND/AUD historical data go?

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