Skip to content

PGK to XAF exchange rate API

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

131.6854

▼ +1.52% over 1Y

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 year, PGK/XAF traded between 125.0788 and 135.7252, averaged 130.6960 and fell 1.52%. 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 1Y

PGK/XAF over 1Y: show the values
PointPGK/XAF
2025-09-26133.7197
2025-10-03133.5199
2025-10-10135.7252
2025-10-17133.6666
2025-10-24135.5424
2025-10-31134.5527
2025-11-07133.9500
2025-11-14133.7056
2025-11-21134.3024
2025-11-28133.3387
2025-12-05132.4908
2025-12-13131.4447
2025-12-20130.9555
2025-12-27128.9866
2026-01-03131.3043
2026-01-10132.1904
2026-01-17133.8630
2026-01-24130.0117
2026-01-31130.2352
2026-02-07130.1631
2026-02-14128.8011
2026-02-21128.9640
2026-02-28129.7018
2026-03-07131.2985
2026-03-14133.2328
2026-03-21131.4822
2026-03-28132.2964
2026-04-04131.9954
2026-04-11129.8299
2026-04-18128.7010
2026-04-25129.1254
2026-05-02129.0790
2026-05-09128.1672
2026-05-17129.4894
2026-05-25129.0398
2026-06-01128.8892
2026-06-10129.4191
2026-06-17129.2829
2026-06-24131.7367
2026-07-01130.6826
2026-07-08130.8542
2026-07-15130.2627
2026-07-22130.2040
2026-07-29129.7101
2026-08-05128.9233
2026-08-12127.7296
2026-08-20125.0788
2026-08-27127.5729
2026-09-03126.8987
2026-09-10125.1202
2026-09-17128.0750
2026-09-24129.8915

High

135.7252

Low

125.0788

Average

130.6960

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.