AUD to THB exchange rate API
Australian Dollar to Baht · quoted 2026-09-26
23.4545
▲ +4.06% over 6M
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 6 months, AUD/THB traded between 22.5186 and 23.7527, averaged 23.2731 and rose 4.06%. 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 6M: show the values
| Point | AUD/THB |
|---|---|
| 2026-03-30 | 22.5394 |
| 2026-04-06 | 22.5186 |
| 2026-04-13 | 22.7140 |
| 2026-04-20 | 22.9552 |
| 2026-04-27 | 23.2270 |
| 2026-05-04 | 23.4336 |
| 2026-05-11 | 23.4698 |
| 2026-05-18 | 23.3557 |
| 2026-05-25 | 23.2857 |
| 2026-06-01 | 23.3547 |
| 2026-06-08 | 23.1813 |
| 2026-06-15 | 23.0035 |
| 2026-06-22 | 23.0650 |
| 2026-06-29 | 22.9381 |
| 2026-07-06 | 23.1078 |
| 2026-07-13 | 23.1792 |
| 2026-07-20 | 23.5604 |
| 2026-07-27 | 23.5044 |
| 2026-08-03 | 23.3566 |
| 2026-08-10 | 23.3181 |
| 2026-08-17 | 23.5302 |
| 2026-08-24 | 23.4076 |
| 2026-08-31 | 23.7527 |
| 2026-09-07 | 23.7327 |
| 2026-09-14 | 23.7051 |
| 2026-09-21 | 23.7216 |
High
23.7527
Low
22.5186
Average
23.2731
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.