Skip to content

PAB to ALL exchange rate API

Balboa to Lek · quoted 2026-09-25

80.5056

▼ +2.19% over 1Y

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 last year, PAB/ALL traded between 79.1515 and 84.0542, averaged 82.0170 and fell 2.19%. 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 1Y

PAB/ALL over 1Y: show the values
PointPAB/ALL
2025-09-2582.3123
2025-10-0282.4887
2025-10-0983.1652
2025-10-1682.9790
2025-10-2383.3711
2025-10-3083.3988
2025-11-0684.0542
2025-11-1383.3658
2025-11-2083.7606
2025-11-2783.2652
2025-12-0482.7854
2025-12-1282.3505
2025-12-1982.2266
2025-12-2681.8551
2026-01-0282.3498
2026-01-0982.8483
2026-01-1683.2732
2026-01-2382.1078
2026-01-3081.2039
2026-02-0681.8669
2026-02-1381.2161
2026-02-2081.8886
2026-02-2781.6342
2026-03-0682.7625
2026-03-1383.5089
2026-03-2083.0570
2026-03-2783.1885
2026-04-0383.0133
2026-04-1082.0244
2026-04-1781.1749
2026-04-2481.5960
2026-05-0181.4336
2026-05-0881.1167
2026-05-1682.0329
2026-05-2482.2435
2026-05-3181.7914
2026-06-0982.5344
2026-06-1681.8430
2026-06-2382.4647
2026-06-3082.4813
2026-07-0782.1985
2026-07-1482.2470
2026-07-2182.1102
2026-07-2882.4165
2026-08-0481.1272
2026-08-1180.5785
2026-08-1880.1352
2026-08-2679.1515
2026-09-0279.7005
2026-09-0979.1948
2026-09-1679.4934
2026-09-2380.0084

High

84.0542

Low

79.1515

Average

82.0170

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.