Convert TMT to GBP
Turkmenistani Manat → British Pound
1 TMT = 0.215595 GBP(1 GBP = 4.638329 TMT)
Currency converter
1 TMT =
0.21559 GBP
TMT to GBP: last 30 days
Over the last 30 days, 1 TMT traded between 0.20676 and 0.21613 GBP, averaging 0.21198 GBP. The TMT/GBP rate is up 2.40% since 2026-08-28.
- 30-day high
- 0.21613
- 2026-09-24
- 30-day low
- 0.20676
- 2026-09-05
- 30-day average
- 0.21198
- Days with data: 30
- 30-day change
- +2.40%
- since 2026-08-28
0.21613
0.206762026-08-28 → 2026-09-26
| Date | 1 TMT in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.21559 | 0.00% |
| 2026-09-25 | 0.21559 | -0.25% |
| 2026-09-24 | 0.21613 | +0.43% |
| 2026-09-23 | 0.21521 | +0.59% |
| 2026-09-22 | 0.21394 | +0.58% |
| 2026-09-21 | 0.2127 | -0.66% |
| 2026-09-20 | 0.21411 | +0.00% |
| 2026-09-19 | 0.21411 | +0.29% |
| 2026-09-18 | 0.2135 | -0.06% |
| 2026-09-17 | 0.21362 | +0.84% |
| 2026-09-16 | 0.21184 | -0.09% |
| 2026-09-15 | 0.21203 | +0.43% |
| 2026-09-14 | 0.21112 | +0.01% |
| 2026-09-13 | 0.21111 | +0.09% |
| 2026-09-12 | 0.21091 | -0.00% |
| Date | 1 TMT in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.21092 | -0.01% |
| 2026-09-10 | 0.21093 | +0.37% |
| 2026-09-09 | 0.21016 | -0.37% |
| 2026-09-08 | 0.21093 | -0.11% |
| 2026-09-07 | 0.21116 | +0.36% |
| 2026-09-06 | 0.21041 | +1.77% |
| 2026-09-05 | 0.20676 | -2.11% |
| 2026-09-04 | 0.21122 | -0.31% |
| 2026-09-03 | 0.21187 | +0.21% |
| 2026-09-02 | 0.21142 | +0.02% |
| 2026-09-01 | 0.21138 | +0.45% |
| 2026-08-31 | 0.21043 | +0.32% |
| 2026-08-30 | 0.20976 | -0.12% |
| 2026-08-29 | 0.21001 | -0.25% |
| 2026-08-28 | 0.21054 | — |
TMT to GBP conversion table
1 TMT0.21559 GBP
5 TMT1.078 GBP
10 TMT2.1559 GBP
25 TMT5.3899 GBP
50 TMT10.7797 GBP
100 TMT21.5595 GBP
500 TMT107.7975 GBP
1,000 TMT215.5949 GBP
5,000 TMT1,077.9745 GBP
10,000 TMT2,155.9489 GBP
Get the TMT/GBP rate in your app
One GET request returns the latest TMT → 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/TMT/GBP"fetch('https://rate-api.com/api/v1/pair/TMT/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TMT = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TMT/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TMT = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TMT/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TMT = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "TMT",
"to": "GBP"
},
"rate": 0.2156,
"timestamp": 1790432128,
"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 TMTBritish Pound → Turkmenistani Manat4.6383Convert TMT to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.