TWD to AED exchange rate API
New Taiwan Dollar to UAE Dirham · quoted 2026-09-24
0.11541
▼ +6.19% over 1Y
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 last year, TWD/AED traded between 0.11319 and 0.12302, averaged 0.11662 and fell 6.19%. 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 1Y: show the values
| Point | TWD/AED |
|---|---|
| 2025-09-24 | 0.12302 |
| 2025-10-01 | 0.12282 |
| 2025-10-08 | 0.12215 |
| 2025-10-15 | 0.11983 |
| 2025-10-22 | 0.11951 |
| 2025-10-29 | 0.12012 |
| 2025-11-05 | 0.11865 |
| 2025-11-12 | 0.11826 |
| 2025-11-19 | 0.11776 |
| 2025-11-26 | 0.11714 |
| 2025-12-03 | 0.11732 |
| 2025-12-10 | 0.11768 |
| 2025-12-17 | 0.11663 |
| 2025-12-24 | 0.11680 |
| 2025-12-31 | 0.11705 |
| 2026-01-07 | 0.11671 |
| 2026-01-14 | 0.11605 |
| 2026-01-21 | 0.11608 |
| 2026-01-28 | 0.11719 |
| 2026-02-04 | 0.11628 |
| 2026-02-11 | 0.11660 |
| 2026-02-18 | 0.11690 |
| 2026-02-25 | 0.11731 |
| 2026-03-04 | 0.11581 |
| 2026-03-11 | 0.11548 |
| 2026-03-18 | 0.11515 |
| 2026-03-25 | 0.11507 |
| 2026-04-01 | 0.11498 |
| 2026-04-08 | 0.11566 |
| 2026-04-15 | 0.11610 |
| 2026-04-22 | 0.11661 |
| 2026-04-29 | 0.11629 |
| 2026-05-06 | 0.11668 |
| 2026-05-13 | 0.11647 |
| 2026-05-20 | 0.11610 |
| 2026-05-27 | 0.11693 |
| 2026-06-03 | 0.11691 |
| 2026-06-11 | 0.11599 |
| 2026-06-18 | 0.11625 |
| 2026-06-25 | 0.11538 |
| 2026-07-02 | 0.11509 |
| 2026-07-09 | 0.11421 |
| 2026-07-16 | 0.11407 |
| 2026-07-23 | 0.11370 |
| 2026-07-30 | 0.11319 |
| 2026-08-06 | 0.11396 |
| 2026-08-13 | 0.11421 |
| 2026-08-20 | 0.11522 |
| 2026-08-27 | 0.11579 |
| 2026-09-03 | 0.11585 |
| 2026-09-10 | 0.11632 |
| 2026-09-17 | 0.11521 |
| 2026-09-24 | 0.11545 |
High
0.12302
Low
0.11319
Average
0.11662
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=AED"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=AED");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.