AED to THB exchange rate API
UAE Dirham to Baht · quoted 2026-09-24
9.1077
▲ +5.61% over YTD
1 AED = 9.1077 THB · 1 THB = 0.10980 AED · Get this rate via the API
1 AED buys 9.1077 THB as of 2026-09-24, so 1 THB buys 0.10980 AED. Over the year to date, AED/THB traded between 8.4584 and 9.2050, averaged 8.8417 and rose 5.61%. The API holds daily AED/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/THB over YTD: show the values
| Point | AED/THB |
|---|---|
| 2025-12-31 | 8.6239 |
| 2026-01-07 | 8.5299 |
| 2026-01-14 | 8.5695 |
| 2026-01-21 | 8.4584 |
| 2026-01-28 | 8.4700 |
| 2026-02-04 | 8.6122 |
| 2026-02-11 | 8.4672 |
| 2026-02-18 | 8.5080 |
| 2026-02-25 | 8.4658 |
| 2026-03-04 | 8.5706 |
| 2026-03-11 | 8.6482 |
| 2026-03-18 | 8.8931 |
| 2026-03-25 | 8.8724 |
| 2026-04-01 | 8.8509 |
| 2026-04-08 | 8.6779 |
| 2026-04-15 | 8.7379 |
| 2026-04-22 | 8.7678 |
| 2026-04-29 | 8.8905 |
| 2026-05-06 | 8.7624 |
| 2026-05-13 | 8.8031 |
| 2026-05-20 | 8.8959 |
| 2026-05-27 | 8.8811 |
| 2026-06-03 | 8.9095 |
| 2026-06-10 | 8.9723 |
| 2026-06-17 | 8.8795 |
| 2026-06-24 | 9.1014 |
| 2026-07-01 | 9.0893 |
| 2026-07-08 | 9.1058 |
| 2026-07-15 | 9.1601 |
| 2026-07-22 | 9.2050 |
| 2026-07-29 | 9.1289 |
| 2026-08-05 | 9.0227 |
| 2026-08-12 | 9.0010 |
| 2026-08-19 | 9.0024 |
| 2026-08-26 | 8.9151 |
| 2026-09-02 | 9.0458 |
| 2026-09-09 | 8.9505 |
| 2026-09-16 | 9.0527 |
| 2026-09-23 | 9.0635 |
High
9.2050
Low
8.4584
Average
8.8417
Get this rate via the API
One GET request returns the AED/THB 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=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/THB API questions
How do I get the AED/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/THB rate in rates.THB.
How far back does AED/THB historical data go?
Daily AED/THB 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/THB 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.