Skip to content

AZN to TZS exchange rate API

Azerbaijanian Manat to Tanzanian Shilling · quoted 2026-09-26

1557.18

▲ +2.57% over 6M

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 6 months, AZN/TZS traded between 1508.82 and 1559.20, averaged 1542.49 and rose 2.57%. 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 6M

AZN/TZS over 6M: show the values
PointAZN/TZS
2026-03-301518.10
2026-04-061508.82
2026-04-131524.15
2026-04-201525.47
2026-04-271535.54
2026-05-041525.92
2026-05-111528.46
2026-05-191531.90
2026-05-271542.89
2026-06-031538.47
2026-06-121535.00
2026-06-191544.56
2026-06-261542.85
2026-07-031542.64
2026-07-101545.02
2026-07-171546.69
2026-07-241547.89
2026-07-311554.02
2026-08-071555.02
2026-08-141554.24
2026-08-221557.52
2026-08-291555.05
2026-09-051559.20
2026-09-121555.79
2026-09-191557.73
2026-09-261557.18

High

1559.20

Low

1508.82

Average

1542.49

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.