Skip to content

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

AZN/TZS over 5Y: show the values
PointAZN/TZS
2024-08-241591.77
2024-10-011611.18
2024-10-311577.50
2024-11-301552.73
2024-12-301450.98
2025-01-291583.04
2025-02-281583.02
2025-03-301573.72
2025-04-291581.21
2025-05-291579.73
2025-06-281552.63
2025-07-281502.76
2025-08-271464.09
2025-09-261417.72
2025-10-261455.44
2025-11-251440.08
2025-12-261435.84
2026-01-251492.49
2026-02-241510.20
2026-03-261510.07
2026-04-251524.82
2026-05-271542.89
2026-06-281542.77
2026-07-281550.55
2026-08-281555.43

High

1611.18

Low

1417.72

Average

1528.46

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.