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: show the values
| Point | AUD/THB |
|---|---|
| 2025-09-26 | 21.0615 |
| 2025-10-03 | 21.3899 |
| 2025-10-10 | 21.4351 |
| 2025-10-17 | 21.2687 |
| 2025-10-24 | 21.2938 |
| 2025-10-31 | 21.1340 |
| 2025-11-07 | 20.9597 |
| 2025-11-14 | 21.1464 |
| 2025-11-21 | 20.9154 |
| 2025-11-28 | 21.0129 |
| 2025-12-05 | 21.1416 |
| 2025-12-12 | 21.0299 |
| 2025-12-19 | 20.7712 |
| 2025-12-26 | 20.8324 |
| 2026-01-02 | 21.0144 |
| 2026-01-09 | 21.0034 |
| 2026-01-16 | 21.0649 |
| 2026-01-23 | 21.3950 |
| 2026-01-30 | 22.0311 |
| 2026-02-06 | 22.0788 |
| 2026-02-13 | 21.9098 |
| 2026-02-20 | 21.9914 |
| 2026-02-27 | 22.0901 |
| 2026-03-06 | 22.4023 |
| 2026-03-13 | 22.6803 |
| 2026-03-20 | 23.1509 |
| 2026-03-27 | 22.6818 |
| 2026-04-03 | 22.5136 |
| 2026-04-10 | 22.6991 |
| 2026-04-17 | 23.0192 |
| 2026-04-24 | 23.1306 |
| 2026-05-01 | 23.4119 |
| 2026-05-08 | 23.3083 |
| 2026-05-15 | 23.3563 |
| 2026-05-22 | 23.2605 |
| 2026-05-29 | 23.3194 |
| 2026-06-05 | 23.3035 |
| 2026-06-12 | 23.0361 |
| 2026-06-19 | 23.0493 |
| 2026-06-26 | 23.0361 |
| 2026-07-03 | 22.9897 |
| 2026-07-10 | 23.1526 |
| 2026-07-17 | 23.4610 |
| 2026-07-24 | 23.5422 |
| 2026-07-31 | 23.4861 |
| 2026-08-07 | 23.2721 |
| 2026-08-14 | 23.4593 |
| 2026-08-21 | 23.4214 |
| 2026-08-28 | 23.7101 |
| 2026-09-04 | 23.7139 |
| 2026-09-11 | 23.7170 |
| 2026-09-18 | 23.7496 |
| 2026-09-25 | 23.4421 |
High
23.7496
Low
20.7712
Average
22.4056
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.