Skip to content

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

AZN/TZS over 1Y: show the values
PointAZN/TZS
2025-09-261417.72
2025-10-031438.61
2025-10-101464.59
2025-10-171434.23
2025-10-241449.97
2025-10-311440.19
2025-11-071441.33
2025-11-141428.60
2025-11-211430.26
2025-11-281440.35
2025-12-051425.62
2025-12-131448.39
2025-12-201464.02
2025-12-271454.85
2026-01-031452.89
2026-01-101469.78
2026-01-171478.03
2026-01-241491.54
2026-01-311512.05
2026-02-071515.66
2026-02-141531.08
2026-02-211518.45
2026-02-281505.49
2026-03-071519.51
2026-03-141530.20
2026-03-211521.73
2026-03-281512.05
2026-04-041529.21
2026-04-111528.78
2026-04-181522.88
2026-04-251524.82
2026-05-021528.78
2026-05-091524.91
2026-05-171524.39
2026-05-251539.87
2026-06-011532.39
2026-06-101538.61
2026-06-171542.27
2026-06-241542.08
2026-07-011542.20
2026-07-081544.09
2026-07-151547.46
2026-07-221548.30
2026-07-291551.04
2026-08-051553.04
2026-08-121553.30
2026-08-201556.29
2026-08-271553.39
2026-09-031554.27
2026-09-101552.46
2026-09-171552.64
2026-09-241553.54

High

1557.18

Low

1417.72

Average

1506.33

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.