AUD to THB exchange rate API
Australian Dollar to Baht · quoted 2026-09-26
23.4545
▲ +10.79% over YTD
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 year to date, AUD/THB traded between 21.0155 and 23.7512, averaged 22.8509 and rose 10.79%. 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 YTD: show the values
| Point | AUD/THB |
|---|---|
| 2025-12-31 | 21.1694 |
| 2026-01-07 | 21.0779 |
| 2026-01-14 | 21.0155 |
| 2026-01-21 | 21.0323 |
| 2026-01-28 | 21.7753 |
| 2026-02-04 | 22.2374 |
| 2026-02-11 | 22.1275 |
| 2026-02-18 | 22.1018 |
| 2026-02-25 | 22.0509 |
| 2026-03-04 | 22.2208 |
| 2026-03-11 | 22.7150 |
| 2026-03-18 | 23.0389 |
| 2026-03-25 | 22.6936 |
| 2026-04-01 | 22.6065 |
| 2026-04-08 | 22.4926 |
| 2026-04-15 | 22.9042 |
| 2026-04-22 | 23.0346 |
| 2026-04-29 | 23.3884 |
| 2026-05-06 | 23.3132 |
| 2026-05-13 | 23.4435 |
| 2026-05-20 | 23.2948 |
| 2026-05-27 | 23.2584 |
| 2026-06-03 | 23.4351 |
| 2026-06-10 | 23.0816 |
| 2026-06-17 | 23.0260 |
| 2026-06-24 | 23.0652 |
| 2026-07-01 | 23.0064 |
| 2026-07-08 | 23.1565 |
| 2026-07-15 | 23.4925 |
| 2026-07-22 | 23.6452 |
| 2026-07-29 | 23.2707 |
| 2026-08-05 | 23.3689 |
| 2026-08-12 | 23.3772 |
| 2026-08-19 | 23.3961 |
| 2026-08-26 | 23.5269 |
| 2026-09-02 | 23.7471 |
| 2026-09-09 | 23.7512 |
| 2026-09-16 | 23.7148 |
| 2026-09-23 | 23.5272 |
High
23.7512
Low
21.0155
Average
22.8509
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.