Skip to content

AED to THB exchange rate API

UAE Dirham to Baht · quoted 2026-09-24

9.1077

▲ +4.46% over 1Y

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 last year, AED/THB traded between 8.4527 and 9.2050, averaged 8.8214 and rose 4.46%. 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 1Y

AED/THB over 1Y: show the values
PointAED/THB
2025-09-248.7192
2025-10-018.8170
2025-10-088.8569
2025-10-158.8661
2025-10-228.9539
2025-10-298.7926
2025-11-058.8542
2025-11-128.8363
2025-11-198.8308
2025-11-268.7712
2025-12-038.6826
2025-12-108.6706
2025-12-178.5805
2025-12-248.4527
2025-12-318.6239
2026-01-078.5299
2026-01-148.5695
2026-01-218.4584
2026-01-288.4700
2026-02-048.6122
2026-02-118.4672
2026-02-188.5080
2026-02-258.4658
2026-03-048.5706
2026-03-118.6482
2026-03-188.8931
2026-03-258.8724
2026-04-018.8509
2026-04-088.6779
2026-04-158.7379
2026-04-228.7678
2026-04-298.8905
2026-05-068.7624
2026-05-138.8031
2026-05-208.8959
2026-05-278.8811
2026-06-038.9095
2026-06-108.9723
2026-06-178.8795
2026-06-249.1014
2026-07-019.0893
2026-07-089.1058
2026-07-159.1601
2026-07-229.2050
2026-07-299.1289
2026-08-059.0227
2026-08-129.0010
2026-08-199.0024
2026-08-268.9151
2026-09-029.0458
2026-09-098.9505
2026-09-169.0527
2026-09-239.0635

High

9.2050

Low

8.4527

Average

8.8214

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=THB");
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=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&currencies=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.