Convert TRY to GBP
Turkish Lira → British Pound
1 TRY = 0.0154209 GBP(1 GBP = 64.846882 TRY)
Currency converter
1 TRY =
0.015421 GBP
TRY to GBP: last 30 days
Over the last 30 days, 1 TRY traded between 0.015207 and 0.015484 GBP, averaging 0.015303 GBP. The TRY/GBP rate is up 1.05% since 2026-08-28.
- 30-day high
- 0.015484
- 2026-09-24
- 30-day low
- 0.015207
- 2026-09-09
- 30-day average
- 0.015303
- Days with data: 30
- 30-day change
- +1.05%
- since 2026-08-28
0.015484
0.0152072026-08-28 → 2026-09-26
| Date | 1 TRY in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.015421 | 0.00% |
| 2026-09-25 | 0.015421 | -0.41% |
| 2026-09-24 | 0.015484 | +0.39% |
| 2026-09-23 | 0.015423 | +0.59% |
| 2026-09-22 | 0.015332 | +0.22% |
| 2026-09-21 | 0.015299 | -0.41% |
| 2026-09-20 | 0.015361 | 0.00% |
| 2026-09-19 | 0.015361 | 0.00% |
| 2026-09-18 | 0.015361 | +0.02% |
| 2026-09-17 | 0.015359 | +0.56% |
| 2026-09-16 | 0.015274 | +0.17% |
| 2026-09-15 | 0.015248 | +0.05% |
| 2026-09-14 | 0.015241 | +0.04% |
| 2026-09-13 | 0.015234 | 0.00% |
| 2026-09-12 | 0.015234 | 0.00% |
| Date | 1 TRY in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.015234 | -0.12% |
| 2026-09-10 | 0.015252 | +0.29% |
| 2026-09-09 | 0.015207 | -0.18% |
| 2026-09-08 | 0.015234 | -0.17% |
| 2026-09-07 | 0.015259 | +0.02% |
| 2026-09-06 | 0.015257 | 0.00% |
| 2026-09-05 | 0.015257 | 0.00% |
| 2026-09-04 | 0.015257 | -0.51% |
| 2026-09-03 | 0.015335 | -0.15% |
| 2026-09-02 | 0.015358 | +0.32% |
| 2026-09-01 | 0.015309 | +0.03% |
| 2026-08-31 | 0.015304 | +0.29% |
| 2026-08-30 | 0.01526 | 0.00% |
| 2026-08-29 | 0.01526 | 0.00% |
| 2026-08-28 | 0.01526 | — |
TRY to GBP conversion table
1 TRY0.015421 GBP
5 TRY0.077105 GBP
10 TRY0.15421 GBP
25 TRY0.38552 GBP
50 TRY0.77105 GBP
100 TRY1.5421 GBP
500 TRY7.7105 GBP
1,000 TRY15.4209 GBP
5,000 TRY77.1047 GBP
10,000 TRY154.2094 GBP
Get the TRY/GBP rate in your app
One GET request returns the latest TRY → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/TRY/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TRY = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TRY/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TRY = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TRY/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "TRY",
"to": "GBP"
},
"rate": 0.0154,
"timestamp": 1790432041,
"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
GBP to TRYBritish Pound → Turkish Lira64.8469Convert TRY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.