Skip to content

PGK to AUD exchange rate API

Kina to Australian Dollar · quoted 2026-09-24

0.32086

▼ +12.08% over 1Y

1 PGK = 0.32086 AUD · 1 AUD = 3.1166 PGK · Get this rate via the API

1 PGK buys 0.32086 AUD as of 2026-09-24, so 1 AUD buys 3.1166 PGK. Over the last year, PGK/AUD traded between 0.31215 and 0.37057, averaged 0.33543 and fell 12.08%. The API holds daily PGK/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/AUD over 1Y

PGK/AUD over 1Y: show the values
PointPGK/AUD
2025-09-240.36495
2025-10-010.36475
2025-10-080.36428
2025-10-150.36594
2025-10-220.37057
2025-10-290.36138
2025-11-050.36681
2025-11-120.36165
2025-11-190.36460
2025-11-260.36273
2025-12-030.35342
2025-12-100.35403
2025-12-170.35507
2025-12-240.34904
2025-12-310.35103
2026-01-070.34837
2026-01-140.35120
2026-01-210.34593
2026-01-280.33423
2026-02-040.33282
2026-02-110.32749
2026-02-180.32925
2026-02-250.32829
2026-03-040.32942
2026-03-110.32492
2026-03-180.32911
2026-03-250.33321
2026-04-010.33288
2026-04-080.32759
2026-04-150.32312
2026-04-220.32135
2026-04-290.32140
2026-05-060.31760
2026-05-130.31603
2026-05-200.32132
2026-05-270.32214
2026-06-030.32030
2026-06-100.32531
2026-06-170.32417
2026-06-240.33080
2026-07-010.32970
2026-07-080.32893
2026-07-150.32539
2026-07-220.32375
2026-07-290.32470
2026-08-050.32157
2026-08-120.31768
2026-08-190.31807
2026-08-260.31414
2026-09-020.31633
2026-09-090.31215
2026-09-160.31391
2026-09-230.31734

High

0.37057

Low

0.31215

Average

0.33543

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/AUD API questions

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

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

How far back does PGK/AUD historical data go?

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