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: show the values
| Point | PGK/CDF |
|---|---|
| 2025-09-25 | 653.4742 |
| 2025-10-02 | 609.5681 |
| 2025-10-09 | 579.9454 |
| 2025-10-16 | 503.8564 |
| 2025-10-23 | 547.8536 |
| 2025-10-30 | 545.0916 |
| 2025-11-06 | 519.0520 |
| 2025-11-13 | 506.3893 |
| 2025-11-20 | 538.5720 |
| 2025-11-27 | 535.1967 |
| 2025-12-04 | 533.3224 |
| 2025-12-12 | 539.2619 |
| 2025-12-19 | 540.1994 |
| 2025-12-26 | 527.1740 |
| 2026-01-02 | 529.1620 |
| 2026-01-09 | 540.0804 |
| 2026-01-16 | 531.5354 |
| 2026-01-23 | 506.1236 |
| 2026-01-30 | 537.1646 |
| 2026-02-06 | 534.5650 |
| 2026-02-13 | 535.6935 |
| 2026-02-20 | 536.3282 |
| 2026-02-27 | 499.4365 |
| 2026-03-06 | 537.2174 |
| 2026-03-13 | 525.3334 |
| 2026-03-20 | 537.4453 |
| 2026-03-27 | 537.2625 |
| 2026-04-03 | 536.2331 |
| 2026-04-10 | 532.3088 |
| 2026-04-17 | 531.6734 |
| 2026-04-24 | 535.0842 |
| 2026-05-01 | 532.8949 |
| 2026-05-08 | 532.5455 |
| 2026-05-16 | 514.2720 |
| 2026-05-24 | 516.7432 |
| 2026-05-31 | 521.6563 |
| 2026-06-09 | 527.2724 |
| 2026-06-16 | 530.0728 |
| 2026-06-23 | 524.9798 |
| 2026-06-30 | 525.5836 |
| 2026-07-07 | 525.4837 |
| 2026-07-14 | 520.2700 |
| 2026-07-21 | 522.0900 |
| 2026-07-28 | 522.0481 |
| 2026-08-04 | 519.6036 |
| 2026-08-11 | 516.1744 |
| 2026-08-18 | 518.1183 |
| 2026-08-26 | 517.4227 |
| 2026-09-02 | 518.7535 |
| 2026-09-09 | 519.9674 |
| 2026-09-16 | 517.2291 |
| 2026-09-23 | 518.1367 |
High
653.4742
Low
499.4365
Average
531.6464
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.