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: show the values
| Point | PGK/CLP |
|---|---|
| 2025-09-25 | 229.9183 |
| 2025-10-02 | 229.7452 |
| 2025-10-09 | 228.6552 |
| 2025-10-16 | 228.8768 |
| 2025-10-23 | 229.0922 |
| 2025-10-30 | 224.5752 |
| 2025-11-06 | 223.2978 |
| 2025-11-13 | 220.2234 |
| 2025-11-20 | 220.3772 |
| 2025-11-27 | 217.5006 |
| 2025-12-04 | 214.6913 |
| 2025-12-12 | 215.2928 |
| 2025-12-19 | 213.8445 |
| 2025-12-26 | 209.3948 |
| 2026-01-02 | 209.9186 |
| 2026-01-09 | 210.3308 |
| 2026-01-16 | 206.8018 |
| 2026-01-23 | 204.0364 |
| 2026-01-30 | 200.6503 |
| 2026-02-06 | 201.8972 |
| 2026-02-13 | 199.8621 |
| 2026-02-20 | 201.3364 |
| 2026-02-27 | 201.2644 |
| 2026-03-06 | 210.7490 |
| 2026-03-13 | 211.2495 |
| 2026-03-20 | 212.5208 |
| 2026-03-27 | 215.6665 |
| 2026-04-03 | 212.6095 |
| 2026-04-10 | 206.2256 |
| 2026-04-17 | 204.4199 |
| 2026-04-24 | 207.0403 |
| 2026-05-01 | 206.9492 |
| 2026-05-08 | 204.8714 |
| 2026-05-16 | 208.2289 |
| 2026-05-24 | 207.2025 |
| 2026-05-31 | 204.2338 |
| 2026-06-09 | 210.5824 |
| 2026-06-16 | 203.8976 |
| 2026-06-23 | 207.1426 |
| 2026-06-30 | 209.4917 |
| 2026-07-07 | 211.1183 |
| 2026-07-14 | 211.6205 |
| 2026-07-21 | 211.6638 |
| 2026-07-28 | 212.8651 |
| 2026-08-04 | 210.1247 |
| 2026-08-11 | 206.4958 |
| 2026-08-18 | 206.8618 |
| 2026-08-26 | 206.1388 |
| 2026-09-02 | 211.6565 |
| 2026-09-09 | 208.5932 |
| 2026-09-16 | 213.6593 |
| 2026-09-23 | 212.3887 |
High
229.9183
Low
199.8621
Average
211.7679
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.