Convert EUR to TRY
Euro → Turkish Lira
1 EUR = 55.7975 TRY(1 TRY = 0.017922 EUR)
Currency converter
1 EUR =
55.7975 TRY
EUR to TRY: last 30 days
Over the last 30 days, 1 EUR traded between 55.5332 and 56.4867 TRY, averaging 56.0885 TRY. The EUR/TRY rate is down 0.67% since 2026-08-28.
- 30-day high
- 56.4867
- 2026-09-09
- 30-day low
- 55.5332
- 2026-09-24
- 30-day average
- 56.0885
- Days with data: 30
- 30-day change
- -0.67%
- since 2026-08-28
56.4867
55.53322026-08-28 → 2026-09-26
| Date | 1 EUR in TRY | Daily change |
|---|---|---|
| 2026-09-26 | 55.7975 | 0.00% |
| 2026-09-25 | 55.7975 | +0.48% |
| 2026-09-24 | 55.5332 | -0.35% |
| 2026-09-23 | 55.7283 | -0.39% |
| 2026-09-22 | 55.9487 | -0.22% |
| 2026-09-21 | 56.0702 | +0.29% |
| 2026-09-20 | 55.9076 | 0.00% |
| 2026-09-19 | 55.9076 | 0.00% |
| 2026-09-18 | 55.9076 | +0.04% |
| 2026-09-17 | 55.884 | -0.45% |
| 2026-09-16 | 56.1354 | +0.02% |
| 2026-09-15 | 56.1255 | -0.07% |
| 2026-09-14 | 56.1642 | -0.30% |
| 2026-09-13 | 56.3327 | 0.00% |
| 2026-09-12 | 56.3327 | 0.00% |
| Date | 1 EUR in TRY | Daily change |
|---|---|---|
| 2026-09-11 | 56.3327 | +0.00% |
| 2026-09-10 | 56.3319 | -0.27% |
| 2026-09-09 | 56.4867 | +0.36% |
| 2026-09-08 | 56.2814 | -0.01% |
| 2026-09-07 | 56.2886 | -0.02% |
| 2026-09-06 | 56.3003 | 0.00% |
| 2026-09-05 | 56.3003 | 0.00% |
| 2026-09-04 | 56.3003 | +0.33% |
| 2026-09-03 | 56.1176 | +0.37% |
| 2026-09-02 | 55.9134 | -0.06% |
| 2026-09-01 | 55.9497 | -0.03% |
| 2026-08-31 | 55.9644 | -0.37% |
| 2026-08-30 | 56.1713 | 0.00% |
| 2026-08-29 | 56.1713 | 0.00% |
| 2026-08-28 | 56.1713 | — |
EUR to TRY conversion table
1 EUR55.7975 TRY
5 EUR278.9875 TRY
10 EUR557.975 TRY
25 EUR1,394.9375 TRY
50 EUR2,789.875 TRY
100 EUR5,579.75 TRY
500 EUR27,898.75 TRY
1,000 EUR55,797.5 TRY
5,000 EUR278,987.5 TRY
10,000 EUR557,975 TRY
Get the EUR/TRY rate in your app
One GET request returns the latest EUR → TRY rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/TRY"fetch('https://rate-api.com/api/v1/pair/EUR/TRY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} TRY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/TRY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} TRY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/TRY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} TRY\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "TRY"
},
"rate": 55.7975,
"timestamp": 1790429297,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
TRY to EURTurkish Lira → Euro0.017922Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.