Skip to content

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

PGK/XAF over 5Y: show the values
PointPGK/XAF
2024-08-24152.3330
2024-10-07155.4683
2024-11-06156.6116
2024-12-06160.7842
2025-01-05160.4665
2025-02-04161.8660
2025-03-06151.3168
2025-04-06150.1303
2025-05-06145.3292
2025-06-07140.4549
2025-07-07138.9073
2025-08-06142.3099
2025-09-05138.3082
2025-10-06134.3457
2025-11-05135.7432
2025-12-05132.4908
2026-01-05131.5261
2026-02-04129.7864
2026-03-06131.2906
2026-04-05132.0551
2026-05-05129.2232
2026-06-06130.3441
2026-07-08130.8542
2026-08-07127.3736
2026-09-07126.4338

High

161.8660

Low

126.4338

Average

140.6707

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=XAF");
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=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&currencies=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.