Skip to content

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

EUR/THB over 5Y: show the values
PointEUR/THB
2021-09-2739.2760
2021-11-0838.2110
2021-12-2037.8890
2022-01-3137.1440
2022-03-1436.5900
2022-04-2736.3310
2022-06-0837.0760
2022-07-2037.4050
2022-08-3136.4500
2022-10-1236.9020
2022-11-2337.4230
2023-01-0535.9480
2023-02-1636.7380
2023-03-3037.2520
2023-05-1636.9630
2023-06-2738.6020
2023-08-0838.3480
2023-09-1938.4920
2023-10-3138.2660
2023-12-1238.5430
2024-01-2638.6790
2024-03-0838.7760
2024-04-2339.5360
2024-06-0539.9060
2024-07-1739.2910
2024-08-2738.0290
2024-10-0136.1677
2024-10-3136.7540
2024-11-3036.2737
2024-12-3035.6400
2025-01-2935.1070
2025-02-2835.5670
2025-03-3036.7449
2025-04-2938.0310
2025-05-2936.8950
2025-06-2838.0324
2025-07-2837.7530
2025-08-2737.6480
2025-09-2637.6600
2025-10-2638.0369
2025-11-2537.2920
2025-12-2536.6161
2026-01-2436.7643
2026-02-2336.5600
2026-03-2537.7780
2026-04-2437.9180
2026-05-2437.9087
2026-06-2337.8210
2026-07-2338.5330
2026-08-2238.1225
2026-09-2138.1870

High

39.9060

Low

35.1070

Average

37.5375

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=THB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=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&currencies=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.