Skip to content

PAB to CAD exchange rate API

Balboa to Canadian Dollar · quoted 2026-09-24

1.4132

▲ +1.68% over 6M

1 PAB = 1.4132 CAD · 1 CAD = 0.70761 PAB · Get this rate via the API

1 PAB buys 1.4132 CAD as of 2026-09-24, so 1 CAD buys 0.70761 PAB. Over the last 6 months, PAB/CAD traded between 1.3595 and 1.4233, averaged 1.3931 and rose 1.68%. The API holds daily PAB/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/CAD over 6M

PAB/CAD over 6M: show the values
PointPAB/CAD
2026-03-281.3898
2026-04-041.3945
2026-04-111.3850
2026-04-181.3779
2026-04-251.3683
2026-05-021.3595
2026-05-091.3671
2026-05-171.3751
2026-05-251.3813
2026-06-011.3830
2026-06-101.3929
2026-06-171.4012
2026-06-241.4233
2026-07-011.4224
2026-07-081.4184
2026-07-151.4074
2026-07-221.4087
2026-07-291.4105
2026-08-051.4047
2026-08-121.3925
2026-08-201.3770
2026-08-271.3869
2026-09-031.3792
2026-09-101.3816
2026-09-171.3995
2026-09-241.4117

High

1.4233

Low

1.3595

Average

1.3931

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/CAD API questions

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

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

How far back does PAB/CAD historical data go?

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