Skip to content

TRY to EUR exchange rate API

Turkish Lira to Euro · quoted 2026-09-25

0.01793

▼ +81.45% over 5Y

1 TRY = 0.01793 EUR · 1 EUR = 55.7662 TRY · Get this rate via the API

1 TRY buys 0.01793 EUR as of 2026-09-25, so 1 EUR buys 55.7662 TRY. Over the last 5 years, TRY/EUR traded between 0.01783 and 0.09664, averaged 0.03453 and fell 81.45%. The API holds daily TRY/EUR rates from 2005-01-03 — 21 years of history — so any past day, or a whole series, is one request away.

TRY/EUR over 5Y

TRY/EUR over 5Y: show the values
PointTRY/EUR
2021-09-270.09664
2021-11-080.08867
2021-12-200.04989
2022-01-310.06697
2022-03-140.06173
2022-04-270.06375
2022-06-080.05419
2022-07-200.05573
2022-08-310.05499
2022-10-120.05542
2022-11-230.05200
2023-01-050.05026
2023-02-160.04958
2023-03-300.04793
2023-05-160.04664
2023-06-270.03506
2023-08-080.03382
2023-09-190.03453
2023-10-310.03328
2023-12-120.03187
2024-01-260.03035
2024-03-080.02862
2024-04-230.02875
2024-06-050.02838
2024-07-170.02763
2024-08-270.02632
2024-10-010.02632
2024-10-310.02683
2024-11-300.02726
2024-12-300.02711
2025-01-290.02689
2025-02-280.02630
2025-03-300.02429
2025-04-290.02287
2025-05-290.02266
2025-06-280.02141
2025-07-280.02117
2025-08-270.02102
2025-09-260.02061
2025-10-260.02048
2025-11-250.02040
2025-12-250.01982
2026-01-240.01950
2026-02-230.01936
2026-03-250.01945
2026-04-240.01896
2026-05-240.01882
2026-06-230.01888
2026-07-230.01858
2026-08-220.01784
2026-09-210.01783

High

0.09664

Low

0.01783

Average

0.03453

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TRY/EUR API questions

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

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

How far back does TRY/EUR historical data go?

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