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: show the values
| Point | PGK/XAF |
|---|---|
| 2026-03-30 | 132.0172 |
| 2026-04-06 | 131.8222 |
| 2026-04-13 | 129.3903 |
| 2026-04-20 | 128.8707 |
| 2026-04-27 | 128.6065 |
| 2026-05-04 | 128.8647 |
| 2026-05-11 | 127.6883 |
| 2026-05-19 | 129.1941 |
| 2026-05-27 | 129.4391 |
| 2026-06-03 | 129.4206 |
| 2026-06-12 | 129.4487 |
| 2026-06-19 | 131.1304 |
| 2026-06-26 | 131.1639 |
| 2026-07-03 | 130.3521 |
| 2026-07-10 | 129.3183 |
| 2026-07-17 | 129.2403 |
| 2026-07-24 | 130.5825 |
| 2026-07-31 | 128.1958 |
| 2026-08-07 | 127.3736 |
| 2026-08-14 | 127.4723 |
| 2026-08-22 | 126.8451 |
| 2026-08-29 | 130.1248 |
| 2026-09-05 | 125.2873 |
| 2026-09-12 | 130.2484 |
| 2026-09-19 | 128.4299 |
| 2026-09-26 | 131.6854 |
High
132.0172
Low
125.2873
Average
129.4036
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.