Skip to content

TWD to EUR exchange rate API

New Taiwan Dollar to Euro · quoted 2026-09-25

0.02763

▼ +2.75% over 1Y

1 TWD = 0.02763 EUR · 1 EUR = 36.1912 TWD · Get this rate via the API

1 TWD buys 0.02763 EUR as of 2026-09-25, so 1 EUR buys 36.1912 TWD. Over the last year, TWD/EUR traded between 0.02665 and 0.02870, averaged 0.02732 and fell 2.75%. The API holds daily TWD/EUR rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/EUR over 1Y

TWD/EUR over 1Y: show the values
PointTWD/EUR
2025-09-250.02841
2025-10-020.02846
2025-10-090.02870
2025-10-160.02804
2025-10-230.02798
2025-10-300.02818
2025-11-060.02806
2025-11-130.02768
2025-11-200.02779
2025-11-270.02755
2025-12-040.02737
2025-12-110.02733
2025-12-180.02703
2025-12-250.02700
2026-01-010.02718
2026-01-080.02713
2026-01-150.02725
2026-01-220.02701
2026-01-290.02665
2026-02-050.02678
2026-02-120.02683
2026-02-190.02695
2026-02-260.02710
2026-03-050.02712
2026-03-120.02719
2026-03-190.02724
2026-03-260.02712
2026-04-020.02713
2026-04-090.02691
2026-04-160.02690
2026-04-230.02711
2026-04-300.02701
2026-05-070.02709
2026-05-140.02710
2026-05-210.02730
2026-05-280.02737
2026-06-040.02728
2026-06-120.02734
2026-06-190.02755
2026-06-260.02753
2026-07-030.02735
2026-07-100.02724
2026-07-170.02705
2026-07-240.02716
2026-07-310.02689
2026-08-070.02689
2026-08-140.02703
2026-08-210.02685
2026-08-280.02716
2026-09-040.02715
2026-09-110.02726
2026-09-180.02743
2026-09-250.02766

High

0.02870

Low

0.02665

Average

0.02732

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/EUR API questions

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

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

How far back does TWD/EUR historical data go?

Daily TWD/EUR rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TWD/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.