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: show the values
| Point | CHF/PGK |
|---|---|
| 2025-09-25 | 5.2052 |
| 2025-10-02 | 5.2564 |
| 2025-10-09 | 5.1874 |
| 2025-10-16 | 5.2505 |
| 2025-10-23 | 5.1992 |
| 2025-10-30 | 5.2179 |
| 2025-11-06 | 5.2317 |
| 2025-11-13 | 5.3077 |
| 2025-11-20 | 5.2423 |
| 2025-11-27 | 5.2804 |
| 2025-12-04 | 5.3466 |
| 2025-12-11 | 5.3366 |
| 2025-12-18 | 5.3536 |
| 2025-12-25 | 5.4808 |
| 2026-01-01 | 5.3774 |
| 2026-01-08 | 5.3482 |
| 2026-01-15 | 5.3284 |
| 2026-01-22 | 5.3862 |
| 2026-01-29 | 5.5757 |
| 2026-02-05 | 5.5086 |
| 2026-02-12 | 5.5701 |
| 2026-02-19 | 5.5351 |
| 2026-02-26 | 5.5515 |
| 2026-03-05 | 5.5123 |
| 2026-03-12 | 5.5103 |
| 2026-03-19 | 5.4312 |
| 2026-03-26 | 5.4334 |
| 2026-04-02 | 5.3955 |
| 2026-04-09 | 5.4637 |
| 2026-04-16 | 5.5397 |
| 2026-04-23 | 5.5385 |
| 2026-04-30 | 5.5301 |
| 2026-05-07 | 5.5908 |
| 2026-05-14 | 5.5361 |
| 2026-05-21 | 5.5273 |
| 2026-05-28 | 5.5160 |
| 2026-06-04 | 5.5581 |
| 2026-06-11 | 5.4837 |
| 2026-06-18 | 5.4525 |
| 2026-06-25 | 5.4041 |
| 2026-07-02 | 5.4556 |
| 2026-07-09 | 5.4465 |
| 2026-07-16 | 5.4846 |
| 2026-07-23 | 5.4577 |
| 2026-07-30 | 5.4557 |
| 2026-08-06 | 5.4500 |
| 2026-08-13 | 5.4503 |
| 2026-08-20 | 5.6190 |
| 2026-08-27 | 5.4820 |
| 2026-09-03 | 5.5132 |
| 2026-09-10 | 5.5478 |
| 2026-09-17 | 5.4190 |
| 2026-09-24 | 5.3626 |
High
5.6190
Low
5.1874
Average
5.4270
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.