Convert TRY to EUR
Turkish Lira → Euro
1 TRY = 0.017922 EUR(1 EUR = 55.7975 TRY)
Currency converter
1 TRY =
0.017922 EUR
TRY to EUR: last 30 days
Over the last 30 days, 1 TRY traded between 0.017703 and 0.018007 EUR, averaging 0.017829 EUR. The TRY/EUR rate is up 0.67% since 2026-08-28.
- 30-day high
- 0.018007
- 2026-09-24
- 30-day low
- 0.017703
- 2026-09-09
- 30-day average
- 0.017829
- Days with data: 30
- 30-day change
- +0.67%
- since 2026-08-28
0.018007
0.0177032026-08-28 → 2026-09-26
| Date | 1 TRY in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.017922 | 0.00% |
| 2026-09-25 | 0.017922 | -0.47% |
| 2026-09-24 | 0.018007 | +0.35% |
| 2026-09-23 | 0.017944 | +0.40% |
| 2026-09-22 | 0.017874 | +0.22% |
| 2026-09-21 | 0.017835 | -0.29% |
| 2026-09-20 | 0.017887 | 0.00% |
| 2026-09-19 | 0.017887 | 0.00% |
| 2026-09-18 | 0.017887 | -0.04% |
| 2026-09-17 | 0.017894 | +0.45% |
| 2026-09-16 | 0.017814 | -0.02% |
| 2026-09-15 | 0.017817 | +0.07% |
| 2026-09-14 | 0.017805 | +0.30% |
| 2026-09-13 | 0.017752 | 0.00% |
| 2026-09-12 | 0.017752 | 0.00% |
| Date | 1 TRY in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.017752 | -0.00% |
| 2026-09-10 | 0.017752 | +0.27% |
| 2026-09-09 | 0.017703 | -0.36% |
| 2026-09-08 | 0.017768 | +0.01% |
| 2026-09-07 | 0.017766 | +0.02% |
| 2026-09-06 | 0.017762 | 0.00% |
| 2026-09-05 | 0.017762 | 0.00% |
| 2026-09-04 | 0.017762 | -0.32% |
| 2026-09-03 | 0.01782 | -0.36% |
| 2026-09-02 | 0.017885 | +0.06% |
| 2026-09-01 | 0.017873 | +0.03% |
| 2026-08-31 | 0.017869 | +0.37% |
| 2026-08-30 | 0.017803 | 0.00% |
| 2026-08-29 | 0.017803 | 0.00% |
| 2026-08-28 | 0.017803 | — |
TRY to EUR conversion table
1 TRY0.017922 EUR
5 TRY0.08961 EUR
10 TRY0.17922 EUR
25 TRY0.44805 EUR
50 TRY0.8961 EUR
100 TRY1.7922 EUR
500 TRY8.961 EUR
1,000 TRY17.922 EUR
5,000 TRY89.6098 EUR
10,000 TRY179.2195 EUR
Get the TRY/EUR rate in your app
One GET request returns the latest TRY → EUR 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/TRY/EUR"fetch('https://rate-api.com/api/v1/pair/TRY/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TRY = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TRY/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TRY = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TRY/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TRY = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "TRY",
"to": "EUR"
},
"rate": 0.0179,
"timestamp": 1790432036,
"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
EUR to TRYEuro → Turkish Lira55.7975Convert TRY to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.