Skip to content

AZN to TND exchange rate API

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

1.7400

▼ +0.88% over 1Y

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 year, AZN/TND traded between 1.6753 and 1.7657, averaged 1.7156 and fell 0.88%. 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 1Y

AZN/TND over 1Y: show the values
PointAZN/TND
2025-09-261.7554
2025-10-031.7470
2025-10-101.7657
2025-10-171.7189
2025-10-241.7280
2025-10-311.7310
2025-11-071.7336
2025-11-141.7163
2025-11-211.7393
2025-11-281.7351
2025-12-051.7274
2025-12-131.7193
2025-12-201.7219
2025-12-271.7116
2026-01-031.6914
2026-01-101.7070
2026-01-171.7083
2026-01-241.6958
2026-01-311.6759
2026-02-071.6753
2026-02-141.6768
2026-02-211.6834
2026-02-281.6819
2026-03-071.7285
2026-03-141.7336
2026-03-211.7216
2026-03-281.7172
2026-04-041.7302
2026-04-111.6943
2026-04-181.6828
2026-04-251.6908
2026-05-021.6912
2026-05-091.6820
2026-05-171.7094
2026-05-251.7115
2026-06-011.6834
2026-06-101.7163
2026-06-171.7122
2026-06-241.7323
2026-07-011.7346
2026-07-081.7353
2026-07-151.7329
2026-07-221.7325
2026-07-291.7368
2026-08-051.7175
2026-08-121.7182
2026-08-201.7048
2026-08-271.7075
2026-09-031.7129
2026-09-101.7064
2026-09-171.7243
2026-09-241.7383

High

1.7657

Low

1.6753

Average

1.7156

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.