Skip to content

AUD to THB exchange rate API

Australian Dollar to Baht · quoted 2026-09-26

23.4545

▼ +0.71% over 30D

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 30 days, AUD/THB traded between 23.4421 and 23.7548, averaged 23.6859 and fell 0.71%. 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 30D

AUD/THB over 30D: show the values
PointAUD/THB
2026-08-2723.6231
2026-08-2823.7101
2026-08-2923.7399
2026-08-3023.7004
2026-08-3123.7527
2026-09-0123.7548
2026-09-0223.7471
2026-09-0323.7270
2026-09-0423.7139
2026-09-0523.7154
2026-09-0623.7112
2026-09-0723.7327
2026-09-0823.7464
2026-09-0923.7512
2026-09-1023.7069
2026-09-1123.7170
2026-09-1223.7170
2026-09-1323.7046
2026-09-1423.7051
2026-09-1523.7242
2026-09-1623.7148
2026-09-1723.6923
2026-09-1823.7496
2026-09-1923.7446
2026-09-2023.7264
2026-09-2123.7216
2026-09-2223.5628
2026-09-2323.5272
2026-09-2423.5254
2026-09-2523.4421

High

23.7548

Low

23.4421

Average

23.6859

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.