Skip to content

PGK to CHF exchange rate API

Kina to Swiss Franc · quoted 2026-09-24

0.18646

▼ +15.51% over 5Y

1 PGK = 0.18646 CHF · 1 CHF = 5.3632 PGK · Get this rate via the API

1 PGK buys 0.18646 CHF as of 2026-09-24, so 1 CHF buys 5.3632 PGK. Over the last 5 years, PGK/CHF traded between 0.18015 and 0.23334, averaged 0.19960 and fell 15.51%. The API holds daily PGK/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/CHF over 5Y

PGK/CHF over 5Y: show the values
PointPGK/CHF
2024-08-240.22067
2024-10-010.22148
2024-10-310.22347
2024-11-300.21980
2024-12-300.22878
2025-01-290.23334
2025-02-280.22862
2025-03-300.22329
2025-04-290.20825
2025-05-290.20731
2025-06-280.19697
2025-07-280.19757
2025-08-270.19752
2025-09-260.19018
2025-10-260.18914
2025-11-250.19107
2025-12-250.18246
2026-01-240.18312
2026-02-230.18045
2026-03-250.18321
2026-04-240.18170
2026-05-240.18015
2026-06-230.18508
2026-07-230.18323
2026-08-220.18087
2026-09-210.18503

High

0.23334

Low

0.18015

Average

0.19960

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/CHF API questions

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

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

How far back does PGK/CHF historical data go?

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