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: show the values
| Point | PGK/XAF |
|---|---|
| 2025-09-26 | 133.7197 |
| 2025-10-03 | 133.5199 |
| 2025-10-10 | 135.7252 |
| 2025-10-17 | 133.6666 |
| 2025-10-24 | 135.5424 |
| 2025-10-31 | 134.5527 |
| 2025-11-07 | 133.9500 |
| 2025-11-14 | 133.7056 |
| 2025-11-21 | 134.3024 |
| 2025-11-28 | 133.3387 |
| 2025-12-05 | 132.4908 |
| 2025-12-13 | 131.4447 |
| 2025-12-20 | 130.9555 |
| 2025-12-27 | 128.9866 |
| 2026-01-03 | 131.3043 |
| 2026-01-10 | 132.1904 |
| 2026-01-17 | 133.8630 |
| 2026-01-24 | 130.0117 |
| 2026-01-31 | 130.2352 |
| 2026-02-07 | 130.1631 |
| 2026-02-14 | 128.8011 |
| 2026-02-21 | 128.9640 |
| 2026-02-28 | 129.7018 |
| 2026-03-07 | 131.2985 |
| 2026-03-14 | 133.2328 |
| 2026-03-21 | 131.4822 |
| 2026-03-28 | 132.2964 |
| 2026-04-04 | 131.9954 |
| 2026-04-11 | 129.8299 |
| 2026-04-18 | 128.7010 |
| 2026-04-25 | 129.1254 |
| 2026-05-02 | 129.0790 |
| 2026-05-09 | 128.1672 |
| 2026-05-17 | 129.4894 |
| 2026-05-25 | 129.0398 |
| 2026-06-01 | 128.8892 |
| 2026-06-10 | 129.4191 |
| 2026-06-17 | 129.2829 |
| 2026-06-24 | 131.7367 |
| 2026-07-01 | 130.6826 |
| 2026-07-08 | 130.8542 |
| 2026-07-15 | 130.2627 |
| 2026-07-22 | 130.2040 |
| 2026-07-29 | 129.7101 |
| 2026-08-05 | 128.9233 |
| 2026-08-12 | 127.7296 |
| 2026-08-20 | 125.0788 |
| 2026-08-27 | 127.5729 |
| 2026-09-03 | 126.8987 |
| 2026-09-10 | 125.1202 |
| 2026-09-17 | 128.0750 |
| 2026-09-24 | 129.8915 |
High
135.7252
Low
125.0788
Average
130.6960
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.