Convert GBP to TJS
British Pound → Tajikistani Somoni
1 GBP = 12.216656 TJS(1 TJS = 0.0818555 GBP)
Currency converter
1 GBP =
12.2167 TJS
GBP to TJS: last 30 days
Over the last 30 days, 1 GBP traded between 12.2167 and 12.5729 TJS, averaging 12.4303 TJS. The GBP/TJS rate is down 2.61% since 2026-08-28.
- 30-day high
- 12.5729
- 2026-08-30
- 30-day low
- 12.2167
- 2026-09-25
- 30-day average
- 12.4303
- Days with data: 30
- 30-day change
- -2.61%
- since 2026-08-28
12.5729
12.21672026-08-28 → 2026-09-26
| Date | 1 GBP in TJS | Daily change |
|---|---|---|
| 2026-09-26 | 12.2167 | 0.00% |
| 2026-09-25 | 12.2167 | -0.18% |
| 2026-09-24 | 12.2391 | -0.21% |
| 2026-09-23 | 12.2647 | -0.64% |
| 2026-09-22 | 12.3434 | -0.13% |
| 2026-09-21 | 12.3591 | +0.23% |
| 2026-09-20 | 12.3306 | +0.13% |
| 2026-09-19 | 12.3144 | +0.05% |
| 2026-09-18 | 12.3084 | -0.65% |
| 2026-09-17 | 12.3895 | -0.21% |
| 2026-09-16 | 12.415 | -0.31% |
| 2026-09-15 | 12.4531 | -0.17% |
| 2026-09-14 | 12.4738 | -0.19% |
| 2026-09-13 | 12.4974 | +0.06% |
| 2026-09-12 | 12.4901 | +0.09% |
| Date | 1 GBP in TJS | Daily change |
|---|---|---|
| 2026-09-11 | 12.4794 | -0.07% |
| 2026-09-10 | 12.4881 | -0.31% |
| 2026-09-09 | 12.5267 | +0.19% |
| 2026-09-08 | 12.5029 | +0.18% |
| 2026-09-07 | 12.48 | -0.35% |
| 2026-09-06 | 12.5237 | +0.25% |
| 2026-09-05 | 12.4927 | +0.07% |
| 2026-09-04 | 12.4839 | +0.23% |
| 2026-09-03 | 12.4555 | -0.00% |
| 2026-09-02 | 12.4558 | -0.22% |
| 2026-09-01 | 12.4839 | -0.55% |
| 2026-08-31 | 12.5529 | -0.16% |
| 2026-08-30 | 12.5729 | +0.13% |
| 2026-08-29 | 12.5566 | +0.11% |
| 2026-08-28 | 12.5434 | — |
GBP to TJS conversion table
1 GBP12.2167 TJS
5 GBP61.0833 TJS
10 GBP122.1666 TJS
25 GBP305.4164 TJS
50 GBP610.8328 TJS
100 GBP1,221.6656 TJS
500 GBP6,108.3281 TJS
1,000 GBP12,216.656 TJS
5,000 GBP61,083.281 TJS
10,000 GBP122,166.56 TJS
Get the GBP/TJS rate in your app
One GET request returns the latest GBP → TJS 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/TJS"fetch('https://rate-api.com/api/v1/pair/GBP/TJS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} TJS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/TJS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} TJS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/TJS');
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']} TJS\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "TJS"
},
"rate": 12.2167,
"timestamp": 1790429396,
"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
TJS to GBPTajikistani Somoni → British Pound0.081855Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.