Skip to content

CHF to PGK exchange rate API

Swiss Franc to Kina · quoted 2026-09-25

5.4211

▲ +0.82% over YTD

1 CHF = 5.4211 PGK · 1 PGK = 0.18446 CHF · Get this rate via the API

1 CHF buys 5.4211 PGK as of 2026-09-25, so 1 PGK buys 0.18446 CHF. Over the year to date, CHF/PGK traded between 5.3237 and 5.5848, averaged 5.4796 and rose 0.82%. 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 YTD

CHF/PGK over YTD: show the values
PointCHF/PGK
2025-12-315.3772
2026-01-075.3582
2026-01-145.3237
2026-01-215.4084
2026-01-285.5706
2026-02-045.5105
2026-02-115.5843
2026-02-185.5751
2026-02-255.5440
2026-03-045.5162
2026-03-115.5191
2026-03-185.4604
2026-03-255.4582
2026-04-015.4548
2026-04-085.4906
2026-04-155.5409
2026-04-225.5637
2026-04-295.5059
2026-05-065.5786
2026-05-135.5848
2026-05-205.5251
2026-05-275.5352
2026-06-035.5234
2026-06-105.4916
2026-06-175.5092
2026-06-245.3913
2026-07-015.4257
2026-07-085.4299
2026-07-155.4237
2026-07-225.4364
2026-07-295.4113
2026-08-055.4525
2026-08-125.4873
2026-08-195.4844
2026-08-265.5117
2026-09-025.4338
2026-09-095.4943
2026-09-165.4536
2026-09-235.4184

High

5.5848

Low

5.3237

Average

5.4796

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.