AZN to TZS exchange rate API
Azerbaijanian Manat to Tanzanian Shilling · quoted 2026-09-26
1557.18
▼ +2.17% over 5Y
1 AZN = 1557.18 TZS · 1 TZS = 0.000642 AZN · Get this rate via the API
1 AZN buys 1557.18 TZS as of 2026-09-26, so 1 TZS buys 0.000642 AZN. Over the last 5 years, AZN/TZS traded between 1417.72 and 1611.18, averaged 1528.46 and fell 2.17%. The API holds daily AZN/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/TZS over 5Y: show the values
| Point | AZN/TZS |
|---|---|
| 2024-08-24 | 1591.77 |
| 2024-10-01 | 1611.18 |
| 2024-10-31 | 1577.50 |
| 2024-11-30 | 1552.73 |
| 2024-12-30 | 1450.98 |
| 2025-01-29 | 1583.04 |
| 2025-02-28 | 1583.02 |
| 2025-03-30 | 1573.72 |
| 2025-04-29 | 1581.21 |
| 2025-05-29 | 1579.73 |
| 2025-06-28 | 1552.63 |
| 2025-07-28 | 1502.76 |
| 2025-08-27 | 1464.09 |
| 2025-09-26 | 1417.72 |
| 2025-10-26 | 1455.44 |
| 2025-11-25 | 1440.08 |
| 2025-12-26 | 1435.84 |
| 2026-01-25 | 1492.49 |
| 2026-02-24 | 1510.20 |
| 2026-03-26 | 1510.07 |
| 2026-04-25 | 1524.82 |
| 2026-05-27 | 1542.89 |
| 2026-06-28 | 1542.77 |
| 2026-07-28 | 1550.55 |
| 2026-08-28 | 1555.43 |
High
1611.18
Low
1417.72
Average
1528.46
Get this rate via the API
One GET request returns the AZN/TZS 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=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=TZS").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/TZS API questions
How do I get the AZN/TZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/TZS rate in rates.TZS.
How far back does AZN/TZS historical data go?
Daily AZN/TZS 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/TZS 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.