Skip to content

AUD to THB exchange rate API

Australian Dollar to Baht · quoted 2026-09-26

23.4545

▲ +4.06% over 6M

1 AUD = 23.4545 THB · 1 THB = 0.04264 AUD · Get this rate via the API

1 AUD buys 23.4545 THB as of 2026-09-26, so 1 THB buys 0.04264 AUD. Over the last 6 months, AUD/THB traded between 22.5186 and 23.7527, averaged 23.2731 and rose 4.06%. The API holds daily AUD/THB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

AUD/THB over 6M

AUD/THB over 6M: show the values
PointAUD/THB
2026-03-3022.5394
2026-04-0622.5186
2026-04-1322.7140
2026-04-2022.9552
2026-04-2723.2270
2026-05-0423.4336
2026-05-1123.4698
2026-05-1823.3557
2026-05-2523.2857
2026-06-0123.3547
2026-06-0823.1813
2026-06-1523.0035
2026-06-2223.0650
2026-06-2922.9381
2026-07-0623.1078
2026-07-1323.1792
2026-07-2023.5604
2026-07-2723.5044
2026-08-0323.3566
2026-08-1023.3181
2026-08-1723.5302
2026-08-2423.4076
2026-08-3123.7527
2026-09-0723.7327
2026-09-1423.7051
2026-09-2123.7216

High

23.7527

Low

22.5186

Average

23.2731

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AUD/THB API questions

How do I get the AUD/THB exchange rate from an API?

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

How far back does AUD/THB historical data go?

Daily AUD/THB rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AUD/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.