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: show the values
| Point | AZN/TND |
|---|---|
| 2025-09-26 | 1.7554 |
| 2025-10-03 | 1.7470 |
| 2025-10-10 | 1.7657 |
| 2025-10-17 | 1.7189 |
| 2025-10-24 | 1.7280 |
| 2025-10-31 | 1.7310 |
| 2025-11-07 | 1.7336 |
| 2025-11-14 | 1.7163 |
| 2025-11-21 | 1.7393 |
| 2025-11-28 | 1.7351 |
| 2025-12-05 | 1.7274 |
| 2025-12-13 | 1.7193 |
| 2025-12-20 | 1.7219 |
| 2025-12-27 | 1.7116 |
| 2026-01-03 | 1.6914 |
| 2026-01-10 | 1.7070 |
| 2026-01-17 | 1.7083 |
| 2026-01-24 | 1.6958 |
| 2026-01-31 | 1.6759 |
| 2026-02-07 | 1.6753 |
| 2026-02-14 | 1.6768 |
| 2026-02-21 | 1.6834 |
| 2026-02-28 | 1.6819 |
| 2026-03-07 | 1.7285 |
| 2026-03-14 | 1.7336 |
| 2026-03-21 | 1.7216 |
| 2026-03-28 | 1.7172 |
| 2026-04-04 | 1.7302 |
| 2026-04-11 | 1.6943 |
| 2026-04-18 | 1.6828 |
| 2026-04-25 | 1.6908 |
| 2026-05-02 | 1.6912 |
| 2026-05-09 | 1.6820 |
| 2026-05-17 | 1.7094 |
| 2026-05-25 | 1.7115 |
| 2026-06-01 | 1.6834 |
| 2026-06-10 | 1.7163 |
| 2026-06-17 | 1.7122 |
| 2026-06-24 | 1.7323 |
| 2026-07-01 | 1.7346 |
| 2026-07-08 | 1.7353 |
| 2026-07-15 | 1.7329 |
| 2026-07-22 | 1.7325 |
| 2026-07-29 | 1.7368 |
| 2026-08-05 | 1.7175 |
| 2026-08-12 | 1.7182 |
| 2026-08-20 | 1.7048 |
| 2026-08-27 | 1.7075 |
| 2026-09-03 | 1.7129 |
| 2026-09-10 | 1.7064 |
| 2026-09-17 | 1.7243 |
| 2026-09-24 | 1.7383 |
High
1.7657
Low
1.6753
Average
1.7156
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=TND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=TND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.