Skip to content

PAB to AUD exchange rate API

Balboa to Australian Dollar · quoted 2026-09-24

1.4215

▼ +6.07% over 1Y

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

1 PAB buys 1.4215 AUD as of 2026-09-24, so 1 AUD buys 0.70351 PAB. Over the last year, PAB/AUD traded between 1.3776 and 1.5423, averaged 1.4489 and fell 6.07%. 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 1Y

PAB/AUD over 1Y: show the values
PointPAB/AUD
2025-09-241.5134
2025-10-011.5132
2025-10-081.5214
2025-10-151.5349
2025-10-221.5417
2025-10-291.5152
2025-11-051.5423
2025-11-121.5287
2025-11-191.5413
2025-11-261.5391
2025-12-031.5170
2025-12-111.5026
2025-12-181.5133
2025-12-251.4914
2026-01-011.4989
2026-01-081.4932
2026-01-151.4954
2026-01-221.4691
2026-01-291.4150
2026-02-051.4343
2026-02-121.4015
2026-02-191.4207
2026-02-261.4044
2026-03-051.4193
2026-03-121.4021
2026-03-191.4277
2026-03-261.4467
2026-04-021.4552
2026-04-091.4210
2026-04-161.3976
2026-04-231.3930
2026-04-301.3986
2026-05-071.3776
2026-05-151.3985
2026-05-231.4028
2026-05-301.3919
2026-06-061.4201
2026-06-151.4150
2026-06-221.4268
2026-06-291.4493
2026-07-061.4421
2026-07-131.4403
2026-07-201.4272
2026-07-271.4287
2026-08-031.4272
2026-08-101.4158
2026-08-171.4035
2026-08-251.3980
2026-09-011.4003
2026-09-081.3861
2026-09-151.4034
2026-09-221.4064

High

1.5423

Low

1.3776

Average

1.4489

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.