Skip to content

AZN to TND exchange rate API

Azerbaijanian Manat to Tunisian Dinar · quoted 2026-09-26

1.7400

▼ +2.92% over 5Y

1 AZN = 1.7400 TND · 1 TND = 0.57471 AZN · Get this rate via the API

1 AZN buys 1.7400 TND as of 2026-09-26, so 1 TND buys 0.57471 AZN. Over the last 5 years, AZN/TND traded between 1.6456 and 1.9339, averaged 1.7698 and fell 2.92%. The API holds daily AZN/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/TND over 5Y

AZN/TND over 5Y: show the values
PointAZN/TND
2024-08-241.7924
2024-10-071.8470
2024-11-061.8692
2024-12-061.8965
2025-01-051.9089
2025-02-041.9339
2025-03-061.8647
2025-04-061.8241
2025-05-061.8022
2025-06-071.7326
2025-07-071.7373
2025-08-061.7433
2025-09-051.7516
2025-10-061.7470
2025-11-051.7362
2025-12-051.7274
2026-01-051.7088
2026-02-041.6794
2026-03-061.7085
2026-04-051.7253
2026-05-051.6456
2026-06-061.7213
2026-07-081.7353
2026-08-071.7203
2026-09-071.7158

High

1.9339

Low

1.6456

Average

1.7698

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/TND API questions

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

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

How far back does AZN/TND historical data go?

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