Skip to content

PGK to ANG exchange rate API

Kina to Netherlands Antillean Guilder · quoted 2026-09-24

0.40690

▼ +6.37% over 1Y

1 PGK = 0.40690 ANG · 1 ANG = 2.4576 PGK · Get this rate via the API

1 PGK buys 0.40690 ANG as of 2026-09-24, so 1 ANG buys 2.4576 PGK. Over the last year, PGK/ANG traded between 0.39879 and 0.43459, averaged 0.41695 and fell 6.37%. The API holds daily PGK/ANG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/ANG over 1Y

PGK/ANG over 1Y: show the values
PointPGK/ANG
2025-09-240.43457
2025-10-010.43459
2025-10-080.43150
2025-10-150.42832
2025-10-220.43326
2025-10-290.42987
2025-11-050.42854
2025-11-120.42617
2025-11-190.42609
2025-11-260.42387
2025-12-030.41997
2025-12-110.42142
2025-12-180.42329
2025-12-250.41686
2026-01-010.42275
2026-01-080.42277
2026-01-150.42228
2026-01-220.42222
2026-01-290.42104
2026-02-050.42143
2026-02-120.41741
2026-02-190.42097
2026-02-260.41767
2026-03-050.41925
2026-03-120.41979
2026-03-190.42052
2026-03-260.41963
2026-04-020.41772
2026-04-130.41428
2026-04-200.41336
2026-04-270.41137
2026-05-040.41185
2026-05-110.41098
2026-05-190.41308
2026-05-270.41372
2026-06-030.41338
2026-06-120.41066
2026-06-190.41188
2026-06-260.40935
2026-07-030.40859
2026-07-100.40626
2026-07-170.40654
2026-07-240.40707
2026-07-310.40365
2026-08-070.40395
2026-08-140.40353
2026-08-220.40666
2026-08-290.41318
2026-09-050.39879
2026-09-120.41385
2026-09-190.40473

High

0.43459

Low

0.39879

Average

0.41695

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/ANG API questions

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

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

How far back does PGK/ANG historical data go?

Daily PGK/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 PGK/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.