Skip to content

PGK to XPF exchange rate API

Kina to CFP Franc · quoted 2026-09-24

23.6517

▼ +1.81% over 1Y

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 year, PGK/XPF traded between 23.0923 and 24.7550, averaged 23.7678 and fell 1.81%. 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 1Y

PGK/XPF over 1Y: show the values
PointPGK/XPF
2025-09-2424.0865
2025-10-0124.5143
2025-10-0824.5199
2025-10-1524.5244
2025-10-2224.7550
2025-10-2924.5083
2025-11-0524.6835
2025-11-1224.3923
2025-11-1924.4193
2025-11-2624.3164
2025-12-0323.9169
2025-12-1024.1564
2025-12-1723.9089
2025-12-2423.7131
2025-12-3123.8481
2026-01-0723.9099
2026-01-1424.0392
2026-01-2123.9017
2026-01-2823.4259
2026-02-0423.5374
2026-02-1123.3510
2026-02-1823.4717
2026-02-2523.5329
2026-03-0423.8019
2026-03-1123.8882
2026-03-1824.0493
2026-03-2523.9188
2026-04-0123.9325
2026-04-0823.7398
2026-04-1523.3934
2026-04-2223.3987
2026-04-2923.4900
2026-05-0623.4310
2026-05-1323.3539
2026-05-2023.5162
2026-05-2723.5258
2026-06-0323.5618
2026-06-1023.5226
2026-06-1723.5862
2026-06-2423.9170
2026-07-0123.7730
2026-07-0823.8081
2026-07-1523.7093
2026-07-2223.6720
2026-07-2923.5648
2026-08-0523.4171
2026-08-1223.2108
2026-08-1923.1399
2026-08-2623.0923
2026-09-0223.2984
2026-09-0923.0953
2026-09-1623.1585
2026-09-2323.4118

High

24.7550

Low

23.0923

Average

23.7678

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.