Skip to content

TWD to AED exchange rate API

New Taiwan Dollar to UAE Dirham · quoted 2026-09-24

0.11541

▼ +1.41% over YTD

1 TWD = 0.11541 AED · 1 AED = 8.6649 TWD · Get this rate via the API

1 TWD buys 0.11541 AED as of 2026-09-24, so 1 AED buys 8.6649 TWD. Over the year to date, TWD/AED traded between 0.11319 and 0.11731, averaged 0.11574 and fell 1.41%. The API holds daily TWD/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/AED over YTD

TWD/AED over YTD: show the values
PointTWD/AED
2025-12-310.11705
2026-01-070.11671
2026-01-140.11605
2026-01-210.11608
2026-01-280.11719
2026-02-040.11628
2026-02-110.11660
2026-02-180.11690
2026-02-250.11731
2026-03-040.11581
2026-03-110.11548
2026-03-180.11515
2026-03-250.11507
2026-04-010.11498
2026-04-080.11566
2026-04-150.11610
2026-04-220.11661
2026-04-290.11629
2026-05-060.11668
2026-05-130.11647
2026-05-200.11610
2026-05-270.11693
2026-06-030.11691
2026-06-110.11599
2026-06-180.11625
2026-06-250.11538
2026-07-020.11509
2026-07-090.11421
2026-07-160.11407
2026-07-230.11370
2026-07-300.11319
2026-08-060.11396
2026-08-130.11421
2026-08-200.11522
2026-08-270.11579
2026-09-030.11585
2026-09-100.11632
2026-09-170.11521
2026-09-240.11545

High

0.11731

Low

0.11319

Average

0.11574

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=AED").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/AED API questions

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

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

How far back does TWD/AED historical data go?

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