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: show the values
| Point | PAB/ZAR |
|---|---|
| 2025-09-26 | 17.4503 |
| 2025-10-03 | 17.2567 |
| 2025-10-10 | 17.2132 |
| 2025-10-17 | 17.3783 |
| 2025-10-24 | 17.3282 |
| 2025-10-31 | 17.3491 |
| 2025-11-07 | 17.3480 |
| 2025-11-14 | 17.1326 |
| 2025-11-21 | 17.3585 |
| 2025-11-28 | 17.1159 |
| 2025-12-05 | 16.9316 |
| 2025-12-13 | 16.8737 |
| 2025-12-20 | 16.7670 |
| 2025-12-27 | 16.6668 |
| 2026-01-03 | 16.4900 |
| 2026-01-10 | 16.4868 |
| 2026-01-17 | 16.4092 |
| 2026-01-24 | 16.1342 |
| 2026-01-31 | 16.1435 |
| 2026-02-07 | 16.0311 |
| 2026-02-14 | 15.9569 |
| 2026-02-21 | 16.0389 |
| 2026-02-28 | 15.9287 |
| 2026-03-07 | 16.5492 |
| 2026-03-14 | 16.9391 |
| 2026-03-21 | 17.1178 |
| 2026-03-28 | 17.1181 |
| 2026-04-04 | 16.9730 |
| 2026-04-11 | 16.4260 |
| 2026-04-18 | 16.3165 |
| 2026-04-25 | 16.5385 |
| 2026-05-02 | 16.6622 |
| 2026-05-09 | 16.3813 |
| 2026-05-17 | 16.6832 |
| 2026-05-25 | 16.3292 |
| 2026-06-01 | 16.2536 |
| 2026-06-10 | 16.6018 |
| 2026-06-17 | 16.2217 |
| 2026-06-24 | 16.6136 |
| 2026-07-01 | 16.4336 |
| 2026-07-08 | 16.3829 |
| 2026-07-15 | 16.3826 |
| 2026-07-22 | 16.4755 |
| 2026-07-29 | 16.7499 |
| 2026-08-05 | 16.3466 |
| 2026-08-12 | 16.1343 |
| 2026-08-20 | 16.1740 |
| 2026-08-27 | 15.9858 |
| 2026-09-03 | 16.0373 |
| 2026-09-10 | 16.1466 |
| 2026-09-17 | 16.2525 |
| 2026-09-24 | 16.4367 |
High
17.4503
Low
15.9287
Average
16.5993
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.