Skip to content

TRY to EUR exchange rate API

Turkish Lira to Euro · quoted 2026-09-25

0.01793

▼ +12.70% over 1Y

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 year, TRY/EUR traded between 0.01775 and 0.02064, averaged 0.01926 and fell 12.70%. 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 1Y

TRY/EUR over 1Y: show the values
PointTRY/EUR
2025-09-250.02054
2025-10-020.02045
2025-10-090.02064
2025-10-160.02051
2025-10-230.02050
2025-10-300.02062
2025-11-060.02058
2025-11-130.02037
2025-11-200.02050
2025-11-270.02034
2025-12-040.02019
2025-12-110.02003
2025-12-180.01997
2025-12-250.01982
2026-01-010.01981
2026-01-080.01990
2026-01-150.01992
2026-01-220.01974
2026-01-290.01924
2026-02-050.01947
2026-02-120.01929
2026-02-190.01944
2026-02-260.01929
2026-03-050.01956
2026-03-120.01963
2026-03-190.01964
2026-03-260.01953
2026-04-020.01950
2026-04-090.01919
2026-04-160.01896
2026-04-230.01903
2026-04-300.01891
2026-05-070.01878
2026-05-140.01881
2026-05-210.01890
2026-05-280.01875
2026-06-040.01869
2026-06-110.01878
2026-06-180.01878
2026-06-250.01895
2026-07-020.01879
2026-07-090.01868
2026-07-160.01853
2026-07-230.01858
2026-07-300.01838
2026-08-060.01820
2026-08-130.01815
2026-08-200.01785
2026-08-270.01784
2026-09-030.01782
2026-09-100.01775
2026-09-170.01789
2026-09-240.01801

High

0.02064

Low

0.01775

Average

0.01926

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.