Skip to content

PAB to BND exchange rate API

Balboa to Brunei Dollar · quoted 2026-09-25

1.2794

▲ +0.86% over 1Y

1 PAB = 1.2794 BND · 1 BND = 0.78163 PAB · Get this rate via the API

1 PAB buys 1.2794 BND as of 2026-09-25, so 1 BND buys 0.78163 PAB. Over the last year, PAB/BND traded between 1.2635 and 1.3073, averaged 1.2823 and rose 0.86%. The API holds daily PAB/BND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/BND over 1Y

PAB/BND over 1Y: show the values
PointPAB/BND
2025-09-251.2684
2025-10-021.2654
2025-10-091.2734
2025-10-161.2931
2025-10-231.2992
2025-10-301.2968
2025-11-061.3057
2025-11-131.3020
2025-11-201.3073
2025-11-271.2955
2025-12-041.2952
2025-12-121.2916
2025-12-191.2904
2025-12-261.2841
2026-01-021.2840
2026-01-091.2860
2026-01-161.2883
2026-01-231.2807
2026-01-301.2678
2026-02-061.2738
2026-02-131.2635
2026-02-201.2696
2026-02-271.2642
2026-03-061.2782
2026-03-131.2781
2026-03-201.2787
2026-03-271.2854
2026-04-031.2858
2026-04-101.2756
2026-04-171.2721
2026-04-241.2773
2026-05-011.2756
2026-05-081.2660
2026-05-161.2804
2026-05-241.2800
2026-05-311.2768
2026-06-091.2874
2026-06-161.2832
2026-06-231.2936
2026-06-301.2942
2026-07-071.2919
2026-07-141.2939
2026-07-211.2909
2026-07-281.2917
2026-08-041.2829
2026-08-111.2800
2026-08-181.2779
2026-08-261.2694
2026-09-021.2735
2026-09-091.2646
2026-09-161.2731
2026-09-231.2761

High

1.3073

Low

1.2635

Average

1.2823

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/BND API questions

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

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

How far back does PAB/BND historical data go?

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