Skip to content

PAB to TND exchange rate API

Balboa to Tunisian Dinar · quoted 2026-09-26

2.9580

▲ +1.30% over 1Y

1 PAB = 2.9580 TND · 1 TND = 0.33807 PAB · Get this rate via the API

1 PAB buys 2.9580 TND as of 2026-09-26, so 1 TND buys 0.33807 PAB. Over the last year, PAB/TND traded between 2.8480 and 2.9580, averaged 2.9138 and rose 1.30%. The API holds daily PAB/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/TND over 1Y

PAB/TND over 1Y: show the values
PointPAB/TND
2025-09-262.9202
2025-10-032.9061
2025-10-102.9372
2025-10-172.9221
2025-10-242.9376
2025-10-312.9448
2025-11-072.9472
2025-11-142.9178
2025-11-212.9568
2025-11-282.9498
2025-12-052.9366
2025-12-132.9227
2025-12-202.9273
2025-12-272.9097
2026-01-032.8754
2026-01-102.9020
2026-01-172.9041
2026-01-242.8850
2026-01-312.8491
2026-02-072.8480
2026-02-142.8506
2026-02-212.8617
2026-02-282.8610
2026-03-072.9384
2026-03-142.9472
2026-03-212.9268
2026-03-282.9257
2026-04-042.9414
2026-04-112.8884
2026-04-182.8676
2026-04-252.8818
2026-05-022.8812
2026-05-092.8661
2026-05-172.9093
2026-05-252.9095
2026-06-012.8619
2026-06-102.9177
2026-06-172.9107
2026-06-242.9450
2026-07-012.9488
2026-07-082.9500
2026-07-152.9460
2026-07-222.9452
2026-07-292.9525
2026-08-052.9198
2026-08-122.9210
2026-08-202.8981
2026-08-272.9027
2026-09-032.9120
2026-09-102.9008
2026-09-172.9314
2026-09-242.9551

High

2.9580

Low

2.8480

Average

2.9138

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/TND API questions

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

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

How far back does PAB/TND historical data go?

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