Skip to content

PGK to XPF exchange rate API

Kina to CFP Franc · quoted 2026-09-24

23.6517

▼ +14.65% over 5Y

1 PGK = 23.6517 XPF · 1 XPF = 0.04228 PGK · Get this rate via the API

1 PGK buys 23.6517 XPF as of 2026-09-24, so 1 XPF buys 0.04228 PGK. Over the last 5 years, PGK/XPF traded between 23.0757 and 29.0158, averaged 25.3369 and fell 14.65%. The API holds daily PGK/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/XPF over 5Y

PGK/XPF over 5Y: show the values
PointPGK/XPF
2024-08-2427.7124
2024-10-0127.6536
2024-10-3127.9496
2024-11-3028.1418
2024-12-3028.5730
2025-01-2929.0158
2025-02-2828.6535
2025-03-3027.6321
2025-04-2926.0034
2025-05-2926.0279
2025-06-2825.1516
2025-07-2824.8182
2025-08-2724.7636
2025-09-2623.9274
2025-10-2624.4269
2025-11-2524.4359
2025-12-2523.4606
2026-01-2423.6517
2026-02-2323.4749
2026-03-2523.9188
2026-04-2423.6178
2026-05-2423.5858
2026-06-2323.8602
2026-07-2323.4938
2026-08-2223.0757
2026-09-2123.4175

High

29.0158

Low

23.0757

Average

25.3369

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/XPF API questions

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

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

How far back does PGK/XPF historical data go?

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