EUR to THB exchange rate API
Euro to Baht · quoted 2026-09-24
38.0696
▼ +3.07% over 5Y
1 EUR = 38.0696 THB · 1 THB = 0.02627 EUR · Get this rate via the API
1 EUR buys 38.0696 THB as of 2026-09-24, so 1 THB buys 0.02627 EUR. Over the last 5 years, EUR/THB traded between 35.1070 and 39.9060, averaged 37.5375 and fell 3.07%. The API holds daily EUR/THB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
EUR/THB over 5Y: show the values
| Point | EUR/THB |
|---|---|
| 2021-09-27 | 39.2760 |
| 2021-11-08 | 38.2110 |
| 2021-12-20 | 37.8890 |
| 2022-01-31 | 37.1440 |
| 2022-03-14 | 36.5900 |
| 2022-04-27 | 36.3310 |
| 2022-06-08 | 37.0760 |
| 2022-07-20 | 37.4050 |
| 2022-08-31 | 36.4500 |
| 2022-10-12 | 36.9020 |
| 2022-11-23 | 37.4230 |
| 2023-01-05 | 35.9480 |
| 2023-02-16 | 36.7380 |
| 2023-03-30 | 37.2520 |
| 2023-05-16 | 36.9630 |
| 2023-06-27 | 38.6020 |
| 2023-08-08 | 38.3480 |
| 2023-09-19 | 38.4920 |
| 2023-10-31 | 38.2660 |
| 2023-12-12 | 38.5430 |
| 2024-01-26 | 38.6790 |
| 2024-03-08 | 38.7760 |
| 2024-04-23 | 39.5360 |
| 2024-06-05 | 39.9060 |
| 2024-07-17 | 39.2910 |
| 2024-08-27 | 38.0290 |
| 2024-10-01 | 36.1677 |
| 2024-10-31 | 36.7540 |
| 2024-11-30 | 36.2737 |
| 2024-12-30 | 35.6400 |
| 2025-01-29 | 35.1070 |
| 2025-02-28 | 35.5670 |
| 2025-03-30 | 36.7449 |
| 2025-04-29 | 38.0310 |
| 2025-05-29 | 36.8950 |
| 2025-06-28 | 38.0324 |
| 2025-07-28 | 37.7530 |
| 2025-08-27 | 37.6480 |
| 2025-09-26 | 37.6600 |
| 2025-10-26 | 38.0369 |
| 2025-11-25 | 37.2920 |
| 2025-12-25 | 36.6161 |
| 2026-01-24 | 36.7643 |
| 2026-02-23 | 36.5600 |
| 2026-03-25 | 37.7780 |
| 2026-04-24 | 37.9180 |
| 2026-05-24 | 37.9087 |
| 2026-06-23 | 37.8210 |
| 2026-07-23 | 38.5330 |
| 2026-08-22 | 38.1225 |
| 2026-09-21 | 38.1870 |
High
39.9060
Low
35.1070
Average
37.5375
Get this rate via the API
One GET request returns the EUR/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=EUR¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/THB API questions
How do I get the EUR/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/THB rate in rates.THB.
How far back does EUR/THB historical data go?
Daily EUR/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 EUR/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.