Skip to content

PAB to TZS exchange rate API

Balboa to Tanzanian Shilling · quoted 2026-09-25

2638.34

▲ +10.58% over 1Y

1 PAB = 2638.34 TZS · 1 TZS = 0.000379 PAB · Get this rate via the API

1 PAB buys 2638.34 TZS as of 2026-09-25, so 1 TZS buys 0.000379 PAB. Over the last year, PAB/TZS traded between 2385.90 and 2646.29, averaged 2552.43 and rose 10.58%. The API holds daily PAB/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/TZS over 1Y

PAB/TZS over 1Y: show the values
PointPAB/TZS
2025-09-252385.90
2025-10-022392.75
2025-10-092431.56
2025-10-162438.89
2025-10-232468.58
2025-10-302447.82
2025-11-062456.18
2025-11-132427.76
2025-11-202423.81
2025-11-272441.06
2025-12-042428.25
2025-12-122446.28
2025-12-192462.92
2025-12-262440.85
2026-01-022456.60
2026-01-092478.73
2026-01-162475.81
2026-01-232510.14
2026-01-302530.74
2026-02-062550.12
2026-02-132573.87
2026-02-202573.35
2026-02-272532.64
2026-03-062578.02
2026-03-132594.87
2026-03-202585.30
2026-03-272571.13
2026-04-032551.70
2026-04-102596.87
2026-04-172610.59
2026-04-242612.24
2026-05-012597.98
2026-05-082590.89
2026-05-162605.34
2026-05-242618.56
2026-05-312613.27
2026-06-092616.50
2026-06-162620.01
2026-06-232626.35
2026-06-302623.49
2026-07-072624.04
2026-07-142628.32
2026-07-212632.72
2026-07-282635.93
2026-08-042638.53
2026-08-112645.42
2026-08-182643.30
2026-08-262646.29
2026-09-022640.14
2026-09-092637.00
2026-09-162640.42
2026-09-232640.40

High

2646.29

Low

2385.90

Average

2552.43

For developers

Get this rate via the API

One GET request returns the PAB/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=PAB&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=TZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/TZS API questions

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

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

How far back does PAB/TZS historical data go?

Daily PAB/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 PAB/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.