Skip to content

PGK to COP exchange rate API

Kina to Colombian Peso · quoted 2026-09-24

739.5372

▼ +20.60% over 1Y

1 PGK = 739.5372 COP · 1 COP = 0.001352 PGK · Get this rate via the API

1 PGK buys 739.5372 COP as of 2026-09-24, so 1 COP buys 0.001352 PGK. Over the last year, PGK/COP traded between 687.7912 and 945.7874, averaged 832.6918 and fell 20.60%. The API holds daily PGK/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/COP over 1Y

PGK/COP over 1Y: show the values
PointPGK/COP
2025-09-24931.4358
2025-10-01945.7874
2025-10-08928.5130
2025-10-15935.5760
2025-10-22933.9605
2025-10-29928.0373
2025-11-05918.5107
2025-11-12886.4520
2025-11-19880.0627
2025-11-26897.1656
2025-12-03889.6050
2025-12-11903.1541
2025-12-18908.2849
2025-12-25864.2457
2026-01-01883.7370
2026-01-08879.1354
2026-01-15860.7008
2026-01-22860.1573
2026-01-29858.0221
2026-02-05851.9282
2026-02-12856.4867
2026-02-19856.0279
2026-02-26861.3023
2026-03-05874.6447
2026-03-12859.5122
2026-03-19859.0844
2026-03-26858.5817
2026-04-02850.1050
2026-04-09844.7699
2026-04-16833.7366
2026-04-23821.7125
2026-04-30837.1177
2026-05-07856.8167
2026-05-15871.3203
2026-05-23849.0864
2026-05-30842.7684
2026-06-06823.1472
2026-06-15797.2269
2026-06-22786.8663
2026-06-29784.7755
2026-07-06757.6969
2026-07-13734.7990
2026-07-20734.8766
2026-07-27726.6831
2026-08-03711.3886
2026-08-10715.5435
2026-08-17703.5154
2026-08-25687.7912
2026-09-01728.2608
2026-09-08703.2942
2026-09-15695.5737
2026-09-22724.1444

High

945.7874

Low

687.7912

Average

832.6918

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/COP API questions

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

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

How far back does PGK/COP historical data go?

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