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: show the values
| Point | EUR/TRY |
|---|---|
| 2021-09-27 | 10.3471 |
| 2021-11-08 | 11.2782 |
| 2021-12-20 | 20.0434 |
| 2022-01-31 | 14.9310 |
| 2022-03-14 | 16.2000 |
| 2022-04-27 | 15.6857 |
| 2022-06-08 | 18.4530 |
| 2022-07-20 | 17.9444 |
| 2022-08-31 | 18.1849 |
| 2022-10-12 | 18.0427 |
| 2022-11-23 | 19.2316 |
| 2023-01-05 | 19.8982 |
| 2023-02-16 | 20.1685 |
| 2023-03-30 | 20.8653 |
| 2023-05-16 | 21.4425 |
| 2023-06-27 | 28.5192 |
| 2023-08-08 | 29.5716 |
| 2023-09-19 | 28.9603 |
| 2023-10-31 | 30.0455 |
| 2023-12-12 | 31.3765 |
| 2024-01-26 | 32.9445 |
| 2024-03-08 | 34.9441 |
| 2024-04-23 | 34.7807 |
| 2024-06-05 | 35.2316 |
| 2024-07-17 | 36.1869 |
| 2024-08-27 | 37.9876 |
| 2024-10-01 | 37.9922 |
| 2024-10-31 | 37.2680 |
| 2024-11-30 | 36.6878 |
| 2024-12-30 | 36.8914 |
| 2025-01-29 | 37.1934 |
| 2025-02-28 | 38.0186 |
| 2025-03-30 | 41.1638 |
| 2025-04-29 | 43.7159 |
| 2025-05-29 | 44.1250 |
| 2025-06-28 | 46.7000 |
| 2025-07-28 | 47.2443 |
| 2025-08-27 | 47.5745 |
| 2025-09-26 | 48.5202 |
| 2025-10-26 | 48.8224 |
| 2025-11-25 | 49.0072 |
| 2025-12-25 | 50.4538 |
| 2026-01-24 | 51.2795 |
| 2026-02-23 | 51.6598 |
| 2026-03-25 | 51.4189 |
| 2026-04-24 | 52.7310 |
| 2026-05-24 | 53.1325 |
| 2026-06-23 | 52.9497 |
| 2026-07-23 | 53.8104 |
| 2026-08-22 | 56.0437 |
| 2026-09-21 | 56.0701 |
High
56.0701
Low
10.3471
Average
35.5681
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.