Skip to content

AED to TZS exchange rate API

UAE Dirham to Tanzanian Shilling · quoted 2026-09-25

718.3054

▲ +10.58% over 1Y

1 AED = 718.3054 TZS · 1 TZS = 0.001392 AED · Get this rate via the API

1 AED buys 718.3054 TZS as of 2026-09-25, so 1 TZS buys 0.001392 AED. Over the last year, AED/TZS traded between 649.5802 and 720.3009, averaged 694.9309 and rose 10.58%. The API holds daily AED/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/TZS over 1Y

AED/TZS over 1Y: show the values
PointAED/TZS
2025-09-25649.5802
2025-10-02651.4458
2025-10-09662.0232
2025-10-16664.0131
2025-10-23672.0969
2025-10-30666.4454
2025-11-06668.7415
2025-11-13660.9857
2025-11-20659.9201
2025-11-27664.6326
2025-12-04661.1437
2025-12-11663.9876
2025-12-18668.3715
2025-12-25669.7250
2026-01-01667.6356
2026-01-08674.4138
2026-01-15672.4755
2026-01-22685.0495
2026-01-29684.9442
2026-02-05693.4030
2026-02-12701.4624
2026-02-19700.8299
2026-02-26693.4689
2026-03-05697.8055
2026-03-12703.6639
2026-03-19703.7578
2026-03-26698.9037
2026-04-02702.5690
2026-04-09705.4995
2026-04-16706.6530
2026-04-23710.0314
2026-04-30709.1473
2026-05-07707.0912
2026-05-14704.1548
2026-05-21709.7426
2026-05-28713.5700
2026-06-04710.2258
2026-06-11712.0349
2026-06-18713.6100
2026-06-25711.7162
2026-07-02714.1619
2026-07-09714.8722
2026-07-16715.4832
2026-07-23716.1458
2026-07-30718.6423
2026-08-06718.6273
2026-08-13718.2004
2026-08-20720.3009
2026-08-27718.9547
2026-09-03719.3969
2026-09-10718.5351
2026-09-17718.6199
2026-09-24719.0521

High

720.3009

Low

649.5802

Average

694.9309

For developers

Get this rate via the API

One GET request returns the AED/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=AED&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=TZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/TZS API questions

How do I get the AED/TZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/TZS rate in rates.TZS.

How far back does AED/TZS historical data go?

Daily AED/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 AED/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.