GBP to TZS exchange rate API
Pound Sterling to Tanzanian Shilling · quoted 2026-09-27
3506.55
▼ +2.06% over 5Y
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 5 years, GBP/TZS traded between 3031.72 and 3618.32, averaged 3417.19 and fell 2.06%. 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 5Y: show the values
| Point | GBP/TZS |
|---|---|
| 2024-08-24 | 3580.25 |
| 2024-10-01 | 3564.35 |
| 2024-10-31 | 3401.38 |
| 2024-11-30 | 3361.65 |
| 2024-12-30 | 3031.72 |
| 2025-01-29 | 3262.05 |
| 2025-02-28 | 3310.82 |
| 2025-03-30 | 3405.16 |
| 2025-04-29 | 3520.23 |
| 2025-05-29 | 3538.87 |
| 2025-06-28 | 3618.32 |
| 2025-07-28 | 3356.76 |
| 2025-08-27 | 3273.24 |
| 2025-09-26 | 3149.55 |
| 2025-10-26 | 3297.24 |
| 2025-11-25 | 3217.85 |
| 2025-12-25 | 3324.08 |
| 2026-01-24 | 3463.18 |
| 2026-02-23 | 3466.41 |
| 2026-03-25 | 3441.08 |
| 2026-04-24 | 3524.88 |
| 2026-05-24 | 3520.64 |
| 2026-06-23 | 3470.93 |
| 2026-07-23 | 3512.17 |
| 2026-08-22 | 3612.94 |
| 2026-09-21 | 3531.94 |
High
3618.32
Low
3031.72
Average
3417.19
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.