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: show the values
| Point | AUD/THB |
|---|---|
| 2021-09-27 | 24.3512 |
| 2021-11-08 | 24.4613 |
| 2021-12-20 | 23.8972 |
| 2022-01-31 | 23.4792 |
| 2022-03-14 | 24.1726 |
| 2022-04-27 | 24.5016 |
| 2022-06-08 | 24.8549 |
| 2022-07-20 | 25.3301 |
| 2022-08-31 | 24.9812 |
| 2022-10-12 | 23.7694 |
| 2022-11-23 | 24.1097 |
| 2023-01-05 | 23.1698 |
| 2023-02-16 | 23.7019 |
| 2023-03-30 | 22.9060 |
| 2023-05-16 | 22.6670 |
| 2023-06-27 | 23.5824 |
| 2023-08-08 | 22.7896 |
| 2023-09-19 | 23.2355 |
| 2023-10-31 | 22.8604 |
| 2023-12-12 | 23.5047 |
| 2024-01-26 | 23.4660 |
| 2024-03-08 | 23.5449 |
| 2024-04-23 | 23.9091 |
| 2024-06-05 | 24.4029 |
| 2024-07-17 | 24.2208 |
| 2024-08-27 | 23.1025 |
| 2024-10-01 | 22.5113 |
| 2024-10-31 | 22.1958 |
| 2024-11-30 | 22.3241 |
| 2024-12-30 | 21.2700 |
| 2025-01-29 | 21.0096 |
| 2025-02-28 | 21.2455 |
| 2025-03-30 | 21.3169 |
| 2025-04-29 | 21.4211 |
| 2025-05-29 | 21.0672 |
| 2025-06-28 | 21.2175 |
| 2025-07-28 | 21.1466 |
| 2025-08-27 | 21.0136 |
| 2025-09-26 | 21.0615 |
| 2025-10-26 | 21.3651 |
| 2025-11-25 | 20.8603 |
| 2025-12-25 | 20.8451 |
| 2026-01-24 | 21.4339 |
| 2026-02-23 | 21.9329 |
| 2026-03-25 | 22.6936 |
| 2026-04-24 | 23.1306 |
| 2026-05-24 | 23.3033 |
| 2026-06-23 | 23.0293 |
| 2026-07-23 | 23.6529 |
| 2026-08-22 | 23.4116 |
| 2026-09-21 | 23.7216 |
High
25.3301
Low
20.8451
Average
22.8963
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.