Skip to content

PAB to AOA exchange rate API

Balboa to Kwanza · quoted 2026-09-25

916.6762

▼ +0.61% over 1Y

1 PAB = 916.6762 AOA · 1 AOA = 0.001091 PAB · Get this rate via the API

1 PAB buys 916.6762 AOA as of 2026-09-25, so 1 AOA buys 0.001091 PAB. Over the last year, PAB/AOA traded between 915.0237 and 928.5427, averaged 918.1276 and fell 0.61%. The API holds daily PAB/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/AOA over 1Y

PAB/AOA over 1Y: show the values
PointPAB/AOA
2025-09-25922.3459
2025-10-02917.7284
2025-10-09917.7080
2025-10-16916.9956
2025-10-23917.8434
2025-10-30922.5742
2025-11-06916.9719
2025-11-13916.2109
2025-11-20920.6103
2025-11-27920.7929
2025-12-04920.2764
2025-12-12921.0593
2025-12-19918.1011
2025-12-26915.6766
2026-01-02921.1781
2026-01-09917.9449
2026-01-16918.1235
2026-01-23916.9363
2026-01-30915.4761
2026-02-06916.6126
2026-02-13918.0102
2026-02-20916.5959
2026-02-27917.8348
2026-03-06915.4418
2026-03-13917.7648
2026-03-20917.4600
2026-03-27917.8452
2026-04-03917.6245
2026-04-10918.1704
2026-04-17917.0382
2026-04-24917.9288
2026-05-01917.8162
2026-05-08915.0237
2026-05-16920.5509
2026-05-24916.9566
2026-05-31928.5427
2026-06-09918.0946
2026-06-16916.0231
2026-06-23917.6428
2026-06-30917.9188
2026-07-07917.4904
2026-07-14917.7223
2026-07-21916.5439
2026-07-28918.0810
2026-08-04917.1630
2026-08-11915.9774
2026-08-18918.3677
2026-08-26920.1819
2026-09-02917.6322
2026-09-09918.3863
2026-09-16918.9193
2026-09-23916.1735

High

928.5427

Low

915.0237

Average

918.1276

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/AOA API questions

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

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

How far back does PAB/AOA historical data go?

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