Skip to content

GBP to TZS exchange rate API

Pound Sterling to Tanzanian Shilling · quoted 2026-09-27

3506.55

▲ +6.84% over 1Y

1 GBP = 3506.55 TZS · 1 TZS = 0.000285 GBP · Get this rate via the API

1 GBP buys 3506.55 TZS as of 2026-09-27, so 1 TZS buys 0.000285 GBP. Over the last year, GBP/TZS traded between 3199.25 and 3612.94, averaged 3441.35 and rose 6.84%. The API holds daily GBP/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/TZS over 1Y

GBP/TZS over 1Y: show the values
PointGBP/TZS
2025-09-273282.15
2025-10-043310.36
2025-10-113270.14
2025-10-183303.80
2025-10-253314.12
2025-11-013239.43
2025-11-083234.04
2025-11-153211.47
2025-11-223199.25
2025-11-293260.38
2025-12-063247.28
2025-12-133292.78
2025-12-203329.08
2025-12-273337.04
2026-01-033323.90
2026-01-103347.88
2026-01-173352.88
2026-01-243463.18
2026-01-313517.46
2026-02-073507.59
2026-02-143554.24
2026-02-213479.66
2026-02-283453.33
2026-03-073465.87
2026-03-143442.35
2026-03-213452.04
2026-03-283418.23
2026-04-043430.06
2026-04-113505.03
2026-04-183509.39
2026-04-253506.47
2026-05-023537.07
2026-05-093542.65
2026-05-163472.10
2026-05-233531.28
2026-05-303530.58
2026-06-063501.81
2026-06-133505.94
2026-06-203478.44
2026-06-273469.84
2026-07-043505.58
2026-07-113524.44
2026-07-183532.09
2026-07-253509.63
2026-08-013562.15
2026-08-083568.00
2026-08-153585.81
2026-08-223612.94
2026-08-293581.05
2026-09-053582.89
2026-09-123577.94
2026-09-193546.81
2026-09-263506.55

High

3612.94

Low

3199.25

Average

3441.35

For developers

Get this rate via the API

One GET request returns the GBP/TZS rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=TZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=TZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/TZS API questions

How do I get the GBP/TZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/TZS rate in rates.TZS.

How far back does GBP/TZS historical data go?

Daily GBP/TZS rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/TZS exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.