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: show the values
| Point | PGK/XPF |
|---|---|
| 2025-09-24 | 24.0865 |
| 2025-10-01 | 24.5143 |
| 2025-10-08 | 24.5199 |
| 2025-10-15 | 24.5244 |
| 2025-10-22 | 24.7550 |
| 2025-10-29 | 24.5083 |
| 2025-11-05 | 24.6835 |
| 2025-11-12 | 24.3923 |
| 2025-11-19 | 24.4193 |
| 2025-11-26 | 24.3164 |
| 2025-12-03 | 23.9169 |
| 2025-12-10 | 24.1564 |
| 2025-12-17 | 23.9089 |
| 2025-12-24 | 23.7131 |
| 2025-12-31 | 23.8481 |
| 2026-01-07 | 23.9099 |
| 2026-01-14 | 24.0392 |
| 2026-01-21 | 23.9017 |
| 2026-01-28 | 23.4259 |
| 2026-02-04 | 23.5374 |
| 2026-02-11 | 23.3510 |
| 2026-02-18 | 23.4717 |
| 2026-02-25 | 23.5329 |
| 2026-03-04 | 23.8019 |
| 2026-03-11 | 23.8882 |
| 2026-03-18 | 24.0493 |
| 2026-03-25 | 23.9188 |
| 2026-04-01 | 23.9325 |
| 2026-04-08 | 23.7398 |
| 2026-04-15 | 23.3934 |
| 2026-04-22 | 23.3987 |
| 2026-04-29 | 23.4900 |
| 2026-05-06 | 23.4310 |
| 2026-05-13 | 23.3539 |
| 2026-05-20 | 23.5162 |
| 2026-05-27 | 23.5258 |
| 2026-06-03 | 23.5618 |
| 2026-06-10 | 23.5226 |
| 2026-06-17 | 23.5862 |
| 2026-06-24 | 23.9170 |
| 2026-07-01 | 23.7730 |
| 2026-07-08 | 23.8081 |
| 2026-07-15 | 23.7093 |
| 2026-07-22 | 23.6720 |
| 2026-07-29 | 23.5648 |
| 2026-08-05 | 23.4171 |
| 2026-08-12 | 23.2108 |
| 2026-08-19 | 23.1399 |
| 2026-08-26 | 23.0923 |
| 2026-09-02 | 23.2984 |
| 2026-09-09 | 23.0953 |
| 2026-09-16 | 23.1585 |
| 2026-09-23 | 23.4118 |
High
24.7550
Low
23.0923
Average
23.7678
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.