Skip to content

PGK to COP exchange rate API

Kina to Colombian Peso · quoted 2026-09-24

739.5372

▼ +15.88% over YTD

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 year to date, PGK/COP traded between 687.0961 and 882.4552, averaged 803.8939 and fell 15.88%. 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 YTD

PGK/COP over YTD: show the values
PointPGK/COP
2025-12-31879.1131
2026-01-07870.9704
2026-01-14857.2815
2026-01-21860.3821
2026-01-28852.2892
2026-02-04852.7764
2026-02-11854.3538
2026-02-18850.6827
2026-02-25863.5252
2026-03-04882.4552
2026-03-11861.6418
2026-03-18858.6513
2026-03-25859.4727
2026-04-01851.7664
2026-04-08851.2617
2026-04-15828.7911
2026-04-22824.4805
2026-04-29832.0760
2026-05-06854.6887
2026-05-14874.5832
2026-05-21854.9392
2026-05-29837.2331
2026-06-05815.0010
2026-06-14802.3323
2026-06-21789.2148
2026-06-28783.5984
2026-07-05758.7002
2026-07-12737.8701
2026-07-19734.7141
2026-07-26728.6526
2026-08-02712.9944
2026-08-09713.3567
2026-08-16715.5030
2026-08-24687.0961
2026-08-31710.9998
2026-09-07700.8808
2026-09-14692.3087
2026-09-21715.6852

High

882.4552

Low

687.0961

Average

803.8939

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.