Skip to content

PAB to ANG exchange rate API

Balboa to Netherlands Antillean Guilder · quoted 2026-09-26

1.7990

▼ +0.10% over 6M

1 PAB = 1.7990 ANG · 1 ANG = 0.55587 PAB · Get this rate via the API

1 PAB buys 1.7990 ANG as of 2026-09-26, so 1 ANG buys 0.55587 PAB. Over the last 6 months, PAB/ANG traded between 1.7841 and 1.8053, averaged 1.7992 and fell 0.10%. The API holds daily PAB/ANG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/ANG over 6M

PAB/ANG over 6M: show the values
PointPAB/ANG
2026-03-301.8008
2026-04-061.7980
2026-04-171.7900
2026-04-241.7897
2026-05-011.7895
2026-05-081.7841
2026-05-161.7992
2026-05-241.7961
2026-05-311.7953
2026-06-091.8001
2026-06-161.8040
2026-06-231.8048
2026-06-301.7996
2026-07-071.7991
2026-07-141.8053
2026-07-211.8034
2026-07-281.8053
2026-08-041.8036
2026-08-111.8032
2026-08-181.8029
2026-08-261.8005
2026-09-021.8030
2026-09-091.7988
2026-09-161.8019
2026-09-231.8032

High

1.8053

Low

1.7841

Average

1.7992

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/ANG API questions

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

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

How far back does PAB/ANG historical data go?

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