Skip to content

AUD to THB exchange rate API

Australian Dollar to Baht · quoted 2026-09-26

23.4545

▼ +3.68% over 5Y

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 5 years, AUD/THB traded between 20.8451 and 25.3301, averaged 22.8963 and fell 3.68%. 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 5Y

AUD/THB over 5Y: show the values
PointAUD/THB
2021-09-2724.3512
2021-11-0824.4613
2021-12-2023.8972
2022-01-3123.4792
2022-03-1424.1726
2022-04-2724.5016
2022-06-0824.8549
2022-07-2025.3301
2022-08-3124.9812
2022-10-1223.7694
2022-11-2324.1097
2023-01-0523.1698
2023-02-1623.7019
2023-03-3022.9060
2023-05-1622.6670
2023-06-2723.5824
2023-08-0822.7896
2023-09-1923.2355
2023-10-3122.8604
2023-12-1223.5047
2024-01-2623.4660
2024-03-0823.5449
2024-04-2323.9091
2024-06-0524.4029
2024-07-1724.2208
2024-08-2723.1025
2024-10-0122.5113
2024-10-3122.1958
2024-11-3022.3241
2024-12-3021.2700
2025-01-2921.0096
2025-02-2821.2455
2025-03-3021.3169
2025-04-2921.4211
2025-05-2921.0672
2025-06-2821.2175
2025-07-2821.1466
2025-08-2721.0136
2025-09-2621.0615
2025-10-2621.3651
2025-11-2520.8603
2025-12-2520.8451
2026-01-2421.4339
2026-02-2321.9329
2026-03-2522.6936
2026-04-2423.1306
2026-05-2423.3033
2026-06-2323.0293
2026-07-2323.6529
2026-08-2223.4116
2026-09-2123.7216

High

25.3301

Low

20.8451

Average

22.8963

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.