Skip to content

PGK to CDF exchange rate API

Kina to Congolese Franc · quoted 2026-09-25

514.3380

▼ +21.29% over 1Y

1 PGK = 514.3380 CDF · 1 CDF = 0.001944 PGK · Get this rate via the API

1 PGK buys 514.3380 CDF as of 2026-09-25, so 1 CDF buys 0.001944 PGK. Over the last year, PGK/CDF traded between 499.4365 and 653.4742, averaged 531.6464 and fell 21.29%. The API holds daily PGK/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/CDF over 1Y

PGK/CDF over 1Y: show the values
PointPGK/CDF
2025-09-25653.4742
2025-10-02609.5681
2025-10-09579.9454
2025-10-16503.8564
2025-10-23547.8536
2025-10-30545.0916
2025-11-06519.0520
2025-11-13506.3893
2025-11-20538.5720
2025-11-27535.1967
2025-12-04533.3224
2025-12-12539.2619
2025-12-19540.1994
2025-12-26527.1740
2026-01-02529.1620
2026-01-09540.0804
2026-01-16531.5354
2026-01-23506.1236
2026-01-30537.1646
2026-02-06534.5650
2026-02-13535.6935
2026-02-20536.3282
2026-02-27499.4365
2026-03-06537.2174
2026-03-13525.3334
2026-03-20537.4453
2026-03-27537.2625
2026-04-03536.2331
2026-04-10532.3088
2026-04-17531.6734
2026-04-24535.0842
2026-05-01532.8949
2026-05-08532.5455
2026-05-16514.2720
2026-05-24516.7432
2026-05-31521.6563
2026-06-09527.2724
2026-06-16530.0728
2026-06-23524.9798
2026-06-30525.5836
2026-07-07525.4837
2026-07-14520.2700
2026-07-21522.0900
2026-07-28522.0481
2026-08-04519.6036
2026-08-11516.1744
2026-08-18518.1183
2026-08-26517.4227
2026-09-02518.7535
2026-09-09519.9674
2026-09-16517.2291
2026-09-23518.1367

High

653.4742

Low

499.4365

Average

531.6464

For developers

Get this rate via the API

One GET request returns the PGK/CDF 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=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=CDF");
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=CDF").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/CDF API questions

How do I get the PGK/CDF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/CDF rate in rates.CDF.

How far back does PGK/CDF historical data go?

Daily PGK/CDF 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/CDF 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.