PGK to XAF exchange rate API
Kina to CFA Franc BEAC · quoted 2026-09-26
131.6854
▼ +13.55% over 5Y
1 PGK = 131.6854 XAF · 1 XAF = 0.007594 PGK · Get this rate via the API
1 PGK buys 131.6854 XAF as of 2026-09-26, so 1 XAF buys 0.007594 PGK. Over the last 5 years, PGK/XAF traded between 126.4338 and 161.8660, averaged 140.6707 and fell 13.55%. The API holds daily PGK/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/XAF over 5Y: show the values
| Point | PGK/XAF |
|---|---|
| 2024-08-24 | 152.3330 |
| 2024-10-07 | 155.4683 |
| 2024-11-06 | 156.6116 |
| 2024-12-06 | 160.7842 |
| 2025-01-05 | 160.4665 |
| 2025-02-04 | 161.8660 |
| 2025-03-06 | 151.3168 |
| 2025-04-06 | 150.1303 |
| 2025-05-06 | 145.3292 |
| 2025-06-07 | 140.4549 |
| 2025-07-07 | 138.9073 |
| 2025-08-06 | 142.3099 |
| 2025-09-05 | 138.3082 |
| 2025-10-06 | 134.3457 |
| 2025-11-05 | 135.7432 |
| 2025-12-05 | 132.4908 |
| 2026-01-05 | 131.5261 |
| 2026-02-04 | 129.7864 |
| 2026-03-06 | 131.2906 |
| 2026-04-05 | 132.0551 |
| 2026-05-05 | 129.2232 |
| 2026-06-06 | 130.3441 |
| 2026-07-08 | 130.8542 |
| 2026-08-07 | 127.3736 |
| 2026-09-07 | 126.4338 |
High
161.8660
Low
126.4338
Average
140.6707
Get this rate via the API
One GET request returns the PGK/XAF 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=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/XAF API questions
How do I get the PGK/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/XAF rate in rates.XAF.
How far back does PGK/XAF historical data go?
Daily PGK/XAF 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/XAF 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.