AUD to THB exchange rate API
Australian Dollar to Baht · quoted 2026-09-26
23.4545
▼ +0.71% over 30D
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 30 days, AUD/THB traded between 23.4421 and 23.7548, averaged 23.6859 and fell 0.71%. 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 30D: show the values
| Point | AUD/THB |
|---|---|
| 2026-08-27 | 23.6231 |
| 2026-08-28 | 23.7101 |
| 2026-08-29 | 23.7399 |
| 2026-08-30 | 23.7004 |
| 2026-08-31 | 23.7527 |
| 2026-09-01 | 23.7548 |
| 2026-09-02 | 23.7471 |
| 2026-09-03 | 23.7270 |
| 2026-09-04 | 23.7139 |
| 2026-09-05 | 23.7154 |
| 2026-09-06 | 23.7112 |
| 2026-09-07 | 23.7327 |
| 2026-09-08 | 23.7464 |
| 2026-09-09 | 23.7512 |
| 2026-09-10 | 23.7069 |
| 2026-09-11 | 23.7170 |
| 2026-09-12 | 23.7170 |
| 2026-09-13 | 23.7046 |
| 2026-09-14 | 23.7051 |
| 2026-09-15 | 23.7242 |
| 2026-09-16 | 23.7148 |
| 2026-09-17 | 23.6923 |
| 2026-09-18 | 23.7496 |
| 2026-09-19 | 23.7446 |
| 2026-09-20 | 23.7264 |
| 2026-09-21 | 23.7216 |
| 2026-09-22 | 23.5628 |
| 2026-09-23 | 23.5272 |
| 2026-09-24 | 23.5254 |
| 2026-09-25 | 23.4421 |
High
23.7548
Low
23.4421
Average
23.6859
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.