Skip to content

PAB to AUD exchange rate API

Balboa to Australian Dollar · quoted 2026-09-24

1.4215

▼ +2.12% over 6M

1 PAB = 1.4215 AUD · 1 AUD = 0.70349 PAB · Get this rate via the API

1 PAB buys 1.4215 AUD as of 2026-09-24, so 1 AUD buys 0.70349 PAB. Over the last 6 months, PAB/AUD traded between 1.3788 and 1.4523, averaged 1.4156 and fell 2.12%. The API holds daily PAB/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/AUD over 6M

PAB/AUD over 6M: show the values
PointPAB/AUD
2026-03-281.4523
2026-04-041.4508
2026-04-111.4159
2026-04-181.3937
2026-04-251.4019
2026-05-021.3878
2026-05-091.3788
2026-05-171.3987
2026-05-251.3948
2026-06-011.3940
2026-06-101.4278
2026-06-171.4164
2026-06-241.4494
2026-07-011.4511
2026-07-081.4443
2026-07-151.4321
2026-07-221.4299
2026-07-291.4409
2026-08-051.4181
2026-08-121.4142
2026-08-201.4072
2026-08-271.3908
2026-09-031.3902
2026-09-101.3918
2026-09-171.4057
2026-09-241.4222

High

1.4523

Low

1.3788

Average

1.4156

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/AUD API questions

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

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

How far back does PAB/AUD historical data go?

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