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: show the values
| Point | PAB/TZS |
|---|---|
| 2025-09-25 | 2385.90 |
| 2025-10-02 | 2392.75 |
| 2025-10-09 | 2431.56 |
| 2025-10-16 | 2438.89 |
| 2025-10-23 | 2468.58 |
| 2025-10-30 | 2447.82 |
| 2025-11-06 | 2456.18 |
| 2025-11-13 | 2427.76 |
| 2025-11-20 | 2423.81 |
| 2025-11-27 | 2441.06 |
| 2025-12-04 | 2428.25 |
| 2025-12-12 | 2446.28 |
| 2025-12-19 | 2462.92 |
| 2025-12-26 | 2440.85 |
| 2026-01-02 | 2456.60 |
| 2026-01-09 | 2478.73 |
| 2026-01-16 | 2475.81 |
| 2026-01-23 | 2510.14 |
| 2026-01-30 | 2530.74 |
| 2026-02-06 | 2550.12 |
| 2026-02-13 | 2573.87 |
| 2026-02-20 | 2573.35 |
| 2026-02-27 | 2532.64 |
| 2026-03-06 | 2578.02 |
| 2026-03-13 | 2594.87 |
| 2026-03-20 | 2585.30 |
| 2026-03-27 | 2571.13 |
| 2026-04-03 | 2551.70 |
| 2026-04-10 | 2596.87 |
| 2026-04-17 | 2610.59 |
| 2026-04-24 | 2612.24 |
| 2026-05-01 | 2597.98 |
| 2026-05-08 | 2590.89 |
| 2026-05-16 | 2605.34 |
| 2026-05-24 | 2618.56 |
| 2026-05-31 | 2613.27 |
| 2026-06-09 | 2616.50 |
| 2026-06-16 | 2620.01 |
| 2026-06-23 | 2626.35 |
| 2026-06-30 | 2623.49 |
| 2026-07-07 | 2624.04 |
| 2026-07-14 | 2628.32 |
| 2026-07-21 | 2632.72 |
| 2026-07-28 | 2635.93 |
| 2026-08-04 | 2638.53 |
| 2026-08-11 | 2645.42 |
| 2026-08-18 | 2643.30 |
| 2026-08-26 | 2646.29 |
| 2026-09-02 | 2640.14 |
| 2026-09-09 | 2637.00 |
| 2026-09-16 | 2640.42 |
| 2026-09-23 | 2640.40 |
High
2646.29
Low
2385.90
Average
2552.43
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.