AZN to TZS exchange rate API
Azerbaijanian Manat to Tanzanian Shilling · quoted 2026-09-26
1557.18
▲ +9.84% over 1Y
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 year, AZN/TZS traded between 1417.72 and 1557.18, averaged 1506.33 and rose 9.84%. 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 1Y: show the values
| Point | AZN/TZS |
|---|---|
| 2025-09-26 | 1417.72 |
| 2025-10-03 | 1438.61 |
| 2025-10-10 | 1464.59 |
| 2025-10-17 | 1434.23 |
| 2025-10-24 | 1449.97 |
| 2025-10-31 | 1440.19 |
| 2025-11-07 | 1441.33 |
| 2025-11-14 | 1428.60 |
| 2025-11-21 | 1430.26 |
| 2025-11-28 | 1440.35 |
| 2025-12-05 | 1425.62 |
| 2025-12-13 | 1448.39 |
| 2025-12-20 | 1464.02 |
| 2025-12-27 | 1454.85 |
| 2026-01-03 | 1452.89 |
| 2026-01-10 | 1469.78 |
| 2026-01-17 | 1478.03 |
| 2026-01-24 | 1491.54 |
| 2026-01-31 | 1512.05 |
| 2026-02-07 | 1515.66 |
| 2026-02-14 | 1531.08 |
| 2026-02-21 | 1518.45 |
| 2026-02-28 | 1505.49 |
| 2026-03-07 | 1519.51 |
| 2026-03-14 | 1530.20 |
| 2026-03-21 | 1521.73 |
| 2026-03-28 | 1512.05 |
| 2026-04-04 | 1529.21 |
| 2026-04-11 | 1528.78 |
| 2026-04-18 | 1522.88 |
| 2026-04-25 | 1524.82 |
| 2026-05-02 | 1528.78 |
| 2026-05-09 | 1524.91 |
| 2026-05-17 | 1524.39 |
| 2026-05-25 | 1539.87 |
| 2026-06-01 | 1532.39 |
| 2026-06-10 | 1538.61 |
| 2026-06-17 | 1542.27 |
| 2026-06-24 | 1542.08 |
| 2026-07-01 | 1542.20 |
| 2026-07-08 | 1544.09 |
| 2026-07-15 | 1547.46 |
| 2026-07-22 | 1548.30 |
| 2026-07-29 | 1551.04 |
| 2026-08-05 | 1553.04 |
| 2026-08-12 | 1553.30 |
| 2026-08-20 | 1556.29 |
| 2026-08-27 | 1553.39 |
| 2026-09-03 | 1554.27 |
| 2026-09-10 | 1552.46 |
| 2026-09-17 | 1552.64 |
| 2026-09-24 | 1553.54 |
High
1557.18
Low
1417.72
Average
1506.33
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.