Skip to content

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

AZN/TZS over 30D: show the values
PointAZN/TZS
2026-08-271553.39
2026-08-281555.43
2026-08-291555.05
2026-08-301550.81
2026-08-311543.28
2026-09-011553.28
2026-09-021553.02
2026-09-031554.27
2026-09-041555.28
2026-09-051559.20
2026-09-061552.18
2026-09-071552.80
2026-09-081553.94
2026-09-091550.18
2026-09-101552.46
2026-09-111552.68
2026-09-121555.79
2026-09-131550.22
2026-09-141551.80
2026-09-151552.94
2026-09-161553.24
2026-09-171552.64
2026-09-181569.99
2026-09-191557.73
2026-09-201551.73
2026-09-211551.07
2026-09-221552.13
2026-09-231553.18
2026-09-241553.54
2026-09-251552.41
2026-09-261557.18

High

1569.99

Low

1543.28

Average

1553.75

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=TZS");
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=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&currencies=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.