Skip to content

PAB to ALL exchange rate API

Balboa to Lek · quoted 2026-09-25

80.5056

▼ +2.20% over YTD

1 PAB = 80.5056 ALL · 1 ALL = 0.01242 PAB · Get this rate via the API

1 PAB buys 80.5056 ALL as of 2026-09-25, so 1 ALL buys 0.01242 PAB. Over the year to date, PAB/ALL traded between 79.1997 and 83.2543, averaged 81.5887 and fell 2.20%. The API holds daily PAB/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/ALL over YTD

PAB/ALL over YTD: show the values
PointPAB/ALL
2025-12-3182.3175
2026-01-0782.5985
2026-01-1482.9094
2026-01-2182.2527
2026-01-2880.6786
2026-02-0481.7295
2026-02-1180.9224
2026-02-1881.2568
2026-02-2581.6360
2026-03-0482.9997
2026-03-1182.6805
2026-03-1883.2543
2026-03-2582.6443
2026-04-0182.9660
2026-04-0882.6637
2026-04-1581.0793
2026-04-2281.3565
2026-04-2981.5694
2026-05-0681.7796
2026-05-1481.5457
2026-05-2182.0954
2026-05-2981.9728
2026-06-0582.0011
2026-06-1482.0320
2026-06-2182.3401
2026-06-2882.5555
2026-07-0582.0401
2026-07-1282.1245
2026-07-1981.9757
2026-07-2682.3463
2026-08-0281.1847
2026-08-0980.6406
2026-08-1680.2242
2026-08-2479.2568
2026-08-3179.5316
2026-09-0779.3198
2026-09-1479.1997
2026-09-2179.7719

High

83.2543

Low

79.1997

Average

81.5887

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/ALL API questions

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

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

How far back does PAB/ALL historical data go?

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