Convert GBP to TZS
British Pound → Tanzanian Shilling
1 GBP = 3,507.1718 TZS(1 TZS = 0.00028513 GBP)
Currency converter
1 GBP =
3,507.1718 TZS
GBP to TZS: last 30 days
Over the last 30 days, 1 GBP traded between 3,501.1299 and 3,595.1689 TZS, averaging 3,559.7853 TZS. The GBP/TZS rate is down 2.45% since 2026-08-28.
- 30-day high
- 3,595.1689
- 2026-08-28
- 30-day low
- 3,501.1299
- 2026-09-24
- 30-day average
- 3,559.7853
- Days with data: 30
- 30-day change
- -2.45%
- since 2026-08-28
3,595.1689
3,501.12992026-08-28 → 2026-09-26
| Date | 1 GBP in TZS | Daily change |
|---|---|---|
| 2026-09-26 | 3,507.1718 | 0.00% |
| 2026-09-25 | 3,507.1718 | +0.17% |
| 2026-09-24 | 3,501.1299 | -0.31% |
| 2026-09-23 | 3,511.8646 | -0.51% |
| 2026-09-22 | 3,529.712 | -0.49% |
| 2026-09-21 | 3,547.0726 | +0.56% |
| 2026-09-20 | 3,527.4702 | -0.18% |
| 2026-09-19 | 3,533.731 | -0.04% |
| 2026-09-18 | 3,535.0179 | +0.02% |
| 2026-09-17 | 3,534.4854 | -0.74% |
| 2026-09-16 | 3,560.795 | -0.12% |
| 2026-09-15 | 3,565.0347 | -0.19% |
| 2026-09-14 | 3,571.838 | +0.26% |
| 2026-09-13 | 3,562.4603 | -0.29% |
| 2026-09-12 | 3,572.6607 | -0.01% |
| Date | 1 GBP in TZS | Daily change |
|---|---|---|
| 2026-09-11 | 3,572.8698 | +0.06% |
| 2026-09-10 | 3,570.6777 | -0.46% |
| 2026-09-09 | 3,587.0409 | +0.05% |
| 2026-09-08 | 3,585.1477 | +0.00% |
| 2026-09-07 | 3,585.0835 | +0.26% |
| 2026-09-06 | 3,575.8211 | -0.29% |
| 2026-09-05 | 3,586.2962 | +0.19% |
| 2026-09-04 | 3,579.3392 | +0.17% |
| 2026-09-03 | 3,573.2069 | +0.35% |
| 2026-09-02 | 3,560.8806 | -0.52% |
| 2026-09-01 | 3,579.6685 | -0.31% |
| 2026-08-31 | 3,590.825 | +0.03% |
| 2026-08-30 | 3,589.8315 | -0.12% |
| 2026-08-29 | 3,594.0861 | -0.03% |
| 2026-08-28 | 3,595.1689 | — |
GBP to TZS conversion table
1 GBP3,507.1718 TZS
5 GBP17,535.859 TZS
10 GBP35,071.718 TZS
25 GBP87,679.295 TZS
50 GBP175,358.59 TZS
100 GBP350,717.18 TZS
500 GBP1,753,585.9 TZS
1,000 GBP3,507,171.8 TZS
5,000 GBP17,535,859 TZS
10,000 GBP35,071,718 TZS
Get the GBP/TZS rate in your app
One GET request returns the latest GBP → TZS 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/TZS"fetch('https://rate-api.com/api/v1/pair/GBP/TZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} TZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/TZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} TZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/TZS');
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']} TZS\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "TZS"
},
"rate": 3507.1718,
"timestamp": 1790429433,
"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
TZS to GBPTanzanian Shilling → British Pound0.00028513Convert GBP to other currencies
Convert other currencies to TZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.