Skip to content

PAB to TZS exchange rate API

Balboa to Tanzanian Shilling · quoted 2026-09-25

2638.34

▲ +7.67% over YTD

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 year to date, PAB/TZS traded between 2450.33 and 2641.21, averaged 2591.95 and rose 7.67%. 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 YTD

PAB/TZS over YTD: show the values
PointPAB/TZS
2025-12-312450.33
2026-01-072454.56
2026-01-142467.74
2026-01-212492.40
2026-01-282528.97
2026-02-042563.80
2026-02-112562.96
2026-02-182570.85
2026-02-252553.58
2026-03-042557.65
2026-03-112590.12
2026-03-182584.24
2026-03-252569.47
2026-04-012579.16
2026-04-082589.90
2026-04-152599.16
2026-04-222601.19
2026-04-292611.81
2026-05-062608.96
2026-05-142586.34
2026-05-212606.91
2026-05-292617.00
2026-06-052612.21
2026-06-142617.36
2026-06-212622.86
2026-06-282625.67
2026-07-052623.86
2026-07-122629.52
2026-07-192630.13
2026-07-262637.57
2026-08-022627.35
2026-08-092640.59
2026-08-162641.21
2026-08-242638.33
2026-08-312639.43
2026-09-072639.75
2026-09-142638.06
2026-09-212636.81

High

2641.21

Low

2450.33

Average

2591.95

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.