Skip to content

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

PGK/XOF over 1Y: show the values
PointPGK/XOF
2025-09-25133.0363
2025-10-02131.7004
2025-10-09135.9268
2025-10-16134.0935
2025-10-23136.1972
2025-10-30134.9566
2025-11-06134.7138
2025-11-13133.7671
2025-11-20134.4942
2025-11-27132.9232
2025-12-04131.4109
2025-12-11131.6442
2025-12-18131.3486
2025-12-25128.9310
2026-01-01131.0134
2026-01-08131.7670
2026-01-15132.1648
2026-01-22131.1532
2026-01-29128.1598
2026-02-05130.0307
2026-02-12128.8271
2026-02-19129.6434
2026-02-26129.3560
2026-03-05131.4200
2026-03-12131.9991
2026-03-19132.2508
2026-03-26131.8262
2026-04-02131.8018
2026-04-09130.0126
2026-04-16128.1902
2026-04-23129.0276
2026-04-30129.0791
2026-05-07128.2916
2026-05-14129.5056
2026-05-21129.5859
2026-05-28129.6529
2026-06-04129.0035
2026-06-11129.6291
2026-06-18130.1723
2026-06-25131.3363
2026-07-02130.5602
2026-07-09130.5901
2026-07-16129.4034
2026-07-23129.2329
2026-07-30128.9256
2026-08-06128.8299
2026-08-13128.4624
2026-08-20125.0893
2026-08-27127.5541
2026-09-03126.7494
2026-09-10125.2330
2026-09-17127.9612
2026-09-24129.8932

High

136.1972

Low

125.0893

Average

130.4959

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=XOF");
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=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&currencies=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.