Skip to content

PAB to ZAR exchange rate API

Balboa to Rand · quoted 2026-09-26

16.3105

▼ +6.53% over 1Y

1 PAB = 16.3105 ZAR · 1 ZAR = 0.06131 PAB · Get this rate via the API

1 PAB buys 16.3105 ZAR as of 2026-09-26, so 1 ZAR buys 0.06131 PAB. Over the last year, PAB/ZAR traded between 15.9287 and 17.4503, averaged 16.5993 and fell 6.53%. The API holds daily PAB/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/ZAR over 1Y

PAB/ZAR over 1Y: show the values
PointPAB/ZAR
2025-09-2617.4503
2025-10-0317.2567
2025-10-1017.2132
2025-10-1717.3783
2025-10-2417.3282
2025-10-3117.3491
2025-11-0717.3480
2025-11-1417.1326
2025-11-2117.3585
2025-11-2817.1159
2025-12-0516.9316
2025-12-1316.8737
2025-12-2016.7670
2025-12-2716.6668
2026-01-0316.4900
2026-01-1016.4868
2026-01-1716.4092
2026-01-2416.1342
2026-01-3116.1435
2026-02-0716.0311
2026-02-1415.9569
2026-02-2116.0389
2026-02-2815.9287
2026-03-0716.5492
2026-03-1416.9391
2026-03-2117.1178
2026-03-2817.1181
2026-04-0416.9730
2026-04-1116.4260
2026-04-1816.3165
2026-04-2516.5385
2026-05-0216.6622
2026-05-0916.3813
2026-05-1716.6832
2026-05-2516.3292
2026-06-0116.2536
2026-06-1016.6018
2026-06-1716.2217
2026-06-2416.6136
2026-07-0116.4336
2026-07-0816.3829
2026-07-1516.3826
2026-07-2216.4755
2026-07-2916.7499
2026-08-0516.3466
2026-08-1216.1343
2026-08-2016.1740
2026-08-2715.9858
2026-09-0316.0373
2026-09-1016.1466
2026-09-1716.2525
2026-09-2416.4367

High

17.4503

Low

15.9287

Average

16.5993

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/ZAR API questions

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

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

How far back does PAB/ZAR historical data go?

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