Skip to content

CHF to PGK exchange rate API

Swiss Franc to Kina · quoted 2026-09-25

5.4144

▲ +4.02% over 1Y

1 CHF = 5.4144 PGK · 1 PGK = 0.18469 CHF · Get this rate via the API

1 CHF buys 5.4144 PGK as of 2026-09-25, so 1 PGK buys 0.18469 CHF. Over the last year, CHF/PGK traded between 5.1874 and 5.6190, averaged 5.4270 and rose 4.02%. The API holds daily CHF/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/PGK over 1Y

CHF/PGK over 1Y: show the values
PointCHF/PGK
2025-09-255.2052
2025-10-025.2564
2025-10-095.1874
2025-10-165.2505
2025-10-235.1992
2025-10-305.2179
2025-11-065.2317
2025-11-135.3077
2025-11-205.2423
2025-11-275.2804
2025-12-045.3466
2025-12-115.3366
2025-12-185.3536
2025-12-255.4808
2026-01-015.3774
2026-01-085.3482
2026-01-155.3284
2026-01-225.3862
2026-01-295.5757
2026-02-055.5086
2026-02-125.5701
2026-02-195.5351
2026-02-265.5515
2026-03-055.5123
2026-03-125.5103
2026-03-195.4312
2026-03-265.4334
2026-04-025.3955
2026-04-095.4637
2026-04-165.5397
2026-04-235.5385
2026-04-305.5301
2026-05-075.5908
2026-05-145.5361
2026-05-215.5273
2026-05-285.5160
2026-06-045.5581
2026-06-115.4837
2026-06-185.4525
2026-06-255.4041
2026-07-025.4556
2026-07-095.4465
2026-07-165.4846
2026-07-235.4577
2026-07-305.4557
2026-08-065.4500
2026-08-135.4503
2026-08-205.6190
2026-08-275.4820
2026-09-035.5132
2026-09-105.5478
2026-09-175.4190
2026-09-245.3626

High

5.6190

Low

5.1874

Average

5.4270

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=PGK").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/PGK API questions

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

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

How far back does CHF/PGK historical data go?

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