CHF to PGK exchange rate API
Swiss Franc to Kina · quoted 2026-09-25
5.4144
▲ +0.69% over YTD
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 year to date, CHF/PGK traded between 5.3237 and 5.5848, averaged 5.4795 and rose 0.69%. 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: show the values
| Point | CHF/PGK |
|---|---|
| 2025-12-31 | 5.3772 |
| 2026-01-07 | 5.3582 |
| 2026-01-14 | 5.3237 |
| 2026-01-21 | 5.4084 |
| 2026-01-28 | 5.5706 |
| 2026-02-04 | 5.5105 |
| 2026-02-11 | 5.5843 |
| 2026-02-18 | 5.5751 |
| 2026-02-25 | 5.5440 |
| 2026-03-04 | 5.5162 |
| 2026-03-11 | 5.5191 |
| 2026-03-18 | 5.4604 |
| 2026-03-25 | 5.4582 |
| 2026-04-01 | 5.4548 |
| 2026-04-08 | 5.4906 |
| 2026-04-15 | 5.5409 |
| 2026-04-22 | 5.5637 |
| 2026-04-29 | 5.5059 |
| 2026-05-06 | 5.5786 |
| 2026-05-13 | 5.5848 |
| 2026-05-20 | 5.5251 |
| 2026-05-27 | 5.5352 |
| 2026-06-03 | 5.5234 |
| 2026-06-10 | 5.4916 |
| 2026-06-17 | 5.5092 |
| 2026-06-24 | 5.3913 |
| 2026-07-01 | 5.4257 |
| 2026-07-08 | 5.4299 |
| 2026-07-15 | 5.4237 |
| 2026-07-22 | 5.4364 |
| 2026-07-29 | 5.4113 |
| 2026-08-05 | 5.4525 |
| 2026-08-12 | 5.4873 |
| 2026-08-19 | 5.4844 |
| 2026-08-26 | 5.5117 |
| 2026-09-02 | 5.4338 |
| 2026-09-09 | 5.4943 |
| 2026-09-16 | 5.4536 |
| 2026-09-23 | 5.4184 |
High
5.5848
Low
5.3237
Average
5.4795
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.