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: show the values
| Point | PGK/XPF |
|---|---|
| 2024-08-24 | 27.7124 |
| 2024-10-01 | 27.6536 |
| 2024-10-31 | 27.9496 |
| 2024-11-30 | 28.1418 |
| 2024-12-30 | 28.5730 |
| 2025-01-29 | 29.0158 |
| 2025-02-28 | 28.6535 |
| 2025-03-30 | 27.6321 |
| 2025-04-29 | 26.0034 |
| 2025-05-29 | 26.0279 |
| 2025-06-28 | 25.1516 |
| 2025-07-28 | 24.8182 |
| 2025-08-27 | 24.7636 |
| 2025-09-26 | 23.9274 |
| 2025-10-26 | 24.4269 |
| 2025-11-25 | 24.4359 |
| 2025-12-25 | 23.4606 |
| 2026-01-24 | 23.6517 |
| 2026-02-23 | 23.4749 |
| 2026-03-25 | 23.9188 |
| 2026-04-24 | 23.6178 |
| 2026-05-24 | 23.5858 |
| 2026-06-23 | 23.8602 |
| 2026-07-23 | 23.4938 |
| 2026-08-22 | 23.0757 |
| 2026-09-21 | 23.4175 |
High
29.0158
Low
23.0757
Average
25.3369
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.