AZN to TZS exchange rate API
Azerbaijanian Manat to Tanzanian Shilling · quoted 2026-09-26
1557.18
▲ +0.24% over 30D
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 30 days, AZN/TZS traded between 1543.28 and 1569.99, averaged 1553.75 and rose 0.24%. 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 30D: show the values
| Point | AZN/TZS |
|---|---|
| 2026-08-27 | 1553.39 |
| 2026-08-28 | 1555.43 |
| 2026-08-29 | 1555.05 |
| 2026-08-30 | 1550.81 |
| 2026-08-31 | 1543.28 |
| 2026-09-01 | 1553.28 |
| 2026-09-02 | 1553.02 |
| 2026-09-03 | 1554.27 |
| 2026-09-04 | 1555.28 |
| 2026-09-05 | 1559.20 |
| 2026-09-06 | 1552.18 |
| 2026-09-07 | 1552.80 |
| 2026-09-08 | 1553.94 |
| 2026-09-09 | 1550.18 |
| 2026-09-10 | 1552.46 |
| 2026-09-11 | 1552.68 |
| 2026-09-12 | 1555.79 |
| 2026-09-13 | 1550.22 |
| 2026-09-14 | 1551.80 |
| 2026-09-15 | 1552.94 |
| 2026-09-16 | 1553.24 |
| 2026-09-17 | 1552.64 |
| 2026-09-18 | 1569.99 |
| 2026-09-19 | 1557.73 |
| 2026-09-20 | 1551.73 |
| 2026-09-21 | 1551.07 |
| 2026-09-22 | 1552.13 |
| 2026-09-23 | 1553.18 |
| 2026-09-24 | 1553.54 |
| 2026-09-25 | 1552.41 |
| 2026-09-26 | 1557.18 |
High
1569.99
Low
1543.28
Average
1553.75
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.