PGK to XOF exchange rate API
Kina to CFA Franc BCEAO · quoted 2026-09-25
128.2480
▼ +3.60% over 1Y
1 PGK = 128.2480 XOF · 1 XOF = 0.007797 PGK · Get this rate via the API
1 PGK buys 128.2480 XOF as of 2026-09-25, so 1 XOF buys 0.007797 PGK. Over the last year, PGK/XOF traded between 125.0893 and 136.1972, averaged 130.4959 and fell 3.60%. The API holds daily PGK/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/XOF over 1Y: show the values
| Point | PGK/XOF |
|---|---|
| 2025-09-25 | 133.0363 |
| 2025-10-02 | 131.7004 |
| 2025-10-09 | 135.9268 |
| 2025-10-16 | 134.0935 |
| 2025-10-23 | 136.1972 |
| 2025-10-30 | 134.9566 |
| 2025-11-06 | 134.7138 |
| 2025-11-13 | 133.7671 |
| 2025-11-20 | 134.4942 |
| 2025-11-27 | 132.9232 |
| 2025-12-04 | 131.4109 |
| 2025-12-11 | 131.6442 |
| 2025-12-18 | 131.3486 |
| 2025-12-25 | 128.9310 |
| 2026-01-01 | 131.0134 |
| 2026-01-08 | 131.7670 |
| 2026-01-15 | 132.1648 |
| 2026-01-22 | 131.1532 |
| 2026-01-29 | 128.1598 |
| 2026-02-05 | 130.0307 |
| 2026-02-12 | 128.8271 |
| 2026-02-19 | 129.6434 |
| 2026-02-26 | 129.3560 |
| 2026-03-05 | 131.4200 |
| 2026-03-12 | 131.9991 |
| 2026-03-19 | 132.2508 |
| 2026-03-26 | 131.8262 |
| 2026-04-02 | 131.8018 |
| 2026-04-09 | 130.0126 |
| 2026-04-16 | 128.1902 |
| 2026-04-23 | 129.0276 |
| 2026-04-30 | 129.0791 |
| 2026-05-07 | 128.2916 |
| 2026-05-14 | 129.5056 |
| 2026-05-21 | 129.5859 |
| 2026-05-28 | 129.6529 |
| 2026-06-04 | 129.0035 |
| 2026-06-11 | 129.6291 |
| 2026-06-18 | 130.1723 |
| 2026-06-25 | 131.3363 |
| 2026-07-02 | 130.5602 |
| 2026-07-09 | 130.5901 |
| 2026-07-16 | 129.4034 |
| 2026-07-23 | 129.2329 |
| 2026-07-30 | 128.9256 |
| 2026-08-06 | 128.8299 |
| 2026-08-13 | 128.4624 |
| 2026-08-20 | 125.0893 |
| 2026-08-27 | 127.5541 |
| 2026-09-03 | 126.7494 |
| 2026-09-10 | 125.2330 |
| 2026-09-17 | 127.9612 |
| 2026-09-24 | 129.8932 |
High
136.1972
Low
125.0893
Average
130.4959
Get this rate via the API
One GET request returns the PGK/XOF 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=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/XOF API questions
How do I get the PGK/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/XOF rate in rates.XOF.
How far back does PGK/XOF historical data go?
Daily PGK/XOF 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/XOF 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.