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: show the values
| Point | AED/TZS |
|---|---|
| 2025-09-25 | 649.5802 |
| 2025-10-02 | 651.4458 |
| 2025-10-09 | 662.0232 |
| 2025-10-16 | 664.0131 |
| 2025-10-23 | 672.0969 |
| 2025-10-30 | 666.4454 |
| 2025-11-06 | 668.7415 |
| 2025-11-13 | 660.9857 |
| 2025-11-20 | 659.9201 |
| 2025-11-27 | 664.6326 |
| 2025-12-04 | 661.1437 |
| 2025-12-11 | 663.9876 |
| 2025-12-18 | 668.3715 |
| 2025-12-25 | 669.7250 |
| 2026-01-01 | 667.6356 |
| 2026-01-08 | 674.4138 |
| 2026-01-15 | 672.4755 |
| 2026-01-22 | 685.0495 |
| 2026-01-29 | 684.9442 |
| 2026-02-05 | 693.4030 |
| 2026-02-12 | 701.4624 |
| 2026-02-19 | 700.8299 |
| 2026-02-26 | 693.4689 |
| 2026-03-05 | 697.8055 |
| 2026-03-12 | 703.6639 |
| 2026-03-19 | 703.7578 |
| 2026-03-26 | 698.9037 |
| 2026-04-02 | 702.5690 |
| 2026-04-09 | 705.4995 |
| 2026-04-16 | 706.6530 |
| 2026-04-23 | 710.0314 |
| 2026-04-30 | 709.1473 |
| 2026-05-07 | 707.0912 |
| 2026-05-14 | 704.1548 |
| 2026-05-21 | 709.7426 |
| 2026-05-28 | 713.5700 |
| 2026-06-04 | 710.2258 |
| 2026-06-11 | 712.0349 |
| 2026-06-18 | 713.6100 |
| 2026-06-25 | 711.7162 |
| 2026-07-02 | 714.1619 |
| 2026-07-09 | 714.8722 |
| 2026-07-16 | 715.4832 |
| 2026-07-23 | 716.1458 |
| 2026-07-30 | 718.6423 |
| 2026-08-06 | 718.6273 |
| 2026-08-13 | 718.2004 |
| 2026-08-20 | 720.3009 |
| 2026-08-27 | 718.9547 |
| 2026-09-03 | 719.3969 |
| 2026-09-10 | 718.5351 |
| 2026-09-17 | 718.6199 |
| 2026-09-24 | 719.0521 |
High
720.3009
Low
649.5802
Average
694.9309
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.