Skip to content

PGK to ANG exchange rate API

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

0.40690

▼ +3.82% over YTD

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 year to date, PGK/ANG traded between 0.39979 and 0.42304, averaged 0.41238 and fell 3.82%. 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 YTD

PGK/ANG over YTD: show the values
PointPGK/ANG
2025-12-310.42304
2026-01-070.42258
2026-01-140.42277
2026-01-210.42197
2026-01-280.42001
2026-02-040.42024
2026-02-110.42001
2026-02-180.41906
2026-02-250.41914
2026-03-040.41909
2026-03-110.41889
2026-03-180.41728
2026-03-250.41724
2026-04-010.41686
2026-04-080.41439
2026-04-190.41221
2026-04-260.41218
2026-05-030.41195
2026-05-100.40842
2026-05-180.41028
2026-05-260.41290
2026-06-020.41325
2026-06-110.41113
2026-06-180.41102
2026-06-250.40968
2026-07-020.40662
2026-07-090.40929
2026-07-160.40544
2026-07-230.40436
2026-07-300.40442
2026-08-060.40763
2026-08-130.40698
2026-08-210.40226
2026-08-280.40651
2026-09-040.39979
2026-09-110.40446
2026-09-180.40036

High

0.42304

Low

0.39979

Average

0.41238

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.