Skip to content

PGK to CLP exchange rate API

Kina to Chilean Peso · quoted 2026-09-25

215.8479

▼ +6.12% over 1Y

1 PGK = 215.8479 CLP · 1 CLP = 0.004633 PGK · Get this rate via the API

1 PGK buys 215.8479 CLP as of 2026-09-25, so 1 CLP buys 0.004633 PGK. Over the last year, PGK/CLP traded between 199.8621 and 229.9183, averaged 211.7679 and fell 6.12%. The API holds daily PGK/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/CLP over 1Y

PGK/CLP over 1Y: show the values
PointPGK/CLP
2025-09-25229.9183
2025-10-02229.7452
2025-10-09228.6552
2025-10-16228.8768
2025-10-23229.0922
2025-10-30224.5752
2025-11-06223.2978
2025-11-13220.2234
2025-11-20220.3772
2025-11-27217.5006
2025-12-04214.6913
2025-12-12215.2928
2025-12-19213.8445
2025-12-26209.3948
2026-01-02209.9186
2026-01-09210.3308
2026-01-16206.8018
2026-01-23204.0364
2026-01-30200.6503
2026-02-06201.8972
2026-02-13199.8621
2026-02-20201.3364
2026-02-27201.2644
2026-03-06210.7490
2026-03-13211.2495
2026-03-20212.5208
2026-03-27215.6665
2026-04-03212.6095
2026-04-10206.2256
2026-04-17204.4199
2026-04-24207.0403
2026-05-01206.9492
2026-05-08204.8714
2026-05-16208.2289
2026-05-24207.2025
2026-05-31204.2338
2026-06-09210.5824
2026-06-16203.8976
2026-06-23207.1426
2026-06-30209.4917
2026-07-07211.1183
2026-07-14211.6205
2026-07-21211.6638
2026-07-28212.8651
2026-08-04210.1247
2026-08-11206.4958
2026-08-18206.8618
2026-08-26206.1388
2026-09-02211.6565
2026-09-09208.5932
2026-09-16213.6593
2026-09-23212.3887

High

229.9183

Low

199.8621

Average

211.7679

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/CLP API questions

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

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

How far back does PGK/CLP historical data go?

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