Skip to content

AUD to THB exchange rate API

Australian Dollar to Baht · quoted 2026-09-26

23.4545

▲ +11.36% over 1Y

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 year, AUD/THB traded between 20.7712 and 23.7496, averaged 22.4056 and rose 11.36%. 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 1Y

AUD/THB over 1Y: show the values
PointAUD/THB
2025-09-2621.0615
2025-10-0321.3899
2025-10-1021.4351
2025-10-1721.2687
2025-10-2421.2938
2025-10-3121.1340
2025-11-0720.9597
2025-11-1421.1464
2025-11-2120.9154
2025-11-2821.0129
2025-12-0521.1416
2025-12-1221.0299
2025-12-1920.7712
2025-12-2620.8324
2026-01-0221.0144
2026-01-0921.0034
2026-01-1621.0649
2026-01-2321.3950
2026-01-3022.0311
2026-02-0622.0788
2026-02-1321.9098
2026-02-2021.9914
2026-02-2722.0901
2026-03-0622.4023
2026-03-1322.6803
2026-03-2023.1509
2026-03-2722.6818
2026-04-0322.5136
2026-04-1022.6991
2026-04-1723.0192
2026-04-2423.1306
2026-05-0123.4119
2026-05-0823.3083
2026-05-1523.3563
2026-05-2223.2605
2026-05-2923.3194
2026-06-0523.3035
2026-06-1223.0361
2026-06-1923.0493
2026-06-2623.0361
2026-07-0322.9897
2026-07-1023.1526
2026-07-1723.4610
2026-07-2423.5422
2026-07-3123.4861
2026-08-0723.2721
2026-08-1423.4593
2026-08-2123.4214
2026-08-2823.7101
2026-09-0423.7139
2026-09-1123.7170
2026-09-1823.7496
2026-09-2523.4421

High

23.7496

Low

20.7712

Average

22.4056

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.