Convert GBP to TMT
British Pound → Turkmenistani Manat
1 GBP = 4.638329 TMT(1 TMT = 0.215595 GBP)
Currency converter
1 GBP =
4.6383 TMT
GBP to TMT: last 30 days
Over the last 30 days, 1 GBP traded between 4.6269 and 4.8365 TMT, averaging 4.7178 TMT. The GBP/TMT rate is down 2.34% since 2026-08-28.
- 30-day high
- 4.8365
- 2026-09-05
- 30-day low
- 4.6269
- 2026-09-24
- 30-day average
- 4.7178
- Days with data: 30
- 30-day change
- -2.34%
- since 2026-08-28
4.8365
4.62692026-08-28 → 2026-09-26
| Date | 1 GBP in TMT | Daily change |
|---|---|---|
| 2026-09-26 | 4.6383 | 0.00% |
| 2026-09-25 | 4.6383 | +0.25% |
| 2026-09-24 | 4.6269 | -0.43% |
| 2026-09-23 | 4.6467 | -0.59% |
| 2026-09-22 | 4.6741 | -0.58% |
| 2026-09-21 | 4.7015 | +0.66% |
| 2026-09-20 | 4.6705 | -0.00% |
| 2026-09-19 | 4.6705 | -0.28% |
| 2026-09-18 | 4.6838 | +0.06% |
| 2026-09-17 | 4.6812 | -0.83% |
| 2026-09-16 | 4.7205 | +0.09% |
| 2026-09-15 | 4.7163 | -0.43% |
| 2026-09-14 | 4.7365 | -0.01% |
| 2026-09-13 | 4.7368 | -0.09% |
| 2026-09-12 | 4.7413 | +0.00% |
| Date | 1 GBP in TMT | Daily change |
|---|---|---|
| 2026-09-11 | 4.7412 | +0.01% |
| 2026-09-10 | 4.7409 | -0.37% |
| 2026-09-09 | 4.7583 | +0.37% |
| 2026-09-08 | 4.7409 | +0.11% |
| 2026-09-07 | 4.7356 | -0.36% |
| 2026-09-06 | 4.7525 | -1.74% |
| 2026-09-05 | 4.8365 | +2.16% |
| 2026-09-04 | 4.7345 | +0.31% |
| 2026-09-03 | 4.7199 | -0.21% |
| 2026-09-02 | 4.7299 | -0.02% |
| 2026-09-01 | 4.7309 | -0.45% |
| 2026-08-31 | 4.7522 | -0.32% |
| 2026-08-30 | 4.7674 | +0.12% |
| 2026-08-29 | 4.7616 | +0.25% |
| 2026-08-28 | 4.7497 | — |
GBP to TMT conversion table
1 GBP4.6383 TMT
5 GBP23.1916 TMT
10 GBP46.3833 TMT
25 GBP115.9582 TMT
50 GBP231.9164 TMT
100 GBP463.8329 TMT
500 GBP2,319.1644 TMT
1,000 GBP4,638.3288 TMT
5,000 GBP23,191.644 TMT
10,000 GBP46,383.288 TMT
Get the GBP/TMT rate in your app
One GET request returns the latest GBP → TMT 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/GBP/TMT"fetch('https://rate-api.com/api/v1/pair/GBP/TMT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} TMT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/TMT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} TMT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/TMT');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} TMT\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "TMT"
},
"rate": 4.6383,
"timestamp": 1790429389,
"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
TMT to GBPTurkmenistani Manat → British Pound0.21559Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.