Skip to content

THB to EUR exchange rate API

Baht to Euro · quoted 2026-09-24

0.02626

▼ +1.14% over 1Y

1 THB = 0.02626 EUR · 1 EUR = 38.0851 THB · Get this rate via the API

1 THB buys 0.02626 EUR as of 2026-09-24, so 1 EUR buys 38.0851 THB. Over the last year, THB/EUR traded between 0.02593 and 0.02742, averaged 0.02656 and fell 1.14%. The API holds daily THB/EUR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

THB/EUR over 1Y

THB/EUR over 1Y: show the values
PointTHB/EUR
2025-09-240.02656
2025-10-010.02634
2025-10-080.02644
2025-10-150.02642
2025-10-220.02624
2025-10-290.02661
2025-11-050.02676
2025-11-120.02662
2025-11-190.02662
2025-11-260.02681
2025-12-030.02687
2025-12-100.02699
2025-12-170.02707
2025-12-240.02733
2025-12-310.02687
2026-01-070.02732
2026-01-140.02727
2026-01-210.02742
2026-01-280.02684
2026-02-040.02675
2026-02-110.02703
2026-02-180.02702
2026-02-250.02729
2026-03-040.02727
2026-03-110.02718
2026-03-180.02662
2026-03-250.02647
2026-04-010.02651
2026-04-080.02680
2026-04-150.02645
2026-04-220.02646
2026-04-290.02616
2026-05-060.02642
2026-05-130.02640
2026-05-200.02638
2026-05-270.02634
2026-06-030.02631
2026-06-100.02630
2026-06-170.02645
2026-06-240.02638
2026-07-010.02631
2026-07-080.02622
2026-07-150.02606
2026-07-220.02593
2026-07-290.02621
2026-08-050.02612
2026-08-120.02620
2026-08-190.02606
2026-08-260.02617
2026-09-020.02600
2026-09-090.02610
2026-09-160.02607
2026-09-230.02632

High

0.02742

Low

0.02593

Average

0.02656

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

THB/EUR API questions

How do I get the THB/EUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest THB/EUR rate in rates.EUR.

How far back does THB/EUR historical data go?

Daily THB/EUR 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 THB/EUR 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.