Skip to content

EUR to TRY exchange rate API

Euro to Turkish Lira · quoted 2026-09-25

55.8043

▲ +439.32% over 5Y

1 EUR = 55.8043 TRY · 1 TRY = 0.01792 EUR · Get this rate via the API

1 EUR buys 55.8043 TRY as of 2026-09-25, so 1 TRY buys 0.01792 EUR. Over the last 5 years, EUR/TRY traded between 10.3471 and 56.0701, averaged 35.5681 and rose 439.32%. The API holds daily EUR/TRY rates from 2005-01-03 — 21 years of history — so any past day, or a whole series, is one request away.

EUR/TRY over 5Y

EUR/TRY over 5Y: show the values
PointEUR/TRY
2021-09-2710.3471
2021-11-0811.2782
2021-12-2020.0434
2022-01-3114.9310
2022-03-1416.2000
2022-04-2715.6857
2022-06-0818.4530
2022-07-2017.9444
2022-08-3118.1849
2022-10-1218.0427
2022-11-2319.2316
2023-01-0519.8982
2023-02-1620.1685
2023-03-3020.8653
2023-05-1621.4425
2023-06-2728.5192
2023-08-0829.5716
2023-09-1928.9603
2023-10-3130.0455
2023-12-1231.3765
2024-01-2632.9445
2024-03-0834.9441
2024-04-2334.7807
2024-06-0535.2316
2024-07-1736.1869
2024-08-2737.9876
2024-10-0137.9922
2024-10-3137.2680
2024-11-3036.6878
2024-12-3036.8914
2025-01-2937.1934
2025-02-2838.0186
2025-03-3041.1638
2025-04-2943.7159
2025-05-2944.1250
2025-06-2846.7000
2025-07-2847.2443
2025-08-2747.5745
2025-09-2648.5202
2025-10-2648.8224
2025-11-2549.0072
2025-12-2550.4538
2026-01-2451.2795
2026-02-2351.6598
2026-03-2551.4189
2026-04-2452.7310
2026-05-2453.1325
2026-06-2352.9497
2026-07-2353.8104
2026-08-2256.0437
2026-09-2156.0701

High

56.0701

Low

10.3471

Average

35.5681

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EUR/TRY API questions

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

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

How far back does EUR/TRY historical data go?

Daily EUR/TRY rates are available from 2005-01-03. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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