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: show the values
| Point | PAB/TZS |
|---|---|
| 2025-12-31 | 2450.33 |
| 2026-01-07 | 2454.56 |
| 2026-01-14 | 2467.74 |
| 2026-01-21 | 2492.40 |
| 2026-01-28 | 2528.97 |
| 2026-02-04 | 2563.80 |
| 2026-02-11 | 2562.96 |
| 2026-02-18 | 2570.85 |
| 2026-02-25 | 2553.58 |
| 2026-03-04 | 2557.65 |
| 2026-03-11 | 2590.12 |
| 2026-03-18 | 2584.24 |
| 2026-03-25 | 2569.47 |
| 2026-04-01 | 2579.16 |
| 2026-04-08 | 2589.90 |
| 2026-04-15 | 2599.16 |
| 2026-04-22 | 2601.19 |
| 2026-04-29 | 2611.81 |
| 2026-05-06 | 2608.96 |
| 2026-05-14 | 2586.34 |
| 2026-05-21 | 2606.91 |
| 2026-05-29 | 2617.00 |
| 2026-06-05 | 2612.21 |
| 2026-06-14 | 2617.36 |
| 2026-06-21 | 2622.86 |
| 2026-06-28 | 2625.67 |
| 2026-07-05 | 2623.86 |
| 2026-07-12 | 2629.52 |
| 2026-07-19 | 2630.13 |
| 2026-07-26 | 2637.57 |
| 2026-08-02 | 2627.35 |
| 2026-08-09 | 2640.59 |
| 2026-08-16 | 2641.21 |
| 2026-08-24 | 2638.33 |
| 2026-08-31 | 2639.43 |
| 2026-09-07 | 2639.75 |
| 2026-09-14 | 2638.06 |
| 2026-09-21 | 2636.81 |
High
2641.21
Low
2450.33
Average
2591.95
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.