Skip to content

PGK to XAF exchange rate API

Kina to CFA Franc BEAC · quoted 2026-09-26

131.6854

▼ +0.25% over 6M

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 6 months, PGK/XAF traded between 125.2873 and 132.0172, averaged 129.4036 and fell 0.25%. 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 6M

PGK/XAF over 6M: show the values
PointPGK/XAF
2026-03-30132.0172
2026-04-06131.8222
2026-04-13129.3903
2026-04-20128.8707
2026-04-27128.6065
2026-05-04128.8647
2026-05-11127.6883
2026-05-19129.1941
2026-05-27129.4391
2026-06-03129.4206
2026-06-12129.4487
2026-06-19131.1304
2026-06-26131.1639
2026-07-03130.3521
2026-07-10129.3183
2026-07-17129.2403
2026-07-24130.5825
2026-07-31128.1958
2026-08-07127.3736
2026-08-14127.4723
2026-08-22126.8451
2026-08-29130.1248
2026-09-05125.2873
2026-09-12130.2484
2026-09-19128.4299
2026-09-26131.6854

High

132.0172

Low

125.2873

Average

129.4036

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.