Skip to content

AUD to THB exchange rate API

Australian Dollar to Baht · quoted 2026-09-26

23.4545

▲ +10.79% over YTD

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 year to date, AUD/THB traded between 21.0155 and 23.7512, averaged 22.8509 and rose 10.79%. 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 YTD

AUD/THB over YTD: show the values
PointAUD/THB
2025-12-3121.1694
2026-01-0721.0779
2026-01-1421.0155
2026-01-2121.0323
2026-01-2821.7753
2026-02-0422.2374
2026-02-1122.1275
2026-02-1822.1018
2026-02-2522.0509
2026-03-0422.2208
2026-03-1122.7150
2026-03-1823.0389
2026-03-2522.6936
2026-04-0122.6065
2026-04-0822.4926
2026-04-1522.9042
2026-04-2223.0346
2026-04-2923.3884
2026-05-0623.3132
2026-05-1323.4435
2026-05-2023.2948
2026-05-2723.2584
2026-06-0323.4351
2026-06-1023.0816
2026-06-1723.0260
2026-06-2423.0652
2026-07-0123.0064
2026-07-0823.1565
2026-07-1523.4925
2026-07-2223.6452
2026-07-2923.2707
2026-08-0523.3689
2026-08-1223.3772
2026-08-1923.3961
2026-08-2623.5269
2026-09-0223.7471
2026-09-0923.7512
2026-09-1623.7148
2026-09-2323.5272

High

23.7512

Low

21.0155

Average

22.8509

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.