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: show the values
| Point | GBP/TZS |
|---|---|
| 2025-09-27 | 3282.15 |
| 2025-10-04 | 3310.36 |
| 2025-10-11 | 3270.14 |
| 2025-10-18 | 3303.80 |
| 2025-10-25 | 3314.12 |
| 2025-11-01 | 3239.43 |
| 2025-11-08 | 3234.04 |
| 2025-11-15 | 3211.47 |
| 2025-11-22 | 3199.25 |
| 2025-11-29 | 3260.38 |
| 2025-12-06 | 3247.28 |
| 2025-12-13 | 3292.78 |
| 2025-12-20 | 3329.08 |
| 2025-12-27 | 3337.04 |
| 2026-01-03 | 3323.90 |
| 2026-01-10 | 3347.88 |
| 2026-01-17 | 3352.88 |
| 2026-01-24 | 3463.18 |
| 2026-01-31 | 3517.46 |
| 2026-02-07 | 3507.59 |
| 2026-02-14 | 3554.24 |
| 2026-02-21 | 3479.66 |
| 2026-02-28 | 3453.33 |
| 2026-03-07 | 3465.87 |
| 2026-03-14 | 3442.35 |
| 2026-03-21 | 3452.04 |
| 2026-03-28 | 3418.23 |
| 2026-04-04 | 3430.06 |
| 2026-04-11 | 3505.03 |
| 2026-04-18 | 3509.39 |
| 2026-04-25 | 3506.47 |
| 2026-05-02 | 3537.07 |
| 2026-05-09 | 3542.65 |
| 2026-05-16 | 3472.10 |
| 2026-05-23 | 3531.28 |
| 2026-05-30 | 3530.58 |
| 2026-06-06 | 3501.81 |
| 2026-06-13 | 3505.94 |
| 2026-06-20 | 3478.44 |
| 2026-06-27 | 3469.84 |
| 2026-07-04 | 3505.58 |
| 2026-07-11 | 3524.44 |
| 2026-07-18 | 3532.09 |
| 2026-07-25 | 3509.63 |
| 2026-08-01 | 3562.15 |
| 2026-08-08 | 3568.00 |
| 2026-08-15 | 3585.81 |
| 2026-08-22 | 3612.94 |
| 2026-08-29 | 3581.05 |
| 2026-09-05 | 3582.89 |
| 2026-09-12 | 3577.94 |
| 2026-09-19 | 3546.81 |
| 2026-09-26 | 3506.55 |
High
3612.94
Low
3199.25
Average
3441.35
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.